Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Chore: Update devDependencies 🆙 (major) #391

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-essentials (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@storybook/addon-links (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@storybook/addons (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@storybook/builder-webpack5 (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@storybook/react (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@storybook/theming (source) 6.5.9 -> 7.3.2 age adoption passing confidence
@svgr/webpack (source) 6.3.1 -> 8.1.0 age adoption passing confidence
@testing-library/cypress 8.0.3 -> 9.0.0 age adoption passing confidence
@testing-library/jest-dom 5.16.4 -> 6.1.2 age adoption passing confidence
@testing-library/react 13.3.0 -> 14.0.0 age adoption passing confidence
@types/jest (source) 28.1.6 -> 29.5.4 age adoption passing confidence
babel-loader 8.2.5 -> 9.1.3 age adoption passing confidence
css-minimizer-webpack-plugin 4.0.0 -> 5.0.1 age adoption passing confidence
cypress 10.3.1 -> 12.17.4 age adoption passing confidence
jest (source) 28.1.3 -> 29.6.4 age adoption passing confidence
jest-environment-jsdom 28.1.3 -> 29.6.4 age adoption passing confidence
jest-extended 3.0.1 -> 4.0.1 age adoption passing confidence
prettier (source) 2.7.1 -> 3.0.2 age adoption passing confidence
typescript (source) 4.7.4 -> 5.2.2 age adoption passing confidence
webpack-cli (source) 4.10.0 -> 5.1.4 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-essentials)

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process.

Storybook 7.2 is the first of these new, faster releases:

v7.1.1

Compare Source

v7.1.0

Compare Source

Storybook 7.1 is here! 🎉

7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.1.0-alpha.*, 7.1.0-beta.*, and 7.1.0-rc.* for the full list of changes.

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
npx storybook@latest upgrade

pnpm:
pnpm dlx storybook@latest upgrade

yarn berry:
yarn dlx storybook@latest upgrade

v7.0.27

Compare Source

v7.0.26

Compare Source

v7.0.25

Compare Source

v7.0.24

Compare Source

v7.0.23

Compare Source

v7.0.22

Compare Source

v7.0.21

Compare Source

v7.0.20

Compare Source

Bug Fixes
  • Server: Fix .stories.yml support #​22906
  • Docs: Fix Source block snippet updates #​22835
  • Core: Fix indexing errors by excluding node_modules stories #​22873
  • CLI: Fix upgrade notification message #​22933
  • Angular: Add --open/--no-open flag to dev command #​22964
  • Angular: Silence compodoc when running storybook with --quiet #​22957
Maintenance
  • Core: Improve MDX of error in story index #​22782
Build
  • Build: Fix the theme output during development #​22841
  • Revert "Docs: E2E tests for Source block update fix" #​22934

v7.0.19

Compare Source

Bad release

v7.0.18

Compare Source

Bug Fixes
  • Vue3: Fix TS 5.0 compat with vue-component-type-helpers #​22814
  • Vue3: Fix reactive args updates in decorators #​22717
  • Vue3: Revert v7 breaking change, restore reactive v6-compat API #​22692
Build
  • Build: Add more checks to ci:daily workflow #​22815
  • Build: Fix Nextjs E2E tests #​22816
  • Build: Bring back new Vue3 tests to main #​22685

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

Accidental no-op

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

Bug Fixes
  • Core: Only connect to serverChannel in development mode #​22575
  • CLI: Fix error parsing on NPM proxy #​22690
Maintenance
  • Core: Create server channel from window.location #​22055

v7.0.13

Compare Source

Bug Fixes
  • Angular: Fix process I/O for compodoc command #​22441
  • CLI: Improve error handling when dealing with angular.json files #​22663
  • CLI: Skip prompting for eslint plugin with --yes flag #​22651
  • CLI: Account for windows paths when copying templates #​22644
  • CLI: Fix pnpm init command #​22635
  • UI: Add legacy font formats #​22576
  • Webpack: Remove the alias for global #​22393
Maintenance
  • Angular: Enable unit tests #​22355
  • CLI: Reduce installation noise and improve error handling #​22554
  • CLI: Only handle CTRL + C on init event #​22687
  • CLI: Don't touch nx packages on upgrade #​22419
Build
  • Build: Add discord notification when generating sandboxes fails #​22638
  • Build: Set correct ref on sandboxes Github action #​22625
  • Build: Fix sandbox generation scripts #​22620

v7.0.12

Compare Source

Bug Fixes
  • Core: Fix source snippets for stories with mapped args #​22135
  • CLI: Fix getFrameworkPackage logic #​22559
  • CLI: Remove automigrate reference from init command #​22561
Maintenance
  • CLI: Detach automigrate command from storybook init #​22523

v7.0.11

Compare Source

Bug Fixes
  • Toolbars: Fix title behavior in UI #​22496
  • CLI: Fix storybook upgrade precheckfailure object #​22517
  • CLI: Throw errors instead of rejecting promises #​22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #​22492
  • Web-components: Fix source decorator to handle document fragments #​22513
  • Core: Fix windows path error in StoryStore v6 #​22512
  • CLI: Do not show a migration summary on sb init #​22109
  • UI: Show current search shortcut in search box sidebar #​21619
  • Outline: Fix additional outline border in docs mode #​21773
  • Measure: Deactivate when switching to Docs mode #​21602
  • CSF: Expose story id in composeStories #​22471
  • CLI: Prompt to force initialization when storybook folder is detected #​22392
  • UI: Fix css inconsistency in Button and Icon components #​22497

v7.0.10

Compare Source

Bug Fixes
  • CLI: Fix copyTemplate failures on init #​22375
  • CLI: Fix server init #​22443
  • CLI: Scope styles in sample components from the CLI templates #​22162
  • React: Use correct default annotations for composeStories #​22308
  • Server: Add json indexer #​22460
  • UI: Fix opacity from list-item color #​22074
Maintenance
  • CLI: Refactor package manager methods to be async #​22401
  • Improve Error message for Angular.json file not found #​22377

v7.0.9

Compare Source

Bug Fixes
  • Core: Fix virtual modules excluded for babel-loader #​22331
Maintenance
  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #​22391

v7.0.8

Compare Source

Bug Fixes
  • Typescript: Fix bad typings caused by tsup bug #​22261
  • Migrate: skip the automigration for gf markdown when user isn't using mdx #​22186
  • UI: Addon panel does not update after disabling/enabling an addon #​22258
  • Vue3: Fix compiler error when there is double tag #​22286
  • Args: Fix multiple mapped args return array of labels #​22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #​22202
  • Docs: Fix inline story style #​21870
  • UI: Fix shift + 7 shortcut to focus search field #​22073
  • UI: Fix controls missing when navigating from story #​21967
  • NextJS: Fix tsconfig resolution #​22160
Maintenance
  • Telemetry: Persist sessionId across runs #​22325
  • Packaging: Move types condition to the front in all package.json.exports maps #​22321
  • Core: Rename manager UI mjs to js #​22247
  • Angular: Add support for Angular 16 #​22096
  • Packaging: Don't generate ESM dist for preset files #​22330
  • Packaging: Fix url for all packages in package.json #​22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #​22260

v7.0.7

Compare Source

Bug Fixes
  • Core: Pass parameters in SET_INDEX for docs entries #​22154
  • Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #​22037
  • Addon-actions: Fix decorator type #​22175
  • Core: Add new tags to distinguish docs attachment #​22120
  • Core: Restore Docs useParameter using DOCS_PREPARED #​22118
Maintenance
  • CSF: Improve error message for bad default export #​22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #​22095
  • UI: Add remount story shortcut #​21401
Build

v7.0.6

Compare Source

Bug Fixes
  • Core: Fix module guard in non-webpack environments #​22085
Maintenance
  • CLI: Mark qwik as using addon-interactions #​22000
Build
  • Build: Upgrade Playwright to 1.32.3 #​22087

v7.0.5

Compare Source

Bug Fixes
  • Docs: Fix source snippets when parameters.docs.source.type = 'code' #​22048
  • CLI: Mention how to setup a monorepo manually in babelrc automigration #​22052
  • UI: Fix upgrade command in about page #​22056
  • CLI: Fix CLI sandbox command #​21977

v7.0.4

Compare Source

Storybook 7.0 is here! 🎉

See our Migration guide to upgrade from earlier versions of Storybook.

Bug Fixes
  • CLI: Catch errors thrown on sanity check of SB installs #​22039
Dependency Upgrades
  • Addon-docs: Remove mdx1-csf as optional peer dep #​22038

v7.0.3

Compare Source

Bug Fixes
  • React: Fix default export docgen for React.FC and forwardRef #​22024
  • Viewport: Remove transitions when switching viewports #​21963
  • CLI: Fix JsPackageManager typo #​22006
  • Viewport: Fix the defaultOrientation config option #​21962
  • UI: Fix story data access for broken About page #​21951
  • Angular: Fix components disappearing on docs page on property change #​21944
  • React: Don't show decorators in JSX snippets #​21907
  • Addon-docs: Include decorators by default in source decorators #​21902
  • CLI: Fix npm list command #​21947
  • Core: Revert Emotion :first-child (etc) workarounds #​21213
Maintenance
  • UI: Add remount story shortcut #​21401
  • Telemetry: Add CLI version to context #​21999
  • CLI: Update template code references to 7.0 #​21845
  • Addon-actions: Fix non-included type file #​21922
  • Addon GFM: Fix node-logger dependency #​21938
Dependency Upgrades
  • React-vite: Fix perf regression by pinning vite-plugin-react-docgen-ts #​22013
  • Update @emotion/cache version #​21941

v7.0.2

Compare Source

v7.0.1

Compare Source

Bad release

v7.0.0

Compare Source

Storybook 7.0 is here! 🎉


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from DHedgecock as a code owner September 1, 2022 00:29
@renovate renovate bot added the Renovate label Sep 1, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 25afd85 to 0afe8e0 Compare September 3, 2022 13:48
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from d5a8f3f to fbf843e Compare September 15, 2022 22:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 439babd to 8ff457e Compare September 30, 2022 09:09
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 8ff457e to 99fdd58 Compare November 20, 2022 11:44
@renovate renovate bot changed the title Chore: Update devDependencies to v29 🆙 (major) Chore: Update devDependencies 🆙 (major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 99fdd58 to 4636178 Compare March 16, 2023 08:04
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 4636178 to 09a2b9e Compare March 24, 2023 21:55
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @cypress/webpack-preprocessor@5.12.0
npm WARN Found: babel-loader@9.1.3
npm WARN node_modules/babel-loader
npm WARN   dev babel-loader@"9.1.3" from the root project
npm WARN   1 more (@storybook/builder-webpack5)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer babel-loader@"^8.0.2" from @cypress/webpack-preprocessor@5.12.0
npm WARN node_modules/@cypress/webpack-preprocessor
npm WARN   @cypress/webpack-preprocessor@"^5.11.0" from @cypress/code-coverage@3.10.0
npm WARN   node_modules/@cypress/code-coverage
npm WARN 
npm WARN Conflicting peer dependency: babel-loader@8.3.0
npm WARN node_modules/babel-loader
npm WARN   peer babel-loader@"^8.0.2" from @cypress/webpack-preprocessor@5.12.0
npm WARN   node_modules/@cypress/webpack-preprocessor
npm WARN     @cypress/webpack-preprocessor@"^5.11.0" from @cypress/code-coverage@3.10.0
npm WARN     node_modules/@cypress/code-coverage
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/configtest@1.2.0
npm WARN Found: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"5.1.4" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm WARN node_modules/@webpack-cli/configtest
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm WARN   node_modules/@webpack-cli/configtest
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/info@1.5.0
npm WARN Found: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"5.1.4" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm WARN node_modules/@webpack-cli/info
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm WARN   node_modules/@webpack-cli/info
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/serve@1.7.0
npm WARN Found: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"5.1.4" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm WARN node_modules/@webpack-cli/serve
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@4.10.0
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm WARN   node_modules/@webpack-cli/serve
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-eloquence@22.1.0
npm ERR! Found: prettier@3.0.2
npm ERR! node_modules/prettier
npm ERR!   dev prettier@"3.0.2" from the root project
npm ERR!   peer prettier@">=2.0.0" from eslint-plugin-prettier@4.0.0
npm ERR!   node_modules/eslint-plugin-prettier
npm ERR!     eslint-plugin-prettier@"4.0.0" from eslint-config-eloquence@22.1.0
npm ERR!     node_modules/eslint-config-eloquence
npm ERR!       dev eslint-config-eloquence@"22.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"2" from eslint-config-eloquence@22.1.0
npm ERR! node_modules/eslint-config-eloquence
npm ERR!   dev eslint-config-eloquence@"22.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: prettier@2.8.8
npm ERR! node_modules/prettier
npm ERR!   peer prettier@"2" from eslint-config-eloquence@22.1.0
npm ERR!   node_modules/eslint-config-eloquence
npm ERR!     dev eslint-config-eloquence@"22.1.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/880a2e/f6f694/cache/others/npm/_logs/2023-08-24T17_39_47_881Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/880a2e/f6f694/cache/others/npm/_logs/2023-08-24T17_39_47_881Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 0831a94 to 23a93f1 Compare April 3, 2023 13:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from bcbf0ba to 234da18 Compare April 17, 2023 18:53
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 3d202a3 to 7aa03a4 Compare June 4, 2023 03:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from ecbf7e9 to 9a6d2eb Compare June 8, 2023 04:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 9e98fb3 to 230bc6d Compare July 12, 2023 15:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 2384c2f to 9d668ad Compare July 24, 2023 21:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 008b12d to 59e88c9 Compare August 3, 2023 10:51
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 3e241f4 to 8a411e3 Compare August 9, 2023 15:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 8 times, most recently from a5866db to 1418bf6 Compare August 18, 2023 07:58
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 30a448d to 932ff7a Compare August 24, 2023 11:51
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 932ff7a to 54d9c4a Compare August 24, 2023 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants