⬆️(dependencies) update js dependencies #306
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:
2.13.6
->2.13.7
2.13.6
->2.13.7
14.2.13
->14.2.15
1.47.2
->1.48.1
5.58.1
->5.59.7
5.56.2
->5.59.15
5.58.0
->5.59.15
6.5.0
->6.6.1
4.17.9
->4.17.10
20.16.10
->20.16.12
18.3.10
->18.3.11
18.3.0
->18.3.1
8.7.0
->8.9.0
8.7.0
->8.9.0
14.2.13
->14.2.15
2.30.0
->2.31.0
1.6.2
->1.7.0
7.37.0
->7.37.1
23.15.1
->23.16.0
14.2.13
->14.2.15
1.3.3
->1.4.1
15.0.2
->15.0.3
16.9.0
->16.10.0
5.6.2
->5.6.3
13.6.19
->13.6.20
4.5.5
->5.0.0
Release Notes
vercel/next.js (@next/eslint-plugin-next)
v14.2.15
Compare Source
Core Changes
Credits
Huge thanks to @ztanner, @agadzik, @huozhi, @styfle, @icyJoseph and @wyattjoh for helping!
v14.2.14
Compare Source
Core Changes
Credits
Huge thanks to @styfle, @ztanner, @ijjk, @huozhi and @wyattjoh for helping!
microsoft/playwright (@playwright/test)
v1.48.1
Compare Source
v1.48.0
Compare Source
TanStack/query (@tanstack/eslint-plugin-query)
v5.59.7
Compare Source
Version 5.59.7 - 10/9/24, 4:21 PM
Changes
Fix
infinite-query-property-order
(#8158) (81e443c
) by Manuel SchillerPackages
v5.59.4
Compare Source
Version 5.59.4 - 10/9/24, 1:02 PM
Changes
Fix
cae2524
) by Dominik Dorfmeistereb2f9d3
) by pawel-twardziakChore
expect-expect
warning forexpectArrayEqualIgnoreOrder
(#8143) (85a525a
) by Sol Leeno-shadow
lint warning ininsertAtPositions()
(#8142) (78b086b
) by Sol LeeTest
05ccd65
) by Dominik DorfmeisterPackages
v5.59.2
Compare Source
Version 5.59.2 - 10/8/24, 12:32 PM
Changes
Fix
c232a6f
) by Eliya CohenChore
text
variables (#8135) (495b086
) by Sol Lee2fe16e5
) by renovate[bot]08a568d
) by renovate[bot]Packages
v5.59.1
Compare Source
Version 5.59.1 - 10/4/24, 12:03 PM
Changes
Fix
getSourceCode()
method (#8117) (bb8278d
) by Sol LeeTest
69476f0
) by @kickbelldevDocs
05924f4
) by Arnouda9b3eaf
) by Arnoud71c5f88
) by @jeremybarbetb663383
) by Sagar GhimirePackages
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.1
Compare Source
v6.6.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.9.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.9.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.
v8.8.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.
v8.8.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.
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v1.7.0
Compare Source
Features
.all()
and.toHaveLength()
(149ddc2), closes #284test.expect
style (6a84431), closes #297test.step
and addignoreTypeOfStepName
option (https://github.com/playwright-community/eslint-plugin-playwright/pull/309)Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.1
Compare Source
Fixed
d.ts
files (#3836 @ljharb)Changed
i18next/i18next (i18next)
v23.16.0
Compare Source
Intl.getCanonicalLocales
function if available to format language code, like suggested in 2244v23.15.2
Compare Source
adobe/react-spectrum (react-aria-components)
v1.4.1
Compare Source
v1.4.0
Compare Source
i18next/react-i18next (react-i18next)
v15.0.3
Compare Source
stylelint/stylelint (stylelint)
v16.10.0
Compare Source
shorthand-property-no-redundant-values
reported ranges (#8008) (@Mouvedia).formatter
configuration property (#7826) (@emmacharp).validate
option to Node.js API and--validate
CLI flag (#8009) (@Mouvedia).verbose
formatter (#7985) (@Mouvedia).string | RegExp
toignoreValues
option ofvalue-no-vendor-prefix
(#7969) (@Mouvedia).string
toignoreLonghands
option ofdeclaration-block-no-redundant-longhand-properties
(#7971) (@Mouvedia).at-rule-no-unknown
false positives for@position-try
(#7968) (@yelizsevinc).declaration-block-no-redundant-longhand-properties
autofix forgrid-column
/grid-row
(#8023) (@ryo-manba).declaration-property-value-no-unknown
false negatives/positives viacss-tree@3.0.0
(#7993) (@Mouvedia).declaration-property-value-no-unknown
reported ranges and message (#8003) (@romainmenke).keyframe-selector-notation
reported ranges (#7992) (@romainmenke).length-zero-no-unit
false positives for Sass variables (#8035) (@ryo-manba).no-descending-specificity
reported ranges (#7996) (@romainmenke).selector-anb-no-unmatchable
reported ranges and message (#8001) (@romainmenke).string
formatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia)..cjs
files to address Rollup vulnerability (#8010) (@ybiquitous).config
option for Node.js API withextends
andoverrides
(#8030) (@ybiquitous).declaration-property-max-values
,declaration-property-value-no-unknown
andnumber-max-precision
(#7975) (@Mouvedia).microsoft/TypeScript (typescript)
v5.6.3
Compare Source
yjs/yjs (yjs)
v13.6.20
Compare Source
487465d
345fd31
4ff65b5
8152cf8
3bf44b9
8cd1a48
9e9f294
4fb7789
c1ef9a1
pmndrs/zustand (zustand)
v5.0.0
Compare Source
🎉🎉🎉 Zustand v5 🐻🐻🐻
TL;DR
Migration Guide
Read the migration guide carefully:
https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
Frequently Reported Issue
During the RC period, some users encountered the following infinite loop error:
This case was already a non-ideal behavior in v4 but appears more explicitly as an error in v5. While there are several ways to resolve this, using
useShallow
often fixes the problem.What's Changed
setState
by @chrisvander in https://github.com/pmndrs/zustand/pull/2696New Contributors
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.