fix(deps): update all dependencies #142
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.3.35
->3.3.42
5.0.0
->5.0.3
5.0.6
->5.0.7
3.4.2
->3.6.2
22.13.9
->22.16.3
^11.0.0
->^12.0.0
9.1.2
->9.2.0
14.1.0
->14.5.1
4.0.4
->4.0.7
^4.0.0
->^5.0.0
^4.17.1
->^5.0.0
2.7.3
->2.10.4
8.13.3
->8.16.3
3.5.3
->3.6.2
2.0.10
->2.0.12
5.8.2
->5.8.3
Release Notes
WiseLibs/better-sqlite3 (better-sqlite3)
v12.2.0
Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.1.1...v12.2.0
v12.1.1
Compare Source
What's Changed
v37
prebuilds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1386Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.1.0...v12.1.1
v12.1.0
Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.0.0...v12.1.0
v12.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.10.0...v12.0.0
v11.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.9.1...v11.10.0
v11.9.1
Compare Source
What's Changed
node:18-bullseye
image for Linux x64 builds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1349Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.9.0...v11.9.1
v11.9.0
Compare Source
What's Changed
v35
prebuilds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1340ubuntu-22.04
by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1341New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.8.1...v11.9.0
open-cli-tools/concurrently (concurrently)
v9.2.0
Compare Source
What's Changed
--kill-timeout
by @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/540New Contributors
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0
cypress-io/cypress (cypress)
v14.5.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-5-1
v14.5.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-5-0
v14.4.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-1
v14.4.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-0
v14.3.3
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-3
v14.3.2
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-2
v14.3.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-1
v14.3.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-0
v14.2.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-2-1
v14.2.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-2-0
apocas/dockerode (dockerode)
v4.0.7
Compare Source
What's Changed
Full Changelog: https://github.com/apocas/dockerode/compare/v4.0.6...v4.0.7
v4.0.6
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6
v4.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v5.1.0
Compare Source
Features
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
Breaking Changes
eslint-plugin-cypress
now resolves to the flat configuration instead of to the legacy configurationDeprecations
eslint-plugin-cypress/flat
is deprecated and should be replaced byeslint-plugin-cypress
Other
v4.3.0
Compare Source
Features
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Bug Fixes
Features
expressjs/express (express)
v5.1.0
Compare Source
========================
Uint8Array
inres.send()
res.sendFile()
res.links()
setprototypeof
safe-buffer
utils-merge
methods
depd
debug@^4.4.0
body-parser@^2.2.0
router@^2.2.0
content-type@^1.0.5
finalhandler@^2.1.0
qs@^6.14.0
server-static@2.2.0
type-is@2.0.1
v5.0.1
Compare Source
==========
cookie
semver lock to address CVE-2024-47764v5.0.0
Compare Source
=========================
path-is-absolute
dependency - usepath.isAbsolute
insteadres.status()
accepts only integers, and input must be greater than 99 and less than 1000RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.
for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.
for non integer inputsres.redirect('back')
andres.location('back')
is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'
.res.clearCookie
will ignore user providedmaxAge
andexpires
optionsapplication/javascript
=>text/javascript
mswjs/msw (msw)
v2.10.4
Compare Source
v2.10.4 (2025-07-12)
Bug Fixes
6cdce81
) @kettanaitov2.10.3
Compare Source
v2.10.3 (2025-07-04)
Bug Fixes
resolutionContext
onparse
andrun
(#2544) (0245685
) @kettanaitoresolutionContext
argument (#2543) (ce3ab1f
) @kettanaitov2.10.2
Compare Source
v2.10.2 (2025-06-09)
Bug Fixes
Response.error()
andHttpResponse.error()
as mocked responses (#2132) (72cc8dd
) @jacquesg @kettanaitov2.10.1
Compare Source
v2.10.1 (2025-06-07)
Bug Fixes
@mswjs/interceptors
to support WebSocket server protocol (#2528) (6704fa0
) @kettanaitov2.10.0
Compare Source
v2.10.0 (2025-06-07)
Features
run
method (#2527) (94fc78e
) @kettanaitov2.9.0
Compare Source
v2.9.0 (2025-06-03)
Features
request
reference within theRESPONSE
event (#2510) (4256351
) @kettanaitov2.8.7
Compare Source
v2.8.7 (2025-05-31)
Bug Fixes
56f24d5
) @kettanaitov2.8.6
Compare Source
v2.8.6 (2025-05-29)
Bug Fixes
ee44fab
) @kettanaitov2.8.5
Compare Source
v2.8.5 (2025-05-27)
Bug Fixes
2cdc2b1
) @kettanaito@mswjs/interceptors
to 0.38.7 (#2508) (b06fd0e
) @kettanaitov2.8.4
Compare Source
v2.8.4 (2025-05-19)
Bug Fixes
594e8ca
) @huuyafwww @kettanaitov2.8.3
Compare Source
v2.8.3 (2025-05-17)
Bug Fixes
StrictResponse
type again with added deprecation notice (#2500) (a5bbe97
) @christoph-frickev2.8.2
Compare Source
v2.8.2 (2025-05-09)
Bug Fixes
postinstall
errors (#2498) (6d3013c
) @kettanaitov2.8.1
Compare Source
v2.8.1 (2025-05-09)
Bug Fixes
.mjs
to.d.ts
core imports (#2496) (6ae6b29
) @kettanaitov2.8.0
Compare Source
v2.8.0 (2025-05-08)
Features
3fce594
) @kettanaito17d553b
) @kettanaito @Andarist0cc656a
) @tastypackets @kettanaitonull
type argument (#2118) (50ce6a4
) @kettanaitov2.7.6
Compare Source
v2.7.6 (2025-05-05)
Bug Fixes
436cbcb
) @kettanaitov2.7.5
Compare Source
v2.7.5 (2025-04-18)
Bug Fixes
/socket.io/
path prefix during url matching (#2476) (69ae82d
) @kettanaitov2.7.4
Compare Source
v2.7.4 (2025-04-12)
Bug Fixes
location.href
(#2471) (fa9b07f
) @kettanaitoextensions
property to theGraphQLResponseBody
type (#2468) (827a5dc
) @ytoshikibrianc/node-postgres (pg)
v8.16.3
Compare Source
v8.16.2
Compare Source
v8.16.1
Compare Source
v8.16.0
Compare Source
v8.15.6
Compare Source
v8.15.5
Compare Source
v8.15.2
Compare Source
v8.15.1
Compare Source
v8.15.0
Compare Source
v8.14.1
Compare Source
v8.14.0
Compare Source
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
bahmutov/start-server-and-test (start-server-and-test)
v2.0.12
Compare Source
Bug Fixes
v2.0.11
Compare Source
Bug Fixes
microsoft/TypeScript (typescript)
v5.8.3
: TypeScript 5.8.3Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.
cb8ce982da
to53a1dd3e42
53a1dd3e42
to8961ec8330
8961ec8330
to0d7fbcdeac
0d7fbcdeac
toef3e3c597a
ef3e3c597a
to11e5ecce2e
11e5ecce2e
to904bd5ade4
904bd5ade4
to5264e7e185
5264e7e185
tocd8f67ecaf
cd8f67ecaf
to1467c1971f
1467c1971f
tocae21da5ac
cae21da5ac
to184f93e434
184f93e434
to6390c93548
6390c93548
to885331aeb4
885331aeb4
to3231ddb109
3231ddb109
tod0e04618b8
d0e04618b8
toaac54000d6
aac54000d6
to22679968d7
22679968d7
to11a654eb2b
11a654eb2b
to75db0aa715
75db0aa715
to18f83a396b
18f83a396b
todcee420679
dcee420679
tobc2e55f4ef
bc2e55f4ef
toc87613c7ce
c87613c7ce
to7d58ef8f45
7d58ef8f45
tocce6e54508
cce6e54508
to3a4d915524
3a4d915524
to9b05d47253
9b05d47253
to811163401a
811163401a
toe45965a112
e45965a112
to721ddf137c
721ddf137c
to58067ebd03
58067ebd03
to3279766309
3279766309
to98323de419
98323de419
to086338eeaf
086338eeaf
toe602b78c07
e602b78c07
to89eac5ac56
89eac5ac56
tod3cd3b8f6f
d3cd3b8f6f
to264ee367b2
264ee367b2
tof7083d0cc9
f7083d0cc9
to5e66b2416a
5e66b2416a
to7da1ed1c3f
7da1ed1c3f
to286a2b7980
286a2b7980
toae36e6f4af
ae36e6f4af
tod67810ceb8
d67810ceb8
toe751898cf6
e751898cf6
to0a441f74ea
0a441f74ea
tocbb66409bb
cbb66409bb
to52c39015e0
52c39015e0
toae5da9a3e7
ae5da9a3e7
to9442a4ff1f
9442a4ff1f
to9080486ebb
9080486ebb
to64a32b1cf6
64a32b1cf6
to87f0834d08
87f0834d08
to8de3f85aaa
8de3f85aaa
to1a5001912f
1a5001912f
toa9b674e1e2
a9b674e1e2
to91a1de5f18
91a1de5f18
to9fc85d4061
9fc85d4061
to52939ddffd
52939ddffd
to8863ad2701
8863ad2701
to8e27fe1667
8e27fe1667
to1ca92c9ec1
1ca92c9ec1
to987578cd99
987578cd99
to4be8abf66e
4be8abf66e
tofdfddb0af7
fdfddb0af7
to9584a4b149
9584a4b149
toac66bb6cf0
ac66bb6cf0
toc64b94ac4c
c64b94ac4c
tocf5ff6fe1a
cf5ff6fe1a
to060de80ee9
060de80ee9
tob10d03cb4e
b10d03cb4e
to5bd5d702a2
5bd5d702a2
toc2b0070fad
c2b0070fad
to4f57418401
4f57418401
tod05ed6c0a9
d05ed6c0a9
toaf6922f36a
af6922f36a
tof6795fa7e0
f6795fa7e0
tod569b9f921
d569b9f921
toa317415a3b
a317415a3b
to8725723e16
8725723e16
tode6c2a4cba
de6c2a4cba
tod203bf4763
d203bf4763
to5d81b4fa37
5d81b4fa37
toc644fa1c7f
c644fa1c7f
toa3cef01f79
a3cef01f79
to3f807eb136
3f807eb136
todce864af51
dce864af51
to4d8622aed5
4d8622aed5
to47199dcdaf
47199dcdaf
toc1b3bbb5e7
c1b3bbb5e7
to4be1802de6
4be1802de6
to937c9064c3
937c9064c3
to9d046e3629
9d046e3629
to0ff9146d66
0ff9146d66
to858c0f7137
858c0f7137
to0c6b7b31f0
0c6b7b31f0
to2fdaa9460f
2fdaa9460f
to0e7d79a113
0e7d79a113
toca911d62dd
ca911d62dd
tob2daa36feb
b2daa36feb
to7693c02beb
7693c02beb
tod93b742d89
d93b742d89
to59ae465e5a
59ae465e5a
to83b487bfe0
83b487bfe0
toaaf38fcbae
aaf38fcbae
toe44742ce57
e44742ce57
to51b2f01498
51b2f01498
tofb5668ab36
fb5668ab36
to715cb37028
715cb37028
to7e5cba2d4a
7e5cba2d4a
to512ca2f77a
512ca2f77a
to62550d1cec
62550d1cec
to6695f57809
6695f57809
to35c978eca7
35c978eca7
to1633dd2aa1
1633dd2aa1
toa55bf849af
a55bf849af
to3275a7cabf
3275a7cabf
to366072b6f9
366072b6f9
to11e1963aa1
11e1963aa1
to007d8b757d
007d8b757d
to39b15d4194
39b15d4194
to0cebcd4cf1
0cebcd4cf1
to5a54b05ac6
5a54b05ac6
tobdb576b3ba
bdb576b3ba
toa24d42ca2e
a24d42ca2e
todba455a9d7
dba455a9d7
to041cdd3aa3
041cdd3aa3
to888967adf9
888967adf9
to4c3b9159eb
4c3b9159eb
to0e511c1bb8
0e511c1bb8
tofcad6212f0
fcad6212f0
tocc54813042
cc54813042
to918ae9de98
918ae9de98
toea5724d313
ea5724d313
to0a148d0fb7
0a148d0fb7
toc6ffef84dc
c6ffef84dc
to67140f841e
67140f841e
to38ea03472e
38ea03472e
to186b70c8ed
186b70c8ed
to963a1e8858
963a1e8858
toe573f76983
e573f76983
to97329b8d79
97329b8d79
tod73cbe54a1
d73cbe54a1
to386b23c817
386b23c817
to9d0cb25cbe
9d0cb25cbe
to9bf51d04de
9bf51d04de
toa1383d1f61
a1383d1f61
to1356b4d90f
1356b4d90f
tofcae9bfa61
fcae9bfa61
to33f3519e21
33f3519e21
to6a0c79a782
6a0c79a782
toa8b237e39a
a8b237e39a
to12bbcc8c87
12bbcc8c87
to42ecd205c3
42ecd205c3
to2ee8d8dcfd
2ee8d8dcfd
toc0ba143b94
c0ba143b94
to7213dc8f48
7213dc8f48
tob839fd329e
b839fd329e
toca1dfae7c4
ca1dfae7c4
to76a13f3178
76a13f3178
to24b5a33fc1
24b5a33fc1
todd45770bfa
dd45770bfa
to4821b5068a
4821b5068a
to914d6dc63b
914d6dc63b
tob67f0b5912
b67f0b5912
tocae4f95dc0
cae4f95dc0
to0b9a7ff0de
0b9a7ff0de
tofca9c64141
fca9c64141
to30d8da9e26
30d8da9e26
toa8a1448c86
a8a1448c86
tof9a5d44463
f9a5d44463
to9ef269d423
9ef269d423
tob96cdbb37b
b96cdbb37b
tof04f3e4745
f04f3e4745
toece96731e2
ece96731e2
to15d8ccb02a
15d8ccb02a
toe5f02657fa
e5f02657fa
to2d73bcf003
2d73bcf003
tof5cd9e3714
f5cd9e3714
to76eb95d516
76eb95d516
to865126d40c
865126d40c
to681dd2bb5a
681dd2bb5a
to238402c8ab
238402c8ab
to7783e7a10e
7783e7a10e
to31b7044283
31b7044283
to7917016c24
7917016c24
to793a0a6522
793a0a6522
tobcf415ca7a
bcf415ca7a
toc437d0508c
c437d0508c
to5665aa59cb
5665aa59cb
toc83c6b5f45
c83c6b5f45
to2cebfb54e2
2cebfb54e2
todc4c19c7aa
dc4c19c7aa
to19de828d71
19de828d71
to81071f9434
81071f9434
to710d0d7586
710d0d7586
to8756764f5d
8756764f5d
to86b9aed8c0
Checkout
From your project repository, check out a new branch and test the changes.