Skip to content

Commit 216679e

Browse files
Bump the dev-deps group with 6 updates
Updates the requirements on [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve), [concurrently](https://github.com/open-cli-tools/concurrently), [rollup](https://github.com/rollup/rollup), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) to permit the latest version. Updates `@commitlint/cli` to 19.6.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.1/@commitlint/cli) Updates `@rollup/plugin-node-resolve` from 15.3.1 to 16.0.0 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve) Updates `concurrently` to 9.1.1 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v9.1.0...v9.1.1) Updates `rollup` to 4.29.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.27.4...v4.29.1) Updates `stylelint` to 16.12.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.10.0...16.12.0) Updates `stylelint-config-standard-scss` from 13.1.0 to 14.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-standard-scss@v13.1.0...v14.0.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: concurrently dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint-config-standard-scss dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 462b062 commit 216679e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
"@babel/plugin-transform-class-properties": "^7.25.9",
3333
"@babel/plugin-transform-private-methods": "^7.25.9",
3434
"@babel/preset-env": "^7.26.0",
35-
"@commitlint/cli": "^19.6.0",
35+
"@commitlint/cli": "^19.6.1",
3636
"@commitlint/config-conventional": "^19.6.0",
3737
"@rollup/plugin-babel": "^6.0.4",
38-
"@rollup/plugin-node-resolve": "^15.3.0",
38+
"@rollup/plugin-node-resolve": "^16.0.0",
3939
"@rollup/plugin-terser": "^0.4.4",
4040
"@semantic-release/changelog": "^6.0.3",
4141
"@semantic-release/exec": "^6.0.3",
4242
"@semantic-release/git": "^10.0.1",
43-
"concurrently": "^9.1.0",
43+
"concurrently": "^9.1.1",
4444
"conventional-changelog-conventionalcommits": "^8.0.0",
4545
"purgecss": "^7.0.2",
46-
"rollup": "^4.27.4",
46+
"rollup": "^4.29.1",
4747
"semantic-release": "^24.2.0",
48-
"stylelint": "^16.10.0",
49-
"stylelint-config-standard-scss": "^13.1.0"
48+
"stylelint": "^16.12.0",
49+
"stylelint-config-standard-scss": "^14.0.0"
5050
},
5151
"prettier": {
5252
"trailingComma": "none"

0 commit comments

Comments
 (0)