-
Notifications
You must be signed in to change notification settings - Fork 775
chore(deps-dev): bump the dev-deps group across 1 directory with 21 updates #2564
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/dev-deps-463e6d81aa
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 dev-deps group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.28.5` | | [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) | `7.25.9` | `7.27.1` | | [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.25.9` | `7.28.5` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.28.5` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.28.5` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.28.5` | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.1.0` | `4.1.2` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.2.3` | `1.4.1` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.2.0` | `3.3.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.15.0` | `9.39.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.15.0` | `8.46.3` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.15.0` | `8.46.3` | | [eslint](https://github.com/eslint/eslint) | `9.15.0` | `9.39.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` | | [pretty-quick](https://github.com/prettier/pretty-quick) | `4.0.0` | `4.2.2` | | [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` | | [rollup-plugin-multi-input](https://github.com/alfredosalzillo/rollup-plugin-multi-input) | `1.5.0` | `1.6.0` | | [serve](https://github.com/vercel/serve) | `14.2.4` | `14.2.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.9.3` | | vite-plugin-glslify | `2.1.0` | `2.3.0` | Updates `@babel/core` from 7.26.0 to 7.28.5 - [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.28.5/packages/babel-core) Updates `@babel/plugin-transform-modules-commonjs` from 7.25.9 to 7.27.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.27.1/packages/babel-plugin-transform-modules-commonjs) Updates `@babel/plugin-transform-runtime` from 7.25.9 to 7.28.5 - [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.28.5/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.26.0 to 7.28.5 - [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.28.5/packages/babel-preset-env) Updates `@babel/preset-react` from 7.25.9 to 7.28.5 - [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.28.5/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.26.0 to 7.28.5 - [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.28.5/packages/babel-preset-typescript) Updates `@chromatic-com/storybook` from 4.1.0 to 4.1.2 - [Release notes](https://github.com/chromaui/addon-visual-tests/releases) - [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v4.1.2/CHANGELOG.md) - [Commits](chromaui/addon-visual-tests@v4.1.0...v4.1.2) Updates `@eslint/compat` from 1.2.3 to 1.4.1 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat) Updates `@eslint/eslintrc` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.2.0...v3.3.1) Updates `@eslint/js` from 9.15.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.15.0 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.15.0 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/parser) Updates `eslint` from 9.15.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.15.0...v9.39.0) Updates `eslint-plugin-react` from 7.37.2 to 7.37.5 - [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.5) Updates `prettier` from 3.3.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.6.2) Updates `pretty-quick` from 4.0.0 to 4.2.2 - [Release notes](https://github.com/prettier/pretty-quick/releases) - [Changelog](https://github.com/prettier/pretty-quick/blob/v4.2.2/CHANGELOG.md) - [Commits](prettier/pretty-quick@v4.0.0...v4.2.2) Updates `rimraf` from 6.0.1 to 6.1.0 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.0.1...v6.1.0) Updates `rollup-plugin-multi-input` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/alfredosalzillo/rollup-plugin-multi-input/releases) - [Commits](alfredosalzillo/rollup-plugin-multi-input@v1.5.0...v1.6.0) Updates `serve` from 14.2.4 to 14.2.5 - [Release notes](https://github.com/vercel/serve/releases) - [Commits](vercel/serve@14.2.4...v14.2.5) Updates `typescript` from 5.6.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.9.3) Updates `vite-plugin-glslify` from 2.1.0 to 2.3.0 --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@babel/plugin-transform-modules-commonjs" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@babel/preset-env" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@babel/preset-react" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@babel/preset-typescript" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@chromatic-com/storybook" dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@eslint/compat" dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: pretty-quick dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: rimraf dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: rollup-plugin-multi-input dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: serve dependency-version: 14.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: vite-plugin-glslify dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
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 dev-deps group with 21 updates in the / directory:
7.26.07.28.57.25.97.27.17.25.97.28.57.26.07.28.57.25.97.28.57.26.07.28.54.1.04.1.21.2.31.4.13.2.03.3.19.15.09.39.08.15.08.46.38.15.08.46.39.15.09.39.07.37.27.37.53.3.33.6.24.0.04.2.26.0.16.1.01.5.01.6.014.2.414.2.55.6.35.9.32.1.02.3.0Updates
@babel/corefrom 7.26.0 to 7.28.5Release notes
Sourced from
@babel/core's releases.... (truncated)
Changelog
Sourced from
@babel/core's changelog.... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)18d88b8Improve@babel/coretypings (#17471)453b068Switch to@jridgewell/remapping(#17474)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/coresince your current version.Updates
@babel/plugin-transform-modules-commonjsfrom 7.25.9 to 7.27.1Release notes
Sourced from
@babel/plugin-transform-modules-commonjs's releases.... (truncated)
Changelog
Sourced from
@babel/plugin-transform-modules-commonjs's changelog.... (truncated)
Commits
eebd3a0v7.27.1b1f9184ReduceinteropRequireWildcardsize (#16538)317e332Enforce node protocol import (#17207)fdc0fb5[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0(#17204)cd24cc0chore: Update TS 5.7 (#17053)36ca8fav7.26.338d26cdperf: Remove use ofsimplifyAccess(#16954)422c6d0perf: Improve module transforms (#16882)Updates
@babel/plugin-transform-runtimefrom 7.25.9 to 7.28.5Release notes
Sourced from
@babel/plugin-transform-runtime's releases.... (truncated)
Changelog
Sourced from
@babel/plugin-transform-runtime's changelog.... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)85cafbeType check runtime scripts (#17522)3fc8d05[babel 8] Update default@babel/runtimeversion (#17512)1a68909[babel 8] Removesemverdependency from transform-runtime (#17511)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)764084aDo not save last yield in call in temp var (#17363)ccc5faev7.28.0cd0de90Updatebabel-polyfillpackages (#17403)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/plugin-transform-runtimesince your current version.Updates
@babel/preset-envfrom 7.26.0 to 7.28.5Release notes
Sourced from
@babel/preset-env's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env's changelog.... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)ae363aechore: Fix typo in variable name (#17535)1edfcaaUpdate compat data (#17487)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)fb57f26chore: update browser compat libs (#17469)f4a9616[static blocks] Do not inject new static fields after static code (#17443)f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)ccc5faev7.28.0Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/preset-envsince your current version.Updates
@babel/preset-reactfrom 7.25.9 to 7.28.5Release notes
Sourced from
@babel/preset-react's releases.... (truncated)
Changelog
Sourced from
@babel/preset-react's changelog.