1 Commits

Author SHA1 Message Date
renovate[bot]
cf4918dadb fix(deps): update dependency @eslint/eslintrc to v3 2023-12-27 18:41:27 +00:00
3 changed files with 21 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
git config --global user.email action@github.io
git config --global user.name 'Github changeset workflow'
- name: Generate changeset
uses: actions/github-script@v7
uses: actions/github-script@v6
with:
script: |
const { promises: fs } = require("fs");

View File

@@ -39,7 +39,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@eslint/eslintrc": "^2.1.2",
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",

21
pnpm-lock.yaml generated
View File

@@ -40,8 +40,8 @@ importers:
configs/js:
dependencies:
'@eslint/eslintrc':
specifier: ^2.1.2
version: 2.1.2
specifier: ^3.0.0
version: 3.0.0
'@eslint/js':
specifier: ^8.47.0
version: 8.47.0
@@ -713,6 +713,23 @@ packages:
transitivePeerDependencies:
- supports-color
/@eslint/eslintrc@3.0.0:
resolution: {integrity: sha512-R8p3jN1kdWvFRiRfgpUxZ4PMgfJJFt6NuLGDnnqLb7RKmsd5Xa0KqRMjmaqRO7e38ZbG/9zKPgDjeJeqsDofSA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
dependencies:
ajv: 6.12.6
debug: 4.3.4
espree: 9.6.1
globals: 13.21.0
ignore: 5.2.4
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
dev: false
/@eslint/js@8.44.0:
resolution: {integrity: sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}