yarn-deduplicate
yarn-deduplicate copied to clipboard
Update dependency eslint to ^8.21.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint (source) | ^8.19.0 -> ^8.21.0 |
Release Notes
eslint/eslint
v8.21.0
Features
-
7b43ea1
feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) -
92bf49a
feat: improve the key width calculation inkey-spacing
rule (#16154) (Nitin Kumar) -
c461542
feat: add newallowLineSeparatedGroups
option to thesort-keys
rule (#16138) (Nitin Kumar) -
1cdcbca
feat: add deprecation warnings for legacy API inRuleTester
(#16063) (Nitin Kumar)
Bug Fixes
-
0396775
fix: lines-around-comment applyallowBlockStart
for switch statements (#16153) (Nitin Kumar)
Documentation
Chores
-
8892511
chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills) -
1233bee
chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然) -
97b95c0
chore: upgrade puppeteer v13 (#16151) (唯然)
v8.20.0
Features
Bug Fixes
-
30be0ed
fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt) -
bfe5e88
fix: ignore spacing before]
and}
in comma-spacing (#16113) (Milos Djermanovic)
Documentation
-
845c4f4
docs: Add website team details (#16115) (Nicholas C. Zakas) -
5a0dfdb
docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge) -
bc692a9
docs: remove install command (#16084) (Strek) -
49ca3f0
docs: don't show toc when content not found (#16095) (Amaresh S M) -
ba19e3f
docs: enhance 404 page UI (#16097) (Amaresh S M) -
a75d3b4
docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott) -
cdc0206
docs: add formatters page edit link (#16094) (Amaresh S M) -
4d1ed22
docs: preselect default theme (#16098) (Strek) -
4b79612
docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic) -
09f6acb
docs: fix UI bug on rules index and details pages (#16082) (Deepshika S) -
f5db264
docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic) -
32a6b2a
docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
Chores
-
bbf8df4
chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas) -
eee4306
chore: update internal lint dependencies (#16088) (Bryan Mishkin) -
9615a42
chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic) -
62541ed
chore: fix markdown linting error (#16083) (唯然)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module 'fs/promises'
Require stack:
- /opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.fs/promises (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:16581:18)
at __webpack_require__ (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:16991:42)
at Module../sources/fsUtils.ts (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:15963:69)
at __webpack_require__ (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:16991:42)
at Module../sources/corepackUtils.ts (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:15696:66)
at __webpack_require__ (/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js:16991:42) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/opt/buildpack/tools/corepack/0.12.3/lib/node_modules/corepack/dist/corepack.js'
]
}