chore(deps): update all non-major dependencies #2126
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:
0.15.4
->0.17.3
2.1.0
->2.2.0
3.6.1
->3.8.1
3.4.20
->3.5.0
2.7.4
->2.10.0
6.0.1
->6.2.0
6.0.0
->6.1.0
12.2.1
->12.5.0
28.8.3
->28.11.0
17.10.3
->17.15.1
0.19.0
->0.20.0
3.3.3
->3.5.0
0.2.10
->0.3.4
^0.9.0
->^0.11.0
3.3.0
->3.4.0
5.5.4
->5.7.3
6.0.11
->6.1.0
5.93.0
->5.97.1
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.17.3
Patch Changes
e3c775e
]v0.17.2
Patch Changes
59940cd
]v0.17.1
Patch Changes
1bfc877
: Fix typo in MissingExportEquals messagedb6464d
: Fix minor typos55544ac
: Fix truncated stdout when piping more than 64kb to another process5f96cdc
]def786e
]1bfc877
]db6464d
]v0.17.0
Patch Changes
e7ac94c
]v0.16.4
Patch Changes
3ca2866
]v0.16.3
Patch Changes
66ada51
: Fix warning message json-format suggestion to use proper syntaxv0.16.2
Patch Changes
622b71f
]v0.16.1
Patch Changes
5ee6f29
: Update README with new problem kindv0.16.0
Compare Source
Minor Changes
d480f1c
: New problem kind: Named exports cannot be detected by Node.js. Thanks @laverdet!Patch Changes
970b141
]d480f1c
]emberjs/ember-optional-features (@ember/optional-features)
v2.2.0
Compare Source
embroider-build/ember-auto-import (ember-auto-import)
v2.10.0
Compare Source
v2.9.0
Compare Source
v2.8.1
Compare Source
v2.8.0
Compare Source
emberjs/ember.js (ember-source)
v6.2.0
Compare Source
EMBER_TYPESCRIPT_BLUEPRINTS
feature flagv6.1.0
Compare Source
ember-template-lint/ember-template-lint (ember-template-lint)
v6.1.0
Compare Source
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.11.0
Compare Source
Features
expect
with no arguments (#1688) (ff0349e)28.10.1 (2025-01-15)
Bug Fixes
v28.10.1
Compare Source
Bug Fixes
v28.10.0
Compare Source
Features
jest.mocked
(#1681) (d868636)v28.9.0
Compare Source
Features
28.8.3 (2024-09-04)
Bug Fixes
28.8.2 (2024-09-02)
Performance Improvements
28.8.1 (2024-08-29)
Bug Fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.15.1
Compare Source
🩹 Fixes
v17.15.0
Compare Source
🌟 Features
🩹 Fixes
v17.14.0
Compare Source
🌟 Features
v17.13.2
Compare Source
🩹 Fixes
v17.13.1
Compare Source
🩹 Fixes
v17.13.0
Compare Source
🌟 Features
🩹 Fixes
node:test
module (#378) (0b228dd)🧹 Chores
v17.12.0
Compare Source
🌟 Features
🩹 Fixes
getCallSite
is experimental (#363) (d15c63a)process.features
(#362) (9552a4a)🧹 Chores
v17.11.1
Compare Source
🩹 Fixes
process.nextTick
(#350) (dd889ab)v17.11.0
Compare Source
🌟 Features
ignoreTypeImport
options (#344) (e022aba)🩹 Fixes
imports
(#346) (148e47e)📚 Documentation
mmkal/expect-type (expect-type)
v0.20.0
Compare Source
Breaking changes
This change updates how overloaded functions are treated. Now,
.parameters
gives you a union of the parameter-tuples that a function can take. For example, given the following type:Behvaiour before:
Behaviour now:
There were similar changes for
.returns
,.parameter(...)
, and.toBeCallableWith
. Also, overloaded functions are now differentiated properly when using.branded.toEqualTypeOf
(this was a bug that it seems nobody found).See #83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).
What's Changed
1e37116
@internal
JSDoc tag (#104)4c40b07
overloads.ts
file (#107)5ee0181
0bbeffa
Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0
prettier/prettier (prettier)
v3.5.0
Compare Source
diff
🔗 Release Notes
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
publint/publint (publint)
v0.3.4
Compare Source
Patch Changes
When globbing
"exports"
values that contains*
, also respect"exports"
keys that mark paths as null. For example: (b9605ae
)The glob in
"./*": "./dist/*"
will no longer match and lint files in"./browser/*"
as it's marked null (internal).Update logs when running the
publint
CLI: (58d96a2
)publint
version is now displayed.publint deps
command no longer logs passing dependencies. Only failing dependencies are logged.Examples:
$ npx publint deps $ Running publint v0.X.X for my-library deps... $ x my-dependency $ Errors: $ 1. ...
Fix detecting shorthand repository URLs with the
.
character (09d8cbb
)Clarify message when
"types"
is not the first condition in the"exports"
field (5a6ba00
)Correctly detect if a
"types"
value in"exports"
is used for dual publishing (3f3d8b2
)v0.3.3
Compare Source
Patch Changes
Rename
EXPORT_TYPES_INVALID_FORMAT
message toEXPORTS_TYPES_INVALID_FORMAT
(#139)Allow versioned types conditions (e.g.
"types@>=5.2"
) in"exports"
when checking for"types"
condition ordering (#138)v0.3.2
Compare Source
Patch Changes
(Potentially breaking) Disable running lifecycle scripts, such as
prepare
,prepack
, andpostpack
, when running the pack command internally. This returns to the behavior in v0.2. (Note that this change does not apply to yarn as it does not support ignoring lifecycle scripts for local projects) (#128)This change is made as running lifecycle scripts was an unintentional behavior during the v0.3 breaking change, which could cause the linting process to take longer than expected, or even cause infinite loops if
publint
is used in a lifecycle script.Update repository and bugs URLs to point to the new
publint
organization (1eda033
)Updated dependencies [
1eda033
,10e3891
]:v0.3.1
Compare Source
Patch Changes
pack
option (#124)v0.3.0
Compare Source
Minor Changes
The
vfs
option is removed in favour of an extended support ofpack: { tarball: ArrayBuffer | ReadableStream }
andpack: { files: PackFile[] }
APIs. Now, it is even easier to usepublint
in the browser or against a packed.tgz
file in Node.js. See the docs for more examples of how to use these new options. (#122)Bump node version support to >=18 (
cb2ed8b
)publint
now runs your project's package manager'spack
command to get the list of packed files for linting. The previousnpm-packlist
dependency is now removed. (#120)A new
pack
option is added to the node API to allow configuring this. It defaults to'auto'
and will automatically detect your project's package manager usingpackage-manager-detector
. See its JSDoc for more information of the option.This change is made as package managers have different behaviors for packing files, so running their
pack
command directly allows for more accurate linting. However, as a result of executing these commands in a child process, it may take 200-500ms longer to lint depending on the package manager used and the project size. The new handling also does not support yarn 1. See this comment for more information.If you use yarn 1, you should upgrade to the latest yarn version or a different package manager. Otherwise, no other changes are required for this new behavior.
Patch Changes
Initial setup to publish with Changesets (
24a62f5
)When a dependency with the
file:
orlink:
protocol is specified in thepackage.json
, it will now error to prevent accidentally publishing dependencies that will likely not work when installed by end-users (6e6ab33
)Fix
EXPORT_TYPES_INVALID_FORMAT
linting to detect.d.mts
and.d.cts
files (af5e88b
)Updated dependencies [
d0b406b
]:v0.2.12
Compare Source
Features
"license"
field is not set inpackage.json
, a suggestion will now be shown to add the field (https://github.com/bluwy/publint/issues/111)Bug fixes
"repostory"
field, string shorthands with nested paths likegitlab:org/user/repo
is now considered valid (https://github.com/bluwy/publint/issues/113)Site
Full Changelog: publint/publint@v0.2.11...v0.2.12
v0.2.11
Compare Source
Features
formatMessage()
utility with a newcolor
option to force enable or disable returning color in string (https://github.com/bluwy/publint/pull/110)New Contributors
Full Changelog: publint/publint@v0.2.10...v0.2.11
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
v5.7.2
Compare Source
v5.6.3
Compare Source
v5.6.2
Compare Source
vitejs/vite (vite)
v6.1.0
Compare Source
vite optimize
command (#19348) (6e0e3c0), closes #19348webpack/webpack (webpack)
v5.97.1
Compare Source
Bug Fixes
v5.97.0
Compare Source
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportv5.95.0
Compare Source
Bug Fixes
default
for import context element dependencymodule
andimport
inmodule-import
for externalsimport
'sEnvironmentPlugin
default values types less strictNew Features
optimization.avoidEntryIife
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.