chore(deps): update non-major #22
Open
+3,046
−2,830
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:
^17.4.3
->^17.8.1
^3.7.0
->^3.7.4
^2.2.5
->^2.4.10
^4.0.0
->^4.1.8
^2.15.2
->^2.16.19
^2.0.31
->^2.1.6
^18.13.0
->^18.19.130
^19.0.10
->^19.2.2
^19.0.4
->^19.2.1
^5.52.0
->^5.62.0
^5.52.0
->^5.62.0
^4.3.0
->^4.3.1
^17.4.3
->^17.8.1
^8.34.0
->^8.57.1
^8.6.0
->^8.10.2
^2.27.5
->^2.32.0
^6.7.1
->^6.10.2
^4.2.1
->^4.2.5
^7.32.2
->^7.37.5
^4.6.0
->^4.6.2
^4.1.5
->^5.0.0
^2.8.4
->^2.8.8
^19.0.0
->^19.2.0
^19.0.0
->^19.2.0
^19.0.0
->^19.2.0
^4.1.2
->^4.4.1
^3.78.1
->^3.99.0
^20.1.0
->^20.1.3
^6.1.15
->^6.1.19
5.3.3
->5.9.3
This is a special PR that replaces
npm-run-all
with the community suggested minimal stable replacement version.Release Notes
sanity-io/icons (@sanity/icons)
v3.7.4
Compare Source
Bug Fixes
v3.7.3
Compare Source
Bug Fixes
v3.7.2
Compare Source
Bug Fixes
v3.7.1
Compare Source
Bug Fixes
ref
prop after...props
spread (#126) (b9f42ef)sanity-io/ui (@sanity/ui)
v2.16.19
Compare Source
Bug Fixes
This release is also available on:
v2.16.18
Compare Source
Bug Fixes
This release is also available on:
v2.16.17
Compare Source
Bug Fixes
This release is also available on:
v2.16.16
Compare Source
Bug Fixes
This release is also available on:
v2.16.15
Compare Source
Bug Fixes
This release is also available on:
v2.16.14
Compare Source
Bug Fixes
This release is also available on:
v2.16.13
Compare Source
Bug Fixes
This release is also available on:
v2.16.12
Compare Source
Bug Fixes
This release is also available on:
v2.16.11
Compare Source
Bug Fixes
This release is also available on:
v2.16.10
Compare Source
Bug Fixes
This release is also available on:
v2.16.9
Compare Source
Bug Fixes
This release is also available on:
v2.16.8
Compare Source
Bug Fixes
This release is also available on:
v2.16.7
Compare Source
Bug Fixes
v2.16.6
Compare Source
Bug Fixes
v2.16.5
Compare Source
Bug Fixes
v2.16.4
Compare Source
Bug Fixes
v2.16.3
Compare Source
Bug Fixes
v2.16.2
Compare Source
Bug Fixes
v2.16.1
Compare Source
Bug Fixes
v2.16.0
Compare Source
Features
v2.15.18
Compare Source
Bug Fixes
v2.15.17
Compare Source
Bug Fixes
v2.15.16
Compare Source
Bug Fixes
v2.15.15
Compare Source
Bug Fixes
v2.15.14
Compare Source
Bug Fixes
v2.15.13
Compare Source
Bug Fixes
v2.15.12
Compare Source
Bug Fixes
v2.15.11
Compare Source
Bug Fixes
v2.15.10
Compare Source
Bug Fixes
v2.15.9
Compare Source
Bug Fixes
v2.15.8
Compare Source
Bug Fixes
v2.15.7
Compare Source
Bug Fixes
v2.15.6
Compare Source
Bug Fixes
v2.15.5
Compare Source
Bug Fixes
react-compiler-runtime
(0ec56b5)v2.15.4
Compare Source
Bug Fixes
v2.15.3
Compare Source
Bug Fixes
legacyExports
(#1560) (8dc5491)sanity-io/ui-workshop (@sanity/ui-workshop)
v2.1.6
Compare Source
Bug Fixes
v2.1.5
Compare Source
Bug Fixes
v2.1.4
Compare Source
Bug Fixes
v2.1.3
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
v2.1.0
Compare Source
Features
v2.0.34
Compare Source
Bug Fixes
v2.0.33
Compare Source
Bug Fixes
v2.0.32
Compare Source
Bug Fixes
prettier/eslint-config-prettier (eslint-config-prettier)
v8.10.2
Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.32.0
Compare Source
Added
enforce-node-protocol-usage
] rule andimport/node-version
setting ([#3024], thanks [@GoldStrikeArch] and [@sevenc-nanashi])extensions
]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#3105], thanks [@Xunnamius])order
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports ([#3104], thanks [@Xunnamius])order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports ([#3127], thanks [@Xunnamius])order
]: addconsolidateIslands
option to collapse excess spacing for aesthetically pleasing imports ([#3129], thanks [@Xunnamius])Fixed
no-unused-modules
]: provide more meaningful error message when no .eslintrc is present ([#3116], thanks [@michaelfaith])order
]: ensure arcane imports do not cause undefined behavior ([#3128], thanks [@Xunnamius])order
]: resolve undefined property access issue when usingnamed
ordering ([#3166], thanks [@Xunnamius])enforce-node-protocol-usage
]: avoid a crash with some TS code ([#3173], thanks [@ljharb])order
]: codify invariants from docs into config schema ([#3152], thanks [@Xunnamius])Changed
extensions
], [order
]: improve documentation ([#3106], thanks [@Xunnamius])tseslint.config()
([#3125], thanks [@lnuvy])order
]: remove unnecessary negative check ([#3167], thanks [@JounQin])no-unused-modules
]: add missing double quote ([#3191], thanks [@albertpastrana])no-restricted-paths
: clarify wording and fix errors ([#3172], thanks [@greim])prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v4.2.5
Compare Source
Changelog
4.2.1
Patch Changes
5736ed5
Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again4.2.0
Minor Changes
#483
7bd70b6
Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelte
instead ofeslint-plugin-svelte3
.v4.1.0 (2022-06-27)
stylelint-prettier
(#415) (52eec48)v4.0.0 (2021-08-30)
This breaking change drops support for old versions of ESLint, Prettier and
Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0.
Aside from that, usage of this plugin remains identical.
v3.4.1 (2021-08-20)
@graphql-eslint/eslint-plugin
out of box (#413) (ec6fbb1)v3.4.0 (2021-04-15)
v3.3.1 (2021-01-04)
v3.3.0 (2020-12-13)
v3.2.0 (2020-12-03)
v3.1.4 (2020-06-14)
v3.1.3 (2020-04-13)
meta.type
to "layout" (#283) (97152e2)Configuration
📅 Schedule: Branch creation - "before 3am on the first 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 using a curated preset maintained by
. View repository job log here