chore(dev-deps): update all non-major dependencies #438
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:
5.0.3
->5.0.4
3.3.4
->3.5.1
12.1.1
->12.1.2
18.19.67
->18.19.69
1.1.16
->1.1.22
7.1.0
->7.2.0
4.5.0
->4.6.1
17.15.0
->17.15.1
5.40.0
->5.41.1
15.2.11
->15.3.0
0.16.0
->0.17.1
22.11.0
->22.12.0
9.15.0
->9.15.2
4.28.1
->4.29.1
0.27.4
->0.27.6
Release Notes
streetsidesoftware/cspell-dicts (@cspell/dict-cryptocurrencies)
v5.0.4
Compare Source
Updates and Bug Fixes
RebeccaStevens/eslint-config-rebeccastevens (@rebeccastevens/eslint-config)
v3.5.1
Compare Source
Bug Fixes
v3.5.0
Compare Source
Bug Fixes
Features
v3.4.0
Compare Source
Bug Fixes
Features
3.3.5 (2024-12-14)
Bug Fixes
3.3.4 (2024-11-28)
Bug Fixes
3.3.3 (2024-10-20)
Bug Fixes
3.3.2 (2024-10-09)
Bug Fixes
3.3.1 (2024-10-08)
Bug Fixes
v3.3.5
Compare Source
Bug Fixes
rollup/plugins (@rollup/plugin-typescript)
v12.1.2
2024-12-15
Bugfixes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.22
Compare Source
Bug Fixes
valid-title
false positives whentest.extend
is used (#584) (9c2670a)v1.1.21
Compare Source
Bug Fixes
Performance Improvements
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.20...v1.1.21
v1.1.20
Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.19...v1.1.20
v1.1.19
Compare Source
Bug Fixes
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.18...v1.1.19
v1.1.18
Compare Source
Features
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.17...v1.1.18
v1.1.17
Compare Source
Bug Fixes
What's Changed
prefer-called-with
rule docs by @FloEdelmann in https://github.com/vitest-dev/eslint-plugin-vitest/pull/592Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.16...v1.1.17
eslint-functional/eslint-plugin-functional (eslint-plugin-functional)
v7.2.0
Compare Source
Features
ignoreCodePattern
for ignoring if conditions (#909) (d3cf5d8)un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.6.1
Compare Source
Patch Changes
be9c3e8
Thanks @mrginglymus! - Fix enhanced-resolve dependencyv4.6.0
Compare Source
Minor Changes
#209
46d2360
Thanks @SukkaW! - Wheneslint-plugin-import-x
was forked fromeslint-plugin-import
, we copied over the default resolver (which iseslint-import-resolver-node
) as well. However, this resolver doesn't supportsexports
in thepackage.json
file, and the current maintainer of theeslint-import-resolver-node
(ljharb) doesn't have the time implementing this feature and he locked the issue https://github.com/import-js/eslint-plugin-import/issues/1810.So we decided to implement our own resolver that "just works". The new resolver is built upon the
enhanced-resolve
that implements the full Node.js Resolver Algorithm. The new resolver only implements the import resolver interface v3, which means you can only use it with ESLint Flat config. For more details about the import resolver interface v3, please check out #192.In the next major version of
eslint-plugin-import-x
, we will remove theeslint-import-resolver-node
and use this new resolver by default. In the meantime, you can try out this new resolver by setting theimport-x/resolver-next
option in youreslint.config.js
file:We do not plan to implement reading
baseUrl
andpaths
from thetsconfig.json
file in this resolver. If you need this feature, please checkout eslint-import-resolver-typescript (also powered byenhanced-resolve
), eslint-import-resolver-oxc (powered byoxc-resolver
), eslint-import-resolver-next (also powered byoxc-resolver
), or other similar resolvers.Patch Changes
449738f
Thanks @privatenumber! - insert type prefix without new linev4.5.1
Compare Source
Patch Changes
#198
ac6d2e1
Thanks @voxpelli! - Fix #197 with missing types#204
32e9b55
Thanks @privatenumber! - fix type-import and value-import merging when import-as is usedeslint-community/eslint-plugin-n (eslint-plugin-n)
v17.15.1
Compare Source
🩹 Fixes
webpro-nl/knip (knip)
v5.41.1
Compare Source
v5.41.0
Compare Source
expo
plugin (#879) (40f7be9
)9ce4a49
)34004ba
)17ddcb7
)f696807
)9ba0998
)lint-staged/lint-staged (lint-staged)
v15.3.0
Compare Source
Minor Changes
#1495
e69da9e
Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks @iiroj! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.For example:
where the backup can be seen with
git show 20addf8
, orgit stash list
:DavidAnson/markdownlint-cli2 (markdownlint-cli2)
v0.17.1
Compare Source
markdownlint
)v0.17.0
Compare Source
markdownlint
)nodejs/node (node)
v22.12.0
Compare Source
pnpm/pnpm (pnpm)
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
rollup/rollup (rollup)
v4.29.1
Compare Source
2024-12-21
Bug Fixes
Pull Requests
v4.29.0
Compare Source
2024-12-20
Features
Pull Requests
TypeStrong/TypeDoc (typedoc)
v0.27.6
Compare Source
Features
ignoredHighlightLanguages
option to specify languages which will beallowed in code blocks but not highlighted, #2819.
Bug Fixes
@include
and@includeCode
now work in the readme file, #2814.same symbol over type literal properties within function parameters.
v0.27.5
Compare Source
Bug Fixes
deeply nested properties. This only affects links to properties of
properties of types, which did not have a clickable link exposed so are
unlikely to have been linked to. Furthermore, these links were not always
created by TypeDoc, only being created if all parent properties contained
comments, #2808.
rendered document and the parent property/page will be linked to instead,
#2808. These warnings can be disabled with the
validation.rewrittenLink
option.
https://
links under thehostedBaseUrl
option's URL will nolonger be treated as external, #2809.
Thanks!
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 was generated by Mend Renovate. View the repository job log.