chore(deps): update all non-major dependencies #121
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:
20.11.0
->20.11.16
6.18.1
->6.20.0
6.18.1
->6.20.0
0.58.3
->0.58.4
2.9.0
->2.13.0
1.11.0
->1.12.2
8.14.1
->8.15.1
3.2.2
->3.2.5
1.8.11
->1.8.12
0.58.3
->0.58.4
4.5.1
->4.5.2
0.6.2
->0.6.4
2.8.0
->2.9.1
4.2.3
->4.3.1
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
unocss/unocss (@unocss/eslint-config)
v0.58.4
Compare Source
🚀 Features
important
option - by @xsjcTony in https://github.com/unocss/unocss/issues/3484 (0ba92)🐞 Bug Fixes
position
type for jsx - by @xsjcTony in https://github.com/unocss/unocss/issues/3528 (cb084)View changes on GitHub
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.13.0
Compare Source
Minor Changes
a40f021
Thanks @ota-meshi! - feat:jsonc/auto
rule works even in flat configv2.12.2
Compare Source
Patch Changes
7e904d2
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.4.0v2.12.1
Compare Source
Patch Changes
bb9538a
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0v2.12.0
Compare Source
Minor Changes
de53d1e
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.2.0v2.11.2
Compare Source
Patch Changes
3291b57
Thanks @ota-meshi! - fix: add espree to dependenciesv2.11.1
Compare Source
Patch Changes
994983b
Thanks @ota-meshi! - fix: wrong report for object option injsonc/object-curly-spacing
v2.11.0
Compare Source
Minor Changes
c9e326e
Thanks @ota-meshi! - Improve compatibility with ESLint v9v2.10.0
Compare Source
Minor Changes
8d503dd
Thanks @ota-meshi! - feat: use eslint-compat-utilsota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.12.2
Compare Source
Patch Changes
9c6ea14
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.4.0v1.12.1
Compare Source
Patch Changes
7e09518
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0v1.12.0
Compare Source
Minor Changes
ce18a37
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.2.0pnpm/pnpm (pnpm)
v8.15.1
Compare Source
Patch Changes
object-hash
library instead ofnode-object-hash
for hashing keys of side-effects cache #7591.bundledDependencies
should never be added to the lockfile withfalse
as the value #7576.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.0
Compare Source
Minor Changes
package.json
but a license file exists, try to match and extract the license name #7530.Patch Changes
pnpm update -r --latest
will no longer downgrade prerelease dependencies #7436.--aggregate-output
should work on scripts executed from the same project #7556.pnpm update --latest
runs with arguments containing versions specs. For instance,pnpm update --latest foo@next
is not allowed #7567.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.14.3
Compare Source
Patch Changes
pnpm pack
should work as expected when "prepack" modifies the manifest #7558.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.14.2
Compare Source
Patch Changes
pnpm dlx
should not fail, when executed frompackage.json
"scripts" 7424.pnpm publish
should pack "main" file or "bin" files defined in "publishConfig" #4195.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
prettier/prettier (prettier)
v3.2.5
Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"
parser fortsconfig.json
by default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"
parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languages
data.tsconfig.json
is a special file used by TypeScript, it uses.json
file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.json
file extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"
parser for yourtsconfig.json
files, add the following to your.pretterrc
filev3.2.4
Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.json
were incorrectly formatted as JSONC files.v3.2.3
Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
vitejs/vite (vite)
[
v4.5.2
](https://togithub.com/vitejs/vite/releasesConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Belgrade, 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 has been generated by Mend Renovate. View repository job log here.