Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3
->v4
8.10.0
->9.0.0
47.0.0
->48.0.1
6.1.2
->7.0.0
6.6.2
->7.2.0
2.0.22
->3.0.1
2.8.8
->3.0.3
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v9.0.0
Compare Source
"unicode-bom": "off"
to your config to disable it again, or run ESLint with--fix
to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien)!sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)
v48.0.1
Compare Source
no-empty-file
: Fix directive check for TypeScript parser (#2180)1bb9ce8
v48.0.0
Compare Source
Improvements
no-unsafe-regex
rule (#2135)7b473aa
prefer-top-level-await
: Ignore promises insidePromise.{all,allSettled,any,race}()
(#2139)d3f6b60
no-process-exit
: Ignore when usingnode:worker_threads
module (#2136)2907805
prefer-array-some
: Ignore filter calls with literal argument (#2097)7a32edb
prefer-modern-math-api
: Check cases thatMath.hypot()
should be preferred (#2080)9bbc948
explicit-length-check
: Ignore.length || number
(#1977)b9b8794
Fixes
f10f1a6
prefer-dom-node-dataset
: Fix edge cases (#2171)b2d7378
prefer-dom-node-dataset
: Remove broken fix forelement.setAttribute
(#2169)61234af
no-lonely-if
: Fix an edge case (#2168)ca837a8
no-useless-undefined
: Turn parameter withundefined
default value into optional parameter (#2138)4aa7d60
no-thenable
: FixObject.fromEntries()
check (#2130)f3265b9
prefer-dom-node-remove
: Fix incorrect auto-fix (#2084)74bb36d
sindresorhus/get-port (get-port)
v7.0.0
Compare Source
Breaking
5cc3422
Improvements
bd8a403
lerna/lerna (lerna)
v7.2.0
Compare Source
Note: Version bump only for package lerna
7.1.5 (2023-08-09)
Note: Version bump only for package lerna
7.1.4 (2023-07-15)
Bug Fixes
7.1.3 (2023-07-12)
Bug Fixes
7.1.2 (2023-07-12)
7.1.1 (2023-06-28)
Bug Fixes
v7.1.5
Compare Source
Note: Version bump only for package lerna
v7.1.4
Compare Source
Bug Fixes
v7.1.3
Compare Source
Bug Fixes
v7.1.2
Compare Source
v7.1.1
Compare Source
Bug Fixes
v7.1.0
Compare Source
Features
7.0.2 (2023-06-15)
Note: Version bump only for package lerna
7.0.1 (2023-06-13)
Note: Version bump only for package lerna
v7.0.2
Compare Source
Note: Version bump only for package lerna
v7.0.1
Compare Source
Note: Version bump only for package lerna
v7.0.0
Compare Source
Bug Fixes
Features
remy/nodemon (nodemon)
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
However there's no function being used in semver that breaks node 8,
so it's technically still possible to run with node 8, but it will
no longer be supported (or tested in CI).
prettier/prettier (prettier)
v3.0.3
Compare Source
diff
Add
preferUnplugged: true
topackage.json
(#15169 by @fisker and @so1ve)Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add
preferUnplugged: true
topackage.json
, so Yarn will install Prettier as unplug by default.Support shared config that forbids
require()
(#15233 by @fisker)If an external shared config package is used, and the package
exports
don't haverequire
ordefault
export.In Prettier 3.0.2 Prettier fails when attempt to
require()
the package, and throws an error.Allow argument of
require()
to break (#15256 by @fisker)Do not print trailing commas in arrow function type parameter lists in
ts
code blocks (#15286 by @sosukesuzuki)Support TypeScript 5.2
using
/await using
declaration (#15321 by @sosukesuzuki)Support for the upcoming Explicit Resource Management feature in ECMAScript.
using
/await using
declarationv3.0.2
Compare Source
diff
Break after
=
of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @seiyab)Do not add trailing comma for grouped scss comments (#15217 by @auvred)
Print
declare
andexport
keywords for nested namespace (#15249 by @sosukesuzuki)v3.0.1
Compare Source
diff
Fix cursor positioning for a special case (#14812 by @fisker)
Fix plugins/estree.d.ts to make it a module (#15018 by @kingyue737)
Add
export {}
inplugins/estree.d.ts
to fix the "File is not a module" errorAdd parenthesis around leading multiline comment in return statement (#15037 by @auvred)
Add support for Vue "Generic Components" (#15066 by @auvred)
https://blog.vuejs.org/posts/vue-3-3#generic-components
Fix comments print in
IfStatement
(#15076 by @fisker)Add missing type definition for
printer.preprocess
(#15123 by @so1ve)Add missing
getVisitorKeys
method type definition forPrinter
(#15125 by @auvred)Add typing to support
readonly
array properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
v3.0.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - "on the 1 day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.