Update all non-major dependencies #4758
Merged
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:
10.0.1
->10.1.1
3.8.1
->3.9.0
50.6.3
->50.6.6
2.1.0
->2.2.1
5.44.1
->5.46.0
15.4.3
->15.5.0
3.1.0
->3.2.0
3.5.1
->3.5.3
11.0.5
->11.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Compare Source
Patch Changes
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
v10.1.0
Compare Source
Minor Changes
56e2e34
Thanks @JounQin! - feat: migrate to exports fieldv10.0.3
Compare Source
Patch Changes
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config#280
cba5737
Thanks @zanminkian! - feat: add declaration filev10.0.2
Compare Source
Patch Changes
e750edc
Thanks @Fdawgs! - chore(package): explicitly declare js module typeimport-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.9.0
Compare Source
Minor Changes
6814443
Thanks @JounQin! - feat: migrateenhanced-resolve
tooxc-resolver
v3.8.7
Compare Source
Patch Changes
a14fdd9
Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsv3.8.6
Compare Source
Patch Changes
c9d5ab0
Thanks @JounQin! - fix: add support for importing with .js extension as tsx importeev3.8.5
Compare Source
Patch Changes
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.v3.8.4
Compare Source
Patch Changes
c940785
Thanks @JounQin! - fix: support multiple matching ts pathsv3.8.3
Compare Source
Patch Changes
#360
8192976
Thanks @carlocorradini! - Force tiniglobby to expand dot directories#360
8192976
Thanks @carlocorradini! - Update tinyglobby to latest versionv3.8.2
Compare Source
Patch Changes
5fd349e
Thanks @carlocorradini! - Update thetinyglobby
to the latest version to solve performance regressions.gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.6.6
Compare Source
Bug Fixes
empty-tags
: allow for JSDoc-block final asterisks; fixes #670 (23b4bfa)v50.6.5
Compare Source
Bug Fixes
text-escaping
: always allow content in example tags; fixes #1360 (6baad05)v50.6.4
Compare Source
Bug Fixes
matrix-org/eslint-config-matrix-org (eslint-plugin-matrix-org)
v2.2.1
: Release 2.2.1Compare Source
2.2.1 Release
v2.2.0
: Release 2.2.0Compare Source
2.2.0 Release
webpro-nl/knip (knip)
v5.46.0
Compare Source
8edeaea
) - thanks @jjoselv!2e1c627
)273b704
)f35b5c2
)0a2fb85
)b96f7a5
)df1ca89
)8405908
)7faf05e
)b8b6d6b
)7e22547
)2419174
) - thanks @GauBen!15c4046
)903d3a4
)e081df6
)c5f7f2c
)d6a8c3b
)171c86a
)8e97007
)4bf863a
)5483425
)9cbb6b6
) - thanks @atheck!bun run [entry]
(resolves #982) (46af78a
)dir
to bun resolver, but ignorebun run --cwd [dir]
(69880ea
)25d4280
)f4d98f0
)npm pkg fix
(5c39e92
)0e539ce
)v5.45.0
Compare Source
8175043
)474dca3
) - thanks @cylewaitforit!4717edf
)b49b753
)7ea7c34
)100129a
)ee2c94d
)f55dc1b
)v5.44.5
Compare Source
06dcbaf
)512c3e4
)f22341f
)//
prefix to better reflect debug value is text/comment (0ec0933
)1505557
)e42b09d
)a530ff4
)v5.44.4
Compare Source
workspace
checks in Windows (4f4d0bf
)v5.44.3
Compare Source
63929e2
)bfbcf5d
)v5.44.2
Compare Source
f63df95
)6098cb9
)d3b7ab6
)c145c58
)dae0f78
)0b7f05f
)8209917
)lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
authts/oidc-client-ts (oidc-client-ts)
v3.2.0
Compare Source
oidc-client-ts v3.2.0 is a minor release.
No longer using
crypto-js
package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.Changelog:
Authorization
viaextraHeaders
TokenClient
metadataSeed.authorization_endpoint
not prioritized over remote metadataremoveState
as an option toprocessSigninResponse
raiseEvent
parameter togetUser
url_state
toSignoutRequest
thanks to @ZephireNZ, @ntamotsu, @jgarplind, @waldemarennsaed and @richjyoung
prettier/prettier (prettier)
v3.5.3
Compare Source
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.uuidjs/uuid (uuid)
v11.1.0
Compare Source
Features
Uint8Array
subtypes forbuffer
option (#865) (a5231e7)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.