Skip to content

Commit 3f3a891

Browse files
build(deps): bump the theoretically-non-breaking group across 1 directory with 7 updates (#4492)
Bumps the theoretically-non-breaking group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.0` | `9.9.1` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.14` | `1.7.18` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.4.1` | `22.5.0` | | [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` | | [rollup](https://github.com/rollup/rollup) | `4.21.0` | `4.21.1` | | [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.7.0` | | [astring](https://github.com/davidbonnet/astring) | `1.8.6` | `1.9.0` | Updates `@eslint/js` from 9.9.0 to 9.9.1 - [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.9.1/packages/js) Updates `@swc/core` from 1.7.14 to 1.7.18 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.7.14...v1.7.18) Updates `@types/node` from 22.4.1 to 22.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.9.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.0...v9.9.1) Updates `rollup` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.21.0...v4.21.1) Updates `tslib` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v2.6.3...v2.7.0) Updates `astring` from 1.8.6 to 1.9.0 - [Release notes](https://github.com/davidbonnet/astring/releases) - [Changelog](https://github.com/davidbonnet/astring/blob/main/CHANGELOG.md) - [Commits](davidbonnet/astring@v1.8.6...v1.9.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: astring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d388915 commit 3f3a891

File tree

6 files changed

+184
-191
lines changed

6 files changed

+184
-191
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "^19.4.0",
3636
"@eslint/compat": "^1.1.1",
37-
"@eslint/js": "^9.9.0",
37+
"@eslint/js": "^9.9.1",
3838
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
3939
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
4040
"@nx/js": "19.6.2",
@@ -44,17 +44,17 @@
4444
"@rollup/plugin-replace": "^5.0.7",
4545
"@rollup/plugin-typescript": "^11.1.6",
4646
"@swc-node/register": "~1.10.9",
47-
"@swc/core": "~1.7.14",
47+
"@swc/core": "~1.7.18",
4848
"@swc/helpers": "~0.5.11",
4949
"@types/babel__core": "^7.20.5",
50-
"@types/node": "^22.4.1",
50+
"@types/node": "^22.5.0",
5151
"@vitest/coverage-v8": "^2.0.5",
5252
"@vitest/expect": "^2.0.5",
5353
"@vitest/ui": "^2.0.5",
5454
"@vitest/utils": "^2.0.5",
5555
"bytes": "^3.1.2",
5656
"es-module-lexer": "^1.5.4",
57-
"eslint": "^9.9.0",
57+
"eslint": "^9.9.1",
5858
"eslint-config-flat-gitignore": "^0.1.8",
5959
"eslint-plugin-header": "^3.1.1",
6060
"eslint-plugin-import": "^2.29.1",
@@ -68,9 +68,9 @@
6868
"magic-string": "^0.30.11",
6969
"nx": "19.6.2",
7070
"prettier": "^3.3.3",
71-
"rollup": "^4.21.0",
71+
"rollup": "^4.21.1",
7272
"terser": "^5.31.6",
73-
"tslib": "^2.6.3",
73+
"tslib": "^2.7.0",
7474
"typescript": "5.5.4",
7575
"typescript-eslint": "^7.17.0",
7676
"vitest": "^2.0.5"

packages/@lwc/integration-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rollup/plugin-replace": "^5.0.7",
1818
"@rollup/plugin-typescript": "^11.1.6",
19-
"rollup": "^4.21.0",
19+
"rollup": "^4.21.1",
2020
"rollup-plugin-livereload": "^2.0.5",
2121
"rollup-plugin-serve": "^3.0.0"
2222
}

packages/@lwc/ssr-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@lwc/shared": "7.2.2",
4848
"@lwc/template-compiler": "7.2.2",
4949
"acorn": "8.12.1",
50-
"astring": "^1.8.6",
50+
"astring": "^1.9.0",
5151
"estree-toolkit": "^1.7.7",
5252
"immer": "^10.1.1",
5353
"meriyah": "^5.0.0"

packages/@lwc/template-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@lwc/errors": "7.2.2",
4646
"@lwc/shared": "7.2.2",
4747
"acorn": "~8.12.1",
48-
"astring": "~1.8.6",
48+
"astring": "~1.9.0",
4949
"he": "~1.2.0"
5050
},
5151
"devDependencies": {

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@lwc/rollup-plugin": "7.2.2",
1313
"@rollup/plugin-replace": "^5.0.7",
1414
"lwc": "7.2.2",
15-
"rollup": "^4.21.0",
15+
"rollup": "^4.21.1",
1616
"rollup-plugin-livereload": "^2.0.5",
1717
"rollup-plugin-serve": "^3.0.0"
1818
},

0 commit comments

Comments
 (0)