build(deps-dev): bump the dev-deps group with 7 updates - #3
Merged
Conversation
Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [concurrently](https://github.com/open-cli-tools/concurrently), [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits), [rollup](https://github.com/rollup/rollup), [semantic-release](https://github.com/semantic-release/semantic-release) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/core` to 7.28.3 - [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.3/packages/babel-core) Updates `@babel/preset-env` to 7.28.3 - [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.3/packages/babel-preset-env) Updates `concurrently` to 9.2.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v9.1.2...v9.2.1) Updates `conventional-changelog-conventionalcommits` from 8.0.0 to 9.1.0 - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.1.0/packages/conventional-changelog-conventionalcommits) Updates `rollup` to 4.50.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.41.0...v4.50.0) Updates `semantic-release` to 24.2.7 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v24.2.4...v24.2.7) Updates `stylelint` to 16.23.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.19.1...16.23.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:development dependency-group: dev-deps - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: conventional-changelog-conventionalcommits dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: rollup dependency-version: 4.50.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: semantic-release dependency-version: 24.2.7 dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-version: 16.23.1 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/npm_and_yarn/dev-deps-088d7f4c89
branch
September 7, 2025 03:18
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
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.
Updates the requirements on @babel/core, @babel/preset-env, concurrently, conventional-changelog-conventionalcommits, rollup, semantic-release and stylelint to permit the latest version.
Updates
@babel/coreto 7.28.3Release notes
Sourced from
@babel/core's releases.Changelog
Sourced from
@babel/core's changelog.... (truncated)
Commits
ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)fb57f26chore: update browser compat libs (#17469)ccc5faev7.28.02372572Update source maps packages (#17420)7896ed7SupportsourceType: "commonjs"(#17390)b35d186typing: export ConfigAPI type (#17400)4ce7dfdv7.27.77428811Improve TS babel config loading (#17392)Updates
@babel/preset-envto 7.28.3Release notes
Sourced from
@babel/preset-env's releases.Changelog
Sourced from
@babel/preset-env's changelog.... (truncated)
Commits
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.0743ecd4Add explicit resource management to preset-env (#17355)cd0de90Updatebabel-polyfillpackages (#17403)fdbf1b3fix:finallycauses unexpected return value (#17366)7ba1afaUpdate babel 8 preset env fixtures (#17356)Updates
concurrentlyto 9.2.1Release notes
Sourced from concurrently's releases.
Commits
414cd019.2.10dfedb0Update GH actions/workflows, enable npm provenance (#564)ee81511Remove obsolete tsdk config09d3d7bFull coverage (#563)8cfc6a6Update shell-quote to 1.8.3 (#562)4c403f8Migrate to ESLint v9 (#561)8bfcaf7Minor dependency updates (#560)389fec4Enable watch mode & coverage for unit tests by default7993ce6chore: remove unused eslint-plugin-jest (#559)58300f4Remove obsolete .npmrc fileUpdates
conventional-changelog-conventionalcommitsfrom 8.0.0 to 9.1.0Release notes
Sourced from conventional-changelog-conventionalcommits's releases.
Changelog
Sourced from conventional-changelog-conventionalcommits's changelog.
Commits
b3bec6cchore(release): monorepo release (#1392)81da809feat(conventional-changelog-conventionalcommits): scope option can be an arra...93c34e4ci: eslint v9 (#1389)c4ee907chore(release): monorepo releasec7dc90cchore: format changelog filese2973e2feat(conventional-changelog-conventionalcommits): scope, scopeOnly and bumpSt...1b4245edocs(conventional-changelog-conventionalcommits): fix readme links (#1360)5150f47feat(conventional-changelog-conventionalcommits): bang notes handling is remo...821661bstyle: unified eslint config (#1353)42556a1feat(conventional-changelog,standard-changelog): new builder API and cli flag...Maintainer changes
This version was pushed to npm by dangreen, a new releaser for conventional-changelog-conventionalcommits since your current version.
Updates
rollupto 4.50.0Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
592e7d74.50.006df2d6Split up changelog file38a5c6dAdd support for openharmony-arm64 platform (#6081)bd02778Return null to defer to the default resolution behavior (#6084)b12c0614.49.06b06476feat: Run external check incli/run/loadConfigFile.tsas last in order to a...59c16b9Improve build pipeline performance (#6082)8b6b06b4.48.18cf554abuild: optimize pipeline take two (#6078)c9e96c2fix: handle whitespace according to JSX common practice (#6051)Updates
semantic-releaseto 24.2.7Release notes
Sourced from semantic-release's releases.
Commits
85187e2perf(get-tags.js): bulk get for tags notes (#3732)672f951chore(deps): update dependency@types/nodeto v22.16.3 (#3801)de54db9chore(deps): update dependency@types/nodeto v22.16.2 (#3799)c6da348chore(deps): update dependency@types/nodeto v22.16.1 (#3798)fae2a78chore(deps): lock file maintenance (#3797)fb26b13docs(plugins): addsemantic-release-openapicommunity plugin (#3787)985f165chore(deps): update dependency@types/nodeto v22.16.0 (#3794)c8fea35ci(action): update github/codeql-action action to v3.29.2 (#3793)fab4d88chore(deps): lock file maintenance (#3792)93177d0fix(deps): update@semantic-release/npmto ^12.0.2 (#3791)Updates
stylelintto 16.23.1Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
a282f6c16.23.193e33f0Prepare 16.23.1 (#8706)2811636Fixno-invalid-position-declarationfalse positives for embedded styles (#8...6006370Fixselector-type-no-unknownfalse positives forselectedcontent(#8716)5e7c4f0Fixselector-pseudo-*-no-unknownfalse positives for some meter pseudo clas...5ef3ad8Improvepostcss-naive-css-in-jstest fixture (#8715)5c66db7Fixselector-pseudo-element-no-unknownfalse positives for::search-text...b17f5a4Bump typescript from 5.8.3 to 5.9.2 in the typescript group (#8711)ce1283bFixproperty-no-deprecatedfalse positive for `-webkit-box-orient: vertical...94b6d69Bump rollup from 4.46.0 to 4.46.2 (#8709)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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