-
Notifications
You must be signed in to change notification settings - Fork 24
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.38.0 #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.38.0 #79
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.32.1 to 8.38.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: TypeScript ESLint Plugin Parser Mismatch
Updating @typescript-eslint/eslint-plugin
to 8.38.0 introduced a peer dependency mismatch: it now requires @typescript-eslint/parser
version ^8.38.0
, but the parser remains at 8.32.1. This incompatibility will cause peer dependency warnings/errors and potential runtime issues.
package-lock.json#L1126-L1249
macos-automator-mcp/package-lock.json
Lines 1126 to 1249 in 626b7ca
"peerDependencies": { | |
"@typescript-eslint/parser": "^8.38.0", | |
"eslint": "^8.57.0 || ^9.0.0", | |
"typescript": ">=4.8.4 <5.9.0" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { | |
"version": "8.38.0", | |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz", | |
"integrity": "sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@typescript-eslint/types": "8.38.0", | |
"@typescript-eslint/visitor-keys": "8.38.0" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { | |
"version": "8.38.0", | |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz", | |
"integrity": "sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { | |
"version": "8.38.0", | |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz", | |
"integrity": "sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@typescript-eslint/project-service": "8.38.0", | |
"@typescript-eslint/tsconfig-utils": "8.38.0", | |
"@typescript-eslint/types": "8.38.0", | |
"@typescript-eslint/visitor-keys": "8.38.0", | |
"debug": "^4.3.4", | |
"fast-glob": "^3.3.2", | |
"is-glob": "^4.0.3", | |
"minimatch": "^9.0.4", | |
"semver": "^7.6.0", | |
"ts-api-utils": "^2.1.0" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
}, | |
"peerDependencies": { | |
"typescript": ">=4.8.4 <5.9.0" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { | |
"version": "8.38.0", | |
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.38.0.tgz", | |
"integrity": "sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@eslint-community/eslint-utils": "^4.7.0", | |
"@typescript-eslint/scope-manager": "8.38.0", | |
"@typescript-eslint/types": "8.38.0", | |
"@typescript-eslint/typescript-estree": "8.38.0" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
}, | |
"peerDependencies": { | |
"eslint": "^8.57.0 || ^9.0.0", | |
"typescript": ">=4.8.4 <5.9.0" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { | |
"version": "8.38.0", | |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz", | |
"integrity": "sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@typescript-eslint/types": "8.38.0", | |
"eslint-visitor-keys": "^4.2.1" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
} | |
}, | |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": { | |
"version": "4.2.1", | |
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", | |
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", | |
"dev": true, | |
"license": "Apache-2.0", | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"url": "https://opencollective.com/eslint" | |
} | |
}, | |
"node_modules/@typescript-eslint/parser": { | |
"version": "8.32.1", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
Superseded by #90. |
Bumps @typescript-eslint/eslint-plugin from 8.32.1 to 8.38.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
d11e79e
chore(release): publish 8.38.05ec8c58
fix: disallow extra properties in rule options (#11397)0e884c7
fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...816be17
chore(release): publish 8.37.0e1b310c
fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...16c344e
docs(website): remove stale list of checked expressions (#11384)84b7a2e
chore(release): publish 8.36.0d1388fc
fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...4a60d3e
docs(eslint-plugin): [only-throw-error] document options (#11348)1ca81c1
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)