Skip to content

Commit

Permalink
Bump eslint from 8.57.0 to 9.2.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.2.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent c372a3d commit f69838c
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 127 deletions.
2 changes: 1 addition & 1 deletion examples/next-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "^16.13.0",
"@types/react": "^18.2.25",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"eslint-config-next": "^14.0.3",
"prisma": "^5.4.1",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@solarwinds-apm/eslint-config": "workspace:^",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepare": "husky"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"husky": "^9.0.11",
"prettier": "^3.0.3",
"turbo": "^1.10.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/test": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"node-addon-api": "^7.0.0",
"prettier": "^3.0.3",
"typescript": "~5.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@solarwinds-apm/rollup-config": "workspace:^",
"@solarwinds-apm/test": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@solarwinds-apm/rollup-config": "workspace:^",
"@solarwinds-apm/test": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/histogram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/rollup-config": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/rollup-config": "workspace:^",
"@types/semver": "^7.5.3",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"semver": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/rollup-config": "workspace:^",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/rollup-config": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@solarwinds-apm/eslint-config": "workspace:^",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"protobufjs-cli": "^1.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@solarwinds-apm/eslint-config": "workspace:^",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/sampling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@solarwinds-apm/rollup-config": "workspace:^",
"@solarwinds-apm/test": "workspace:^",
"@types/node": "^16.13.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^16.13.0",
"@types/semver": "^7.5.3",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"typescript": "~5.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solarwinds-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@solarwinds-apm/test": "workspace:^",
"@types/node": "^20.6.0",
"@types/semver": "^7.5.3",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@opentelemetry/sdk-trace-node": "~1.24.0",
"@solarwinds-apm/eslint-config": "workspace:^",
"@solarwinds-apm/rollup-config": "workspace:^",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"typescript": "~5.4.4"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@solarwinds-apm/eslint-config": "workspace:^",
"archiver": "^7.0.0",
"eslint": "^8.50.0",
"eslint": "^9.2.0",
"ora": "^5.4.1",
"prettier": "^3.0.3"
}
Expand Down
Loading

0 comments on commit f69838c

Please sign in to comment.