chore(deps): update npm dependencies (patch) #143
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:
6.3.5
->6.3.15
6.1.2
->6.1.4
22.8.4
->22.8.7
18.3.12
->18.3.18
18.3.1
->18.3.5
5.2.1
->5.2.3
7.37.2
->7.37.4
9.1.6
->9.1.7
15.2.10
->15.2.11
6.8.4
->6.8.9
3.16.1
->3.16.3
4.24.3
->4.24.4
10.0.2
->10.0.4
29.2.5
->29.2.6
5.7.2
->5.7.3
Release Notes
formatjs/formatjs (@formatjs/cli)
v6.3.15
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.14
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.13
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.12
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.11
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.10
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.9
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.8
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.7
Compare Source
Note: Version bump only for package @formatjs/cli
v6.3.6
Compare Source
Note: Version bump only for package @formatjs/cli
octokit/core.js (@octokit/core)
v6.1.4
Compare Source
Bug Fixes
v6.1.3
Compare Source
Bug Fixes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.4
Compare Source
Fixed
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865 @acusti)v7.37.3
Compare Source
Fixed
no-danger
]: avoid a crash on a nested component name (#3833 @ljharb)no-unknown-property
]: supportprecedence
prop in react 19 (#3829 @acusti)prop-types
]: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)Changed
jsx-no-script-url
]: Improve tests (#3849 @radu2147)default-props-match-prop-types
], [jsx-boolean-value
], [jsx-curly-brace-presence
], [jsx-no-bind
], [no-array-index-key
], [no-is-mounted
], [no-render-return-value
], [require-default-props
] (#3841 @bastiendmt)typicode/husky (husky)
v9.1.7
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.1.6...v9.1.7
lint-staged/lint-staged (lint-staged)
v15.2.11
Compare Source
Patch Changes
#1484
bcfe309
Thanks @wormsik! - Escape paths containing spaces when using the "shell" option.#1487
7dd8caa
Thanks @iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.reactjs/react-modal (react-modal)
v3.16.3
Compare Source
v3.16.2
Compare Source
rollup/rollup (rollup)
v4.24.4
Compare Source
2024-11-04
Bug Fixes
Pull Requests
ts-essentials/ts-essentials (ts-essentials)
v10.0.4
Compare Source
Patch Changes
ecb490b
:Head<Type>
no longer includes an extraneous| undefined
when instantiated with a union of empty andnon-empty tuple, like
[] | [1, 2]
859d85c
:MarkOptional<Type, Keys>
is now assignable toPartial<Type>
dda4def
:Tail<Type>
now works with readonly arrays and also correctly returns the tail for tuples with all optionalmembers. Additionally, it now acts as an identity for non-tuple arrays, i.e., it returns
Type
whenType
is anon-tuple array, such as
string[]
,number[]
, etc.d02bf22
: FixMarkRequired<Type, Keys>
&MarkWritable<Type, Keys>
types whenKeys
isany
d3b56d7
: Prettify the output ofMark-*
andMerge
typesv10.0.3
Compare Source
Patch Changes
cc7b838
:ReadonlyKeys<Type>
andWritableKeys<Type>
now return only the readonly and writable keys, respectively,for arrays and tuples
d6867ea
:Prettify<Type>
returns the same type when the type parameter is a functionbc51ac5
:OptionalKeys<Type>
returnsnever
for primitives and returns only optional indices for arrays and tuplesd0ad79f
: ImprovePaths
performance by limiting the depth of paths to 7 (default)162fd9d
: AddPaths<Type, { anyArrayIndexAccessor: '*' }>
, a string literal representing a catch-all or "wildcard"when indexing on arrays.
kulshekhar/ts-jest (ts-jest)
v29.2.6
Compare Source
microsoft/TypeScript (typescript)
v5.7.3
: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.