Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group with 7 updates (
Browse files Browse the repository at this point in the history
…#4381)

Bumps the theoretically-non-breaking group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) | `7.24.7` | `7.24.8` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.1.0` | `1.1.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.6.0` | `9.7.0` |
| [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.7.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.4.2` | `19.4.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.24.9` |
| [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | `6.1.0` | `6.1.1` |


Updates `@babel/plugin-transform-modules-commonjs` from 7.24.7 to 7.24.8
- [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.8/packages/babel-plugin-transform-modules-commonjs)

Updates `@eslint/compat` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.1.0...compat-v1.1.1)

Updates `@eslint/js` from 9.6.0 to 9.7.0
- [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.7.0/packages/js)

Updates `eslint` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.6.0...v9.7.0)

Updates `nx` from 19.4.2 to 19.4.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.4.3/packages/nx)

Updates `@babel/core` from 7.24.7 to 7.24.9
- [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.9/packages/babel-core)

Updates `postcss-selector-parser` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-selector-parser@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@eslint/js"
  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-minor
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: postcss-selector-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent d970343 commit b9b7702
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 225 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prettier": "v3 requires ESM, and we use prettier in our Jest tests. Jest does not support ESM yet."
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@commitlint/cli": "^19.3.0",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-commonjs": "^26.0.1",
Expand All @@ -52,7 +52,7 @@
"typescript-eslint": "^7.16.0",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.4",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
Expand All @@ -64,7 +64,7 @@
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"nx": "19.4.2",
"nx": "19.4.3",
"prettier": "^2.8.8",
"rollup": "^4.18.1",
"terser": "^5.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"@babel/plugin-transform-async-generator-functions": "7.24.7",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lwc/shared": "7.1.0",
"postcss": "~8.4.39",
"postcss-selector-parser": "~6.1.0",
"postcss-selector-parser": "~6.1.1",
"postcss-value-parser": "~4.2.0"
}
}
Loading

0 comments on commit b9b7702

Please sign in to comment.