-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore(deps): bump the dependencies group across 1 directory with 24 updates #7551
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pdates Bumps the dependencies group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.28.0` | `7.1.5` | | [react-use](https://github.com/streamich/react-use) | `17.5.1` | `17.6.0` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.9` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.25.9` | `7.26.8` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` | | [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.4` | `1.2.6` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.20.0` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.2` | `21.1.1` | | [cypress](https://github.com/cypress-io/cypress) | `13.16.0` | `14.0.3` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.4` | | [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.15.0` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.28.2` | `1.29.1` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.4.3` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.43.0` | `0.44.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.2` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` | | [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.2` | `0.16.0` | | [remark-gfm](https://github.com/remarkjs/remark-gfm) | `4.0.0` | `4.0.1` | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.4` | `16.0.5` | | [sirv-cli](https://github.com/lukeed/sirv) | `3.0.0` | `3.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.16` | `4.0.6` | | [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.1.0` | `5.2.0` | Updates `react-router-dom` from 6.28.0 to 7.1.5 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.1.5/packages/react-router-dom) Updates `react-use` from 17.5.1 to 17.6.0 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](streamich/react-use@v17.5.1...v17.6.0) Updates `@babel/core` from 7.26.0 to 7.26.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core) Updates `@babel/eslint-parser` from 7.25.9 to 7.26.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.8/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.26.0 to 7.26.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env) Updates `@eslint/compat` from 1.2.4 to 1.2.6 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@compat-v1.2.4...compat-v1.2.6) Updates `@eslint/js` from 9.16.0 to 9.20.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.20.0/packages/js) Updates `@octokit/rest` from 21.0.2 to 21.1.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v21.0.2...v21.1.1) Updates `cypress` from 13.16.0 to 14.0.3 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.16.0...v14.0.3) Updates `eslint-config-prettier` from 9.1.0 to 10.0.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1) Updates `eslint-plugin-react` from 7.37.2 to 7.37.4 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.4) Updates `globals` from 15.13.0 to 15.15.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.13.0...v15.15.0) Updates `lightningcss` from 1.28.2 to 1.29.1 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/commits) Updates `lint-staged` from 15.2.10 to 15.4.3 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.10...v15.4.3) Updates `markdownlint-cli` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) Updates `postcss` from 8.4.49 to 8.5.2 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.2) Updates `prettier` from 3.4.2 to 3.5.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.1) Updates `react-refresh` from 0.14.2 to 0.16.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react) Updates `remark-gfm` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/remarkjs/remark-gfm/releases) - [Commits](remarkjs/remark-gfm@4.0.0...4.0.1) Updates `sass-loader` from 16.0.4 to 16.0.5 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](webpack/sass-loader@v16.0.4...v16.0.5) Updates `sirv-cli` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](lukeed/sirv@v3.0.0...v3.0.1) Updates `tailwindcss` from 3.4.16 to 4.0.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.6/packages/tailwindcss) Updates `webpack` from 5.97.1 to 5.98.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.97.1...v5.98.0) Updates `webpack-dev-server` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lightningcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-refresh dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: remark-gfm dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sirv-cli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Contributor
Author
|
Superseded by #7553. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 24 updates in the / directory:
6.28.07.1.517.5.117.6.07.26.07.26.97.25.97.26.87.26.07.26.91.2.41.2.69.16.09.20.021.0.221.1.113.16.014.0.39.1.010.0.17.37.27.37.415.13.015.15.01.28.21.29.115.2.1015.4.30.43.00.44.08.4.498.5.23.4.23.5.10.14.20.16.04.0.04.0.116.0.416.0.53.0.03.0.13.4.164.0.65.97.15.98.05.1.05.2.0Updates
react-router-domfrom 6.28.0 to 7.1.5Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
6b6ed18chore: Update version for release (#12929)99c4580chore: Update version for release (pre) (#12928)e3d6fbcchore: formatd2bb602chore: Update version for release (#12913)3c1a6bbchore: Update version for release (pre) (#12880)004f18fchore: formatd5740cachore: Update version for release (#12772)dcd7c21chore: Update version for release (pre) (#12771)b045242chore: formatacfac48chore: Update version for release (#12756)Updates
react-usefrom 17.5.1 to 17.6.0Release notes
Sourced from react-use's releases.
Changelog
Sourced from react-use's changelog.
Commits
ad33f76chore(release): 17.6.0 [skip ci]7602956Merge pull request #2608 from mahmoud-elgammal/feature/useWindowSize-onChange7c4d696docs: add security policyea656f7feat: add onChange callback to useWindowSize3eb531afeat: add onChange callback to useWindowSizee1d0cd9chore(deps): update typescript-eslint monorepo to v5.62.01365221chore(deps): update dependency rxjs to v7.8.1e1aff11chore(deps): update dependency react-spring to v9.7.4a202826chore(deps): update dependency eslint-plugin-react to v7.35.0d5654ebchore(deps): update dependency eslint-plugin-jsx-a11y to v6.9.0Updates
@babel/corefrom 7.26.0 to 7.26.9Release notes
Sourced from
@babel/core's releases.... (truncated)
Changelog
Sourced from
@babel/core's changelog.... (truncated)
Commits
64bca7bv7.26.94cf5c9e[babel 8] Use@babel/typesfor parser's return type (#17117)fd3f0a8Do not depend on@types/gensyncin Babel 7 (#17127)5315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81bdb1a4Move@types/gensyncto dependencies (#17105)2d95140v7.26.7d9fa47dDo not try to parse .ts configs as JSON if natively supported (#17052)cd24cc0chore: Update TS 5.7 (#17053)d465131fix: incorretbabel.config.ctstest fixtures (#17051)Updates
@babel/eslint-parserfrom 7.25.9 to 7.26.8Release notes
Sourced from
@babel/eslint-parser's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser's changelog.... (truncated)
Commits
0593941v7.26.8e02b0ff[Babel 8] Create TSTemplateLiteralType (#17066)74181cfv7.26.5cd24cc0chore: Update TS 5.7 (#17053)5511172[babel 8] RenamesuperTypeParameters->superTypeArguments(#16997)ace334fFix CI e2e-babel error (#16946)64fa466Enable import attributes parsing by default (#16850)Updates
@babel/preset-envfrom 7.26.0 to 7.26.9Release notes
Sourced from
@babel/preset-env's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env's changelog.... (truncated)
Commits
64bca7bv7.26.95315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81137c29Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)2d95140v7.26.70e6199bMake "object without properties" helpers ES6-compatible (#17086)19224f9[babel 8] Remove bugfixes option (#17078)cd24cc0chore: Update TS 5.7 (#17053)70fbc86fix: More accuratetransform-typeof-symbolcompat data (#17031)Updates
@eslint/compatfrom 1.2.4 to 1.2.6Release notes
Sourced from
@eslint/compat's releases.Commits
e1cb603chore: release main (#147)e9a987efeat: Update RuleDefinition withmeta.defaultOptions(#150)4964322feat: Update RuleDefinition for frozen and deprecations (#149)c91866cfix: CommonJS types in all packages (#148)7dfc0d9fix: Make meta.replacedBy read only (#146)fb5e9c1docs: Update README sponsorsae8c837docs: Update README sponsors7f291c7chore: release main (#139)d9e8628docs: Update README sponsorsf77ba17fix: makeplugin-kittypes usable in CommonJS (#143)Updates
@eslint/jsfrom 9.16.0 to 9.20.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.