-
Notifications
You must be signed in to change notification settings - Fork 2
Bump the dependencies group across 1 directory with 6 updates #2056
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
Conversation
|
Tip Once this PR is ready to go, add the This saves us a lot of money by not running the tests before we need them. |
4e1a807
to
1e50a69
Compare
2ca5eba
to
481119d
Compare
481119d
to
4a4cb3f
Compare
a06a98e
to
44b38bd
Compare
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) | `4.4.1` | `4.5.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.24.0` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.6.1` | `4.10.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `5.2.0` | | [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.11.1` | `0.12.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.22.0` | `8.29.1` | Updates `@eslint-community/eslint-plugin-eslint-comments` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](eslint-community/eslint-plugin-eslint-comments@v4.4.1...v4.5.0) Updates `@eslint/js` from 9.19.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.24.0/packages/js) Updates `eslint-plugin-import-x` from 4.6.1 to 4.10.3 - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](un-ts/eslint-plugin-import-x@v4.6.1...v4.10.3) Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-storybook` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](storybookjs/eslint-plugin-storybook@v0.11.1...v0.12.0) Updates `typescript-eslint` from 8.22.0 to 8.29.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-import-x dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-storybook dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
44b38bd
to
80b4fc9
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the dependencies group with 6 updates in the / directory:
4.4.1
4.5.0
9.19.0
9.24.0
4.6.1
4.10.3
5.1.0
5.2.0
0.11.1
0.12.0
8.22.0
8.29.1
Updates
@eslint-community/eslint-plugin-eslint-comments
from 4.4.1 to 4.5.0Release notes
Sourced from
@eslint-community/eslint-plugin-eslint-comments
's releases.Commits
dbe7edb
feat: add support for language plugins (#257)fffae29
docs: fix configuration specs (#254)784d7ec
chore(package): explicitly declare js module type (#255)b246a90
ci: add node 22 to test matrix (#253)Updates
@eslint/js
from 9.19.0 to 9.24.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
4946847
chore: package.json update for@eslint/js
release20591c4
chore: package.json update for@eslint/js
release129882d
chore: formatted files with Prettier via trunk fmt (#19355)a59d0c0
docs: Update docs for defineConfig (#19505)7a699a6
chore: remove formatting-related lint rules internally (#19473)eed409a
chore: package.json update for@eslint/js
release265e0cf
chore: package.json update for@eslint/js
release031734e
chore: package.json update for@eslint/js
releaseUpdates
eslint-plugin-import-x
from 4.6.1 to 4.10.3Release notes
Sourced from eslint-plugin-import-x's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import-x's changelog.
... (truncated)
Commits
e99499c
chore: release eslint-plugin-import-x (#293)1342127
docs: add more details aboutresolvers
(#292)f67e2b6
chore(deps): update all dependencies (#290)877bbbb
chore: release eslint-plugin-import-x (#283)9f4f213
chore: bump all (dev) deps (#282)56d0f3b
chore: release eslint-plugin-import-x (#281)2a6852b
chore(deps): update yarn to v4.8.1 (#277)4966857
fix: incorrect top leveltypes
field forcjs
(#280)178f360
chore: release eslint-plugin-import-x (#273)e52168e
fix: allowminimatch
9 or 10 (#276)Updates
eslint-plugin-react-hooks
from 5.1.0 to 5.2.0Changelog
Sourced from eslint-plugin-react-hooks's changelog.
Commits
Updates
eslint-plugin-storybook
from 0.11.1 to 0.12.0Release notes
Sourced from eslint-plugin-storybook's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-storybook's changelog.
... (truncated)
Commits
3f75087
Bump version to: 0.12.0 [skip ci]64b02ce
Update CHANGELOG.md [skip ci]29e5062
Merge pull request #200 from storybookjs/feat/meta-satisfies-type0748c68
Run update-all6c891fc
Preserve excludeFromConfig check844b02c
Run update-alldc47940
Restore allowing 0 configs after rebaseee8fdad
docs: Improve formatting of rule examplescd5b6d9
Remove typo test file91a356c
Allow 0 categoriesUpdates
typescript-eslint
from 8.22.0 to 8.29.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
ef7e6de
chore(release): publish 8.29.13dd1835
chore(release): publish 8.29.0807f5ca
chore(release): publish 8.28.0649309f
chore(typescript-eslint): migrate fromjest
tovitest
(#10772)3efd99e
chore(release): publish 8.27.09aa0b6b
chore(release): publish 8.26.1bc6d19f
chore(release): publish 8.26.09674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)1a9ab8f
chore(release): publish 8.25.0You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions