-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #382
base: main
Are you sure you want to change the base?
Conversation
Sadly there were some test failures on 'That Ubuntu test machine':
|
78b405f
to
78e0428
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
78e0428
to
e004121
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
e004121
to
564473c
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
564473c
to
fd02718
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
fd02718
to
b6ae290
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
b6ae290
to
19f32b1
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
19f32b1
to
e14b2eb
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
e14b2eb
to
279cbe0
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
279cbe0
to
b97b260
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
b97b260
to
9b0f163
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
9b0f163
to
0d42236
Compare
Sadly there were some test failures on 'That Ubuntu test machine':
|
This PR contains the following updates:
v2.2.6
->v2.3.0
v3.2.0
->v3.3.0
v20
->20.15.1
v4.5.0
->v4.6.0
0.28.1
->0.29.0
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
codespell-project/codespell (codespell-project/codespell)
v2.3.0
Compare Source
What's Changed
no-commit-to-branch
Pre-Commit check by @korverdev in https://github.com/codespell-project/codespell/pull/3130dictionary.txt
additions by @janosh in https://github.com/codespell-project/codespell/pull/3149encodings
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3172codespell:ignore
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3397aftewards
misspelling by @korverdev in https://github.com/codespell-project/codespell/pull/3403.gitignore
by @korverdev in https://github.com/codespell-project/codespell/pull/3422arragne->arrange
typo by @korverdev in https://github.com/codespell-project/codespell/pull/3421New Contributors
Full Changelog: codespell-project/codespell@v2.2.6...v2.3.0
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)
v3.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: compilerla/conventional-pre-commit@v3.2.0...v3.3.0
nodejs/node (node)
v20.15.1
Compare Source
v20.15.0
: 2024-06-20, Version 20.15.0 'Iron' (LTS), @marco-ippolitoCompare Source
test_runner: support test plans
It is now possible to count the number of assertions and subtests that are expected to run within a test. If the number of assertions and subtests that run does not match the expected count, the test will fail.
Contributed by Colin Ihrig in #52860
inspector: introduce the
--inspect-wait
flagThis release introduces the
--inspect-wait
flag, which allows debugger to wait for attachement. This flag is useful when you want to debug the code from the beginning. Unlike--inspect-brk
, which breaks on the first line, this flag waits for debugger to be connected and then runs the code as soon as a session is established.Contributed by Kohei Ueno in #52734
zlib: expose zlib.crc32()
This release exposes the crc32() function from zlib to user-land.
It computes a 32-bit Cyclic Redundancy Check checksum of data. If
value is specified, it is used as the starting value of the checksum,
otherwise, 0 is used as the starting value.
The CRC algorithm is designed to compute checksums and to detect error
in data transmission. It's not suitable for cryptographic authentication.
Contributed by Joyee Cheung in #52692
cli: allow running wasm in limited vmem with --disable-wasm-trap-handler
By default, Node.js enables trap-handler-based WebAssembly bound
checks. As a result, V8 does not need to insert inline bound checks
int the code compiled from WebAssembly which may speedup WebAssembly
execution significantly, but this optimization requires allocating
a big virtual memory cage (currently 10GB). If the Node.js process
does not have access to a large enough virtual memory address space
due to system configurations or hardware limitations, users won't
be able to run any WebAssembly that involves allocation in this
virtual memory cage and will see an out-of-memory error.
--disable-wasm-trap-handler
disables this optimization so thatusers can at least run WebAssembly (with a less optimial performance)
when the virtual memory address space available to their Node.js
process is lower than what the V8 WebAssembly memory cage needs.
Contributed by Joyee Cheung in #52766
Other Notable Changes
12512c3d0e
] - doc: add pimterry to collaborators (Tim Perry) #528749d485b40bb
] - (SEMVER-MINOR) tools: fix get_asan_state() in tools/test.py (Joyee Cheung) #52766e98c305f52
] - (SEMVER-MINOR) tools: support max_virtual_memory test configuration (Joyee Cheung) #52766dce0300896
] - (SEMVER-MINOR) tools: support != in test status files (Joyee Cheung) #52766Commits
227093bfec
] - assert: add deep equal check for more Error type (Zhenwei Jin) #51805184cfe5a71
] - benchmark: filter non-present deps fromstart-cli-version
(Adam Majer) #517468b3e83bb53
] - buffer: even faster atob (Daniel Lemire) #524438d628c3255
] - buffer: use size_t instead of uint32_t to avoid segmentation fault (Xavier Stouder) #4803316ae2b2933
] - buffer: remove lines setting indexes to integer value (Zhenwei Jin) #5258848c15d0dcd
] - build: remove deprecated calls for argument groups (Mohammed Keyvanzadeh) #529131be8232d17
] - build: drop base64 dep in GN build (Cheng) #52856918962d6e7
] - build: make simdjson a public dep in GN build (Cheng) #527555215b6fd8e
] - build, tools: copy release assets to staging R2 bucket once built (flakey5) #51394473fa73857
] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766954d2aded4
] - cluster: replaceforEach
withfor-of
loop (Jérôme Benoit) #50317794e450ea7
] - console: colorize console error and warn (Jithil P Ponnan) #516290fb7c18f10
] - crypto: fix duplicated switch-case return values (Mustafa Ateş UZUN) #49030cd1415c8b2
] - Revert "crypto: make timingSafeEqual faster for Uint8Array" (Tobias Nießen) #53390b774544bb1
] - deps: enable unbundling of simdjson, simdutf, ada (Daniel Lemire) #52924da4dbfc5fd
] - doc: remove reference to AUTHORS file (Marco Ippolito) #529602f3f2ff8af
] - doc: update hljs with the latest styles (Aviv Keller) #529113a1d17a9b1
] - doc: mention quicker way to build docs (Alex Crawford) #52937be309bd19d
] - doc: mention push.followTags config (Rafael Gonzaga) #52906e62c6e2684
] - doc: document pipeline withend
option (Alois Klink) #48970af27225cf6
] - doc: add example forexecFileSync
method and ref to stdio (Evan Shortiss) #39412086626f9b1
] - doc: add examples and notes to http server.close et al (mary marchini) [#49091](https://togithub.com/nodejsConfiguration
📅 Schedule: Branch creation - "before 7am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.