fix(deps): update all dependencies #1178
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:
^0.64.0
->^0.65.0
^0.205.0
->^0.206.0
^0.205.0
->^0.206.0
22.18.6
->22.18.11
17.2.2
->17.2.3
0.25.10
->0.25.11
16.2.0
->16.2.4
22.19.0
->22.20.0
29.4.4
->29.4.5
0.28.13
->0.28.14
5.9.2
->5.9.3
5.101.3
->5.102.1
Release Notes
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.65.0
Compare Source
Features
Dependencies
v0.64.6
Compare Source
Bug Fixes
Dependencies
v0.64.5
Compare Source
Dependencies
open-telemetry/opentelemetry-js (@opentelemetry/exporter-metrics-otlp-http)
v0.206.0
Compare Source
motdotla/dotenv (dotenv)
v17.2.3
Compare Source
Changed
evanw/esbuild (esbuild)
v0.25.11
Compare Source
Add support for
with { type: 'bytes' }
imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binary
loader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-
/max-
prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100
(or more specifically with--supported:media-range=false
if desired):lint-staged/lint-staged (lint-staged)
v16.2.4
Compare Source
Patch Changes
#1682
0176038
Thanks @iiroj! - Update dependencies, includingnano-spawn@2.0.0
with bug fixes.#1671
581a54e
Thanks @iiroj! - Speed up execution by only importing theyaml
depedency if using YAML configuration files.v16.2.3
Compare Source
Patch Changes
27cd541
Thanks @iiroj! - When using--fail-on-changes
, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.v16.2.2
Compare Source
Patch Changes
#1667
699f95d
Thanks @iiroj! - The backup stash will not be dropped when using--fail-on-changes
and there are errors. When reverting to original state is disabled (via--no-revert
or--fail-on-changes
), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:
v16.2.1
Compare Source
Patch Changes
#1664
8277b3b
Thanks @iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]
and can't be mutated. Thanks @outslept!#1654
70b9af3
Thanks @iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817
Thanks @iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.json
files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0a
Thanks @iiroj! - Return the caret semver range (^
) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalk
anddebug
, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
nodejs/node (node)
v22.20.0
Compare Source
kulshekhar/ts-jest (ts-jest)
v29.4.5
Compare Source
Bug Fixes
TypeStrong/TypeDoc (typedoc)
v0.28.14
Compare Source
Features
preservedTypeAnnotationTags
option to specify tags whose type annotations shouldbe copied to the output documentation, #3020.
API: Introduced
typeAnnotation
onCommentTag
excludePrivateClassFields
option to hide#private
members while allowingprivate
members, #3017.@this
tag for JS files which describethis
parameters, #3026.microsoft/TypeScript (typescript)
v5.9.3
Compare Source
webpack/webpack (webpack)
v5.102.1
Compare Source
Fixes
extends
withenv
forbrowserslist
JSONP
fragment format for web workers.browserslist
.commonjs
externals forSystemJS
format.import.meta
warning messages to be more clear when used directly.v5.102.0
Compare Source
Features
import file from "./file.ext" with { type: "bytes" }
to get the content asUint8Array
(look at example)import file from "./file.ext" with { type: "text" }
to get the content as text (look at example)snapshot.contextModule
to configure snapshots options for context modulesextractSourceMap
option to implement the capabilities of loading source maps by comment, you don't needsource-map-loader
(look at example)topLevelAwait
experiment is now stable (you can removeexperiments.topLevelAwait
from yourwebpack.config.js
)layers
experiment is now stable (you can removeexperiments.layers
from yourwebpack.config.js
)Fixes
this
exportstimeout
attribute of script tages-lexer
formjs
files for build dependencies__non_webpack_require__
for ES moduleschunk.auxiliaryFiles
createRequire
only when output is ES module and target is nodePerformance Improvements
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 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.