chore(deps): all non-major dependencies #443
Open
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:
4.7.2
->4.8.0
9.35.0
->9.36.0
18.19.124
->18.19.129
5.3.21
->5.3.24
17.2.2
->17.2.3
0.25.9
->0.25.10
9.35.0
->9.36.0
16.3.0
->16.4.0
0.28.12
->0.28.13
5.9.2
->5.9.3
8.42.0
->8.45.0
7.15.0
->7.16.0
Release Notes
Azure/azure-functions-nodejs-library (@azure/functions)
v4.7.3
Compare Source
What's Changed
Full Changelog: Azure/azure-functions-nodejs-library@v4.7.2...v4.7.3
eslint/eslint (@eslint/js)
v9.36.0
Compare Source
Features
47afcf6
feat: correctpreserve-caught-error
edge cases (#20109) (Francesco Trotta)Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116) (루밀LuMir)7d61b7f
fix: add missing scope types toScope.type
(#20110) (Pixel998)7a670c3
fix: correct rule option typings inrules.d.ts
(#20084) (Pixel998)Documentation
b73ab12
docs: update examples to usedefineConfig
(#20131) (sethamus)31d9392
docs: fix typos (#20118) (Pixel998)c7f861b
docs: Update README (GitHub Actions Bot)6b0c08b
docs: Update README (GitHub Actions Bot)91f97c5
docs: Update README (GitHub Actions Bot)Chores
12411e8
chore: upgrade @eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6
chore: package.json update for @eslint/js release (Jenkins)bac82a2
ci: simplify renovate configuration (#19907) (唯然)c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751d
refactor: usedefaultOptions
in rules (#20121) (Pixel998)1ace67d
chore: update example to usedefineConfig
(#20111) (루밀LuMir)4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42e
chore: disallow use of deprecatedtype
property in core rule tests (#20094) (Milos Djermanovic)7bb498d
test: remove deprecatedtype
property from core rule tests (#20093) (Pixel998)e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4
refactor: usemeta.defaultOptions
inpreserve-caught-error
(#20080) (Pixel998)f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)81764b2
chore: updateeslint
peer dependency ineslint-config-eslint
(#20079) (Milos Djermanovic)vercel/vercel (@vercel/node)
v5.3.24
Compare Source
Patch Changes
v5.3.23
Compare Source
Patch Changes
v5.3.22
Compare Source
Patch Changes
motdotla/dotenv (dotenv)
v17.2.3
Compare Source
Changed
evanw/esbuild (esbuild)
v0.25.10
Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefined
in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supports
nested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholder
for correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports
, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:eslint/eslint (eslint)
v9.36.0
Compare Source
sindresorhus/globals (globals)
v16.4.0
Compare Source
8b8a2d6
TypeStrong/TypeDoc (typedoc)
v0.28.13
Compare Source
Features
basePath
option now also affects relative link resolution, TypeDoc will also check forpaths relative to the provided base path. If you instead want TypeDoc to only change the rendered
base path for sources, use the
displayBasePath
option, #3009.Bug Fixes
@inheritDoc
will now correctly overwrite@remarks
and@returns
blocks on the target comment, #3012.externalSymbolLinkMappings
option now works properly on links pointing to inherited/overwritten signatures, #3014.microsoft/TypeScript (typescript)
v5.9.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.45.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.44.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.44.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.43.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
nodejs/undici (undici)
v7.16.0
Compare Source
What's Changed
[kClose]
and[kDestroy]
, only return Promise by @Uzlopak in #4450client.connect()
sync by @Uzlopak in #4455BodyReadable.dump
by @Uzlopak in #4459[]
instead of new Array(0) by @Uzlopak in #4435New Contributors
Full Changelog: nodejs/undici@v7.15.0...v7.16.0