-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bump the dependencies group with 39 updates #1500
Closed
Closed
Conversation
This file contains 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
Bumps the dependencies group with 39 updates: | Package | From | To | | --- | --- | --- | | [react-helmet-async](https://github.com/staylor/react-helmet-async) | `1.3.0` | `2.0.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.16.0` | `6.22.3` | | [react-tiny-popover](https://github.com/alexkatz/react-tiny-popover) | `5.1.0` | `8.0.4` | | [react-use](https://github.com/streamich/react-use) | `17.4.0` | `17.5.0` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.7` | `7.24.4` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.23.3` | `7.24.1` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.8` | `7.24.4` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.23.3` | `7.24.1` | | [@octokit/auth-action](https://github.com/octokit/auth-action.js) | `4.0.1` | `5.1.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.0.2` | `20.1.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.19` | | [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `11.0.0` | `12.0.2` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `6.8.1` | `7.1.1` | | [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) | `5.0.1` | `6.0.0` | | [cypress](https://github.com/cypress-io/cypress) | `13.6.2` | `13.8.0` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.0.0` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.15.1` | `2.15.2` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.1.4` | `3.1.5` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.1` | | [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.11` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.22.1` | `1.24.1` | | [lint-staged](https://github.com/okonet/lint-staged) | `14.0.1` | `15.2.2` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.38.0` | `0.39.0` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.7.6` | `2.9.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.38` | | [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `7.3.3` | `8.1.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.1` | `3.2.5` | | [remark](https://github.com/remarkjs/remark) | `14.0.3` | `15.0.1` | | [remark-emoji](https://github.com/rhysd/remark-emoji) | `4.0.0` | `4.0.1` | | [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) | `4.0.1` | `5.0.0` | | [remark-html](https://github.com/remarkjs/remark-html) | `15.0.2` | `16.0.1` | | [rimraf](https://github.com/isaacs/rimraf) | `5.0.1` | `5.0.5` | | [sass](https://github.com/sass/dart-sass) | `1.69.7` | `1.75.0` | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | `13.3.2` | `14.2.1` | | [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.3` | `4.0.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.3` | | [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.91.0` | | [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | `4.10.1` | `4.10.2` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.0.4` | Updates `react-helmet-async` from 1.3.0 to 2.0.4 - [Release notes](https://github.com/staylor/react-helmet-async/releases) - [Commits](https://github.com/staylor/react-helmet-async/commits) Updates `react-router-dom` from 6.16.0 to 6.22.3 - [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/[email protected]/packages/react-router-dom) Updates `react-tiny-popover` from 5.1.0 to 8.0.4 - [Release notes](https://github.com/alexkatz/react-tiny-popover/releases) - [Changelog](https://github.com/alexkatz/react-tiny-popover/blob/master/CHANGELOG.md) - [Commits](https://github.com/alexkatz/react-tiny-popover/commits) Updates `react-use` from 17.4.0 to 17.5.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.4.0...v17.5.0) Updates `@babel/core` from 7.23.7 to 7.24.4 - [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.24.4/packages/babel-core) Updates `@babel/eslint-parser` from 7.23.3 to 7.24.1 - [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.24.1/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.23.8 to 7.24.4 - [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.24.4/packages/babel-preset-env) Updates `@babel/preset-react` from 7.23.3 to 7.24.1 - [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.24.1/packages/babel-preset-react) Updates `@octokit/auth-action` from 4.0.1 to 5.1.1 - [Release notes](https://github.com/octokit/auth-action.js/releases) - [Commits](octokit/auth-action.js@v4.0.1...v5.1.1) Updates `@octokit/rest` from 20.0.2 to 20.1.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v20.0.2...v20.1.0) Updates `autoprefixer` from 10.4.16 to 10.4.19 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.16...10.4.19) Updates `copy-webpack-plugin` from 11.0.0 to 12.0.2 - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/copy-webpack-plugin@v11.0.0...v12.0.2) Updates `css-loader` from 6.8.1 to 7.1.1 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-loader@v6.8.1...v7.1.1) Updates `css-minimizer-webpack-plugin` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-minimizer-webpack-plugin@v5.0.1...v6.0.0) Updates `cypress` from 13.6.2 to 13.8.0 - [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.6.2...v13.8.0) Updates `eslint` from 8.56.0 to 9.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v9.0.0) Updates `eslint-plugin-cypress` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.15.1...v2.15.2) Updates `eslint-plugin-mdx` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.1.5) Updates `eslint-plugin-react` from 7.33.2 to 7.34.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/v7.34.1/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1) Updates `husky` from 8.0.3 to 9.0.11 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.11) Updates `lightningcss` from 1.22.1 to 1.24.1 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](parcel-bundler/lightningcss@v1.22.1...v1.24.1) Updates `lint-staged` from 14.0.1 to 15.2.2 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v14.0.1...v15.2.2) Updates `markdownlint-cli` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0) Updates `mini-css-extract-plugin` from 2.7.6 to 2.9.0 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v2.7.6...v2.9.0) Updates `postcss` from 8.4.33 to 8.4.38 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.33...8.4.38) Updates `postcss-loader` from 7.3.3 to 8.1.1 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/postcss-loader@v7.3.3...v8.1.1) Updates `prettier` from 3.2.1 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.1...3.2.5) Updates `remark` from 14.0.3 to 15.0.1 - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md) - [Commits](remarkjs/remark@14.0.3...15.0.1) Updates `remark-emoji` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/rhysd/remark-emoji/releases) - [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md) - [Commits](rhysd/remark-emoji@v4.0.0...v4.0.1) Updates `remark-frontmatter` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@4.0.1...5.0.0) Updates `remark-html` from 15.0.2 to 16.0.1 - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](remarkjs/remark-html@15.0.2...16.0.1) Updates `rimraf` from 5.0.1 to 5.0.5 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.1...v5.0.5) Updates `sass` from 1.69.7 to 1.75.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.69.7...1.75.0) Updates `sass-loader` from 13.3.2 to 14.2.1 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/sass-loader@v13.3.2...v14.2.1) Updates `style-loader` from 3.3.3 to 4.0.0 - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/style-loader@v3.3.3...v4.0.0) Updates `tailwindcss` from 3.4.1 to 3.4.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.3) Updates `webpack` from 5.89.0 to 5.91.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.89.0...v5.91.0) Updates `webpack-bundle-analyzer` from 4.10.1 to 4.10.2 - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/webpack-bundle-analyzer@v4.10.1...v4.10.2) Updates `webpack-dev-server` from 4.15.1 to 5.0.4 - [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@v4.15.1...v5.0.4) --- updated-dependencies: - dependency-name: react-helmet-async dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-tiny-popover 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-minor 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-minor dependency-group: dependencies - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@octokit/auth-action" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: css-minimizer-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major 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-major dependency-group: dependencies - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mini-css-extract-plugin 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-patch dependency-group: dependencies - dependency-name: postcss-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: remark dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: remark-emoji dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: remark-frontmatter dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: remark-html dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webpack-bundle-analyzer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 19, 2024
Superseded by #1502. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dependencies-b018856fa7
branch
April 22, 2024 09:49
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 39 updates:
1.3.0
2.0.4
6.16.0
6.22.3
5.1.0
8.0.4
17.4.0
17.5.0
7.23.7
7.24.4
7.23.3
7.24.1
7.23.8
7.24.4
7.23.3
7.24.1
4.0.1
5.1.1
20.0.2
20.1.0
10.4.16
10.4.19
11.0.0
12.0.2
6.8.1
7.1.1
5.0.1
6.0.0
13.6.2
13.8.0
8.56.0
9.0.0
2.15.1
2.15.2
3.1.4
3.1.5
7.33.2
7.34.1
8.0.3
9.0.11
1.22.1
1.24.1
14.0.1
15.2.2
0.38.0
0.39.0
2.7.6
2.9.0
8.4.33
8.4.38
7.3.3
8.1.1
3.2.1
3.2.5
14.0.3
15.0.1
4.0.0
4.0.1
4.0.1
5.0.0
15.0.2
16.0.1
5.0.1
5.0.5
1.69.7
1.75.0
13.3.2
14.2.1
3.3.3
4.0.0
3.4.1
3.4.3
5.89.0
5.91.0
4.10.1
4.10.2
4.15.1
5.0.4
Updates
react-helmet-async
from 1.3.0 to 2.0.4Commits
Updates
react-router-dom
from 6.16.0 to 6.22.3Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
67009e1
chore: Update version for release (#11329)0c37f37
chore: Update version for release (pre) (#11327)78c843b
chore: Update version for release (#11314)e1421be
chore: Update version for release (pre) (#11309)95acd38
Merge branch 'release-next' into dev6b22f91
Preserve hydrated errors during partial hydration (#11305)5f0cf32
chore: Update version for release (#11283)25d16db
chore: Update version for release (pre) (#11280)241f2d4
Fix issues with pre-encoded param names not being properly decoded (#11199)3a66719
chore: Update version for release (#11242)Updates
react-tiny-popover
from 5.1.0 to 8.0.4Commits
Updates
react-use
from 17.4.0 to 17.5.0Release notes
Sourced from react-use's releases.
Changelog
Sourced from react-use's changelog.
Commits
ade8d39
chore(release): 17.5.0 [skip ci]ac64414
feat: addisFirst
andisLast
methods touseStateList
hook6a9dde5
feat(pencil): fix with yarn lint:fix75218e4
feat(pencil): add isFirst and isLast return value to 'useStateList'82146f6
chore(release): 17.4.4 [skip ci]0534648
fix: typo in example06afdf7
Merge pull request #2535 from suisous/pr/suisousea688b0
chore(release): 17.4.3 [skip ci]3264d96
Merge pull request #2536 from willnguyen1312/pr/update-use-mediae7379f0
fix: update useMedia hook to use recommended approach of MDNUpdates
@babel/core
from 7.23.7 to 7.24.4Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
5a8c692
v7.24.4d4ade61
Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)b8eb831
Fix incorrect function hoisting in some case statements (#16363)0eac8ca
v7.24.3fb7cf63
[babel 8] Removeimport_
fallback (#16365)822b025
v7.24.119fdca5
Reduce the use of class names (#16326)40110e9
Update source map deps (#16327)ce59160
v7.24.04bd1d41
ImplementnoUninitializedPrivateFieldAccess
assumption (#16267)Updates
@babel/eslint-parser
from 7.23.3 to 7.24.1Release notes
Sourced from
@babel/eslint-parser
's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser
's changelog.... (truncated)
Commits
822b025
v7.24.14dd88ea
Test Babel 7 plugins compatibility with Babel 8 core (#16332)83b74fd
v7.23.100e5ae8d
[eslint] Include field decorators in scope analysis (#16240)a0dd614
v7.23.9b2bbffb
Migrateeslint-parser
to cts (#16222)5540310
[eslint] Fixno-use-before-define
for class ref in fields (#16210)Updates
@babel/preset-env
from 7.23.8 to 7.24.4Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.