Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ⬆️ update dev dependencies (major) (major) - autoclosed #351

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@release-it/conventional-changelog 5.0.0 -> 7.0.2 age adoption passing confidence
@storybook/addon-a11y (source) 6.5.10 -> 7.4.5 age adoption passing confidence
@storybook/addon-actions (source) 6.5.10 -> 7.4.5 age adoption passing confidence
@storybook/addon-essentials (source) 6.5.10 -> 7.4.5 age adoption passing confidence
@storybook/builder-webpack5 (source) 6.5.10 -> 7.4.5 age adoption passing confidence
@storybook/react (source) 6.5.10 -> 7.4.5 age adoption passing confidence
@testing-library/dom 8.16.1 -> 9.3.3 age adoption passing confidence
@testing-library/jest-dom 5.16.5 -> 6.1.3 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.5 age adoption passing confidence
concurrently 7.3.0 -> 8.2.1 age adoption passing confidence
eslint-config-prettier 8.5.0 -> 9.0.0 age adoption passing confidence
eslint-plugin-prettier 4.2.1 -> 5.0.0 age adoption passing confidence
eslint-plugin-simple-import-sort 7.0.0 -> 10.0.0 age adoption passing confidence
jest (source) 28.1.3 -> 29.7.0 age adoption passing confidence
jest-axe 6.0.0 -> 8.0.0 age adoption passing confidence
jest-environment-jsdom 28.1.3 -> 29.7.0 age adoption passing confidence
lint-staged 13.0.3 -> 14.0.1 age adoption passing confidence
patch-package 6.4.7 -> 8.0.0 age adoption passing confidence
postcss-focus-visible (source) 7.1.0 -> 9.0.0 age adoption passing confidence
prettier (source) 2.7.1 -> 3.0.3 age adoption passing confidence
release-it 15.2.0 -> 16.2.1 age adoption passing confidence
rimraf 3.0.2 -> 5.0.5 age adoption passing confidence
sort-package-json 1.57.0 -> 2.6.0 age adoption passing confidence
typescript (source) 4.7.4 -> 5.2.2 age adoption passing confidence

Release Notes

release-it/conventional-changelog (@​release-it/conventional-changelog)

v7.0.2

Compare Source

  • Upgrade conventional-changelog to 5.1.0 (#​75) (bdd80bd)
  • Fix presetpreset.name in readme (fa034ed)

v7.0.1

Compare Source

  • Explicit preset objects in tests + migrate error message (c4e90e0)
  • Improve readability (c37a7ea)
  • Fix test matrix (50c3155)
  • Update dependencies (3d52b17)
  • Fix test wrt tag suffix/template (b92151f)
  • Fix the parserOpts in the getRecommendedVersion function. (#​64) (a4acfea)

v7.0.0

Compare Source

  • Major bump with release-it v16/Node.js v16 (2f9ca56)

v6.0.0

Compare Source

  • Use GITHUB_TOKEN_RELEASE_IT token (3931967)
  • Update dependencies (1a42811)
  • Add test (related to #​58) (ff9f1aa)
  • Update dependencies (e41e7d3)
  • Add note about not writing a changelog and setting options from CLI (closes #​48) (6166bd8)

v5.1.1

Compare Source

  • Update dependencies (855a7df)
  • Add test for infile: false (40869a1)
  • Stricter tests and follow heading level (9aecd6a)

v5.1.0

Compare Source

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

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

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! 🎉

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 navin-moorthy as a code owner August 25, 2022 14:39
@vercel
Copy link

vercel bot commented Aug 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-tailwind ❌ Failed (Inspect) Sep 27, 2023 7:53pm

@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 2529ebf to b647b5d Compare August 26, 2022 16:35
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from b647b5d to c27ee1a Compare August 30, 2022 02:24
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from c27ee1a to 8cbeea6 Compare September 3, 2022 11:09
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (major) to v29 (major) chore(deps): ⬆️ update dev dependencies (major) (major) Sep 3, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 8cbeea6 to ad7f2bd Compare September 10, 2022 18:00
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from ad7f2bd to fcc6939 Compare September 11, 2022 13:39
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from fcc6939 to be3a501 Compare September 13, 2022 19:08
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from be3a501 to 9bc2a73 Compare September 15, 2022 22:28
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 9bc2a73 to d99820f Compare September 27, 2022 18:55
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from d99820f to 0e46a1b Compare September 27, 2022 22:31
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 0e46a1b to 069a7bc Compare September 28, 2022 08:51
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 069a7bc to 660587e Compare September 29, 2022 05:09
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 660587e to e055f43 Compare September 29, 2022 17:55
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from e055f43 to ea49c64 Compare September 30, 2022 06:52
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 34c6ac4 to 7f1cea7 Compare September 15, 2023 11:24
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 7f1cea7 to eccbb41 Compare September 15, 2023 23:11
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from eccbb41 to 05d6a64 Compare September 17, 2023 15:54
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 05d6a64 to 59385c7 Compare September 17, 2023 18:41
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 59385c7 to 5d5593c Compare September 20, 2023 14:54
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 5d5593c to 6bec450 Compare September 21, 2023 11:02
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 6bec450 to ffc3e6d Compare September 22, 2023 12:51
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from ffc3e6d to db2cbcc Compare September 23, 2023 13:33
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from db2cbcc to 07da568 Compare September 24, 2023 21:57
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 07da568 to 26a8675 Compare September 25, 2023 23:17
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 26a8675 to eb2080d Compare September 27, 2023 07:42
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from eb2080d to bfcaf34 Compare September 27, 2023 10:25
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from bfcaf34 to 64fbb1e Compare September 27, 2023 19:52
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (major) (major) chore(deps): ⬆️ update dev dependencies (major) (major) - autoclosed Sep 29, 2023
@renovate renovate bot closed this Sep 29, 2023
@renovate renovate bot deleted the renovate/major-dev-dependencies-(major) branch September 29, 2023 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants