fix(deps): replace all dependencies #22
Loading…
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:
^4.9.13
->^5.0.0
^4.12.2
->^5.0.0
^4.9.1
->^5.0.0
3.3.14
->3.3.31
4.17.15
->4.17.21
4.17.31
->4.19.5
3.1.0
->3.4.2
20.14.10
->20.16.1
20.12.5
->20.16.1
^10.0.0
->^11.0.0
13.7.2
->13.13.3
3.0.0
->3.5.0
2.2.13
->2.3.5
8.8.0
->8.12.0
3.2.5
->3.3.3
17.4.0
->17.5.1
17.5.0
->17.5.1
2.0.3
->2.0.5
~5.4.0
->~5.5.0
3.8.2
->3.14.2
This is a special PR that replaces
@material-ui/core
with the community suggested minimal stable replacement version.This is a special PR that replaces
@material-ui/icons
with the community suggested minimal stable replacement version.Release Notes
WiseLibs/better-sqlite3 (better-sqlite3)
v11.2.1
Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.0...v11.2.1
v11.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.2...v11.2.0
v11.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.1...v11.1.2
v11.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.0...v11.1.1
v11.0.0
Compare Source
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v10.1.0...v11.0.0
Major version was bumped due to dropping support of Node.js v21 and Electron v25.
v10.1.0
Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v10.0.0...v10.1.0
cypress-io/cypress (cypress)
v13.13.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3
v13.13.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2
v13.13.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1
v13.13.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0
v13.12.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0
v13.11.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0
v13.10.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0
v13.9.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0
v13.8.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
v13.8.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0
v13.7.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v3.5.0
Compare Source
Features
v3.4.0
Compare Source
Features
name
to configs (for tooling) (d2f8406)v3.3.0
Compare Source
Features
v3.2.0
Compare Source
Features
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.3
Compare Source
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
mswjs/msw (msw)
v2.3.5
Compare Source
v2.3.5 (2024-08-02)
Bug Fixes
a0234c9
) @kettanaitov2.3.4
Compare Source
v2.3.4 (2024-07-23)
Bug Fixes
console.log
(#2217) (00fdbb2
) @Lalem001v2.3.3
Compare Source
v2.3.3 (2024-07-23)
Bug Fixes
tough-cookie
(#2206) (c30613c
) @kettanaitod38fc3d
) @kettanaito @jakebaileyv2.3.2
Compare Source
v2.3.2 (2024-07-19)
Bug Fixes
7df2533
) @KaiSpencer @kettanaitov2.3.1
Compare Source
v2.3.1 (2024-06-01)
Bug Fixes
e69bbd6
) @kettanaito @KaiSpencerv2.3.0
Compare Source
v2.3.0 (2024-05-08)
Features
5191399
) @kettanaitonode
export when importingmsw/node
(#2134, transitively through @mswjs/interceptors).unhandledException
event (#2135, docs).Bug Fixes
686d3d6
) @kettanaitov2.2.14
Compare Source
v2.2.14 (2024-04-17)
Bug Fixes
64bcae7
) @nagadevkrishna @kettanaitonode
export condition higher priority (#2134) (f948d13
) @phryneasbrianc/node-postgres (pg)
v8.12.0
Compare Source
queryMode
config option to force use of the extended query protocol on queries without any parameters.v8.11.6
Compare Source
v8.11.5
Compare Source
v8.11.4
Compare Source
v8.11.3
Compare Source
v8.11.2
Compare Source
v8.11.1
Compare Source
v8.11.0
Compare Source
v8.10.0
Compare Source
release
event when client is returned to the pool.v8.9.0
Compare Source
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
v3.3.2
Compare Source
diff
Fix handlebars path expressions starts with
@
(#16358 by @Princeyadav05)v3.3.1
Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0
Compare Source
diff
🔗 Release Notes
streamich/react-use (react-use)
v17.5.1
Compare Source
Bug Fixes
v17.5.0
Compare Source
Features
isFirst
andisLast
methods touseStateList
hook (ac64414)17.4.4 (2024-01-21)
Bug Fixes
17.4.3 (2024-01-13)
Bug Fixes
17.4.2 (2023-12-01)
Bug Fixes
17.4.1 (2023-11-28)
Bug Fixes
v17.4.4
Compare Source
Bug Fixes
v17.4.3
Compare Source
Bug Fixes
v17.4.2
Compare Source
Bug Fixes
v17.4.1
Compare Source
Bug Fixes
bahmutov/start-server-and-test (start-server-and-test)
v2.0.5
Compare Source
Bug Fixes
v2.0.4
Compare Source
Bug Fixes
Microsoft/TypeScript (typescript)
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3
: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2
: TypeScript 5.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
winstonjs/winston (winston)
v3.14.2
Compare Source
2458ba6
v3.14.1
Compare Source
e82752f
forceConsole
toConsoleTransportOptions
(#2496)4ff0538
62acaad
b2b79af
v3.14.0
Compare Source
b2098fd
1719275
d2859f3
71e4bb1
0cb8c7c
v3.13.1
Compare Source
1b3a500
b56117e
a5853b5
93b52ac
33611c9
4aa6550
7f5f014
debf4fa
d567c57
1d5d527
d89a34e
947fa79
8c58d0a
v3.13.0
Compare Source
a237865
v3.12.1
Compare Source
b10b98f
0277035
d95c948
v3.12.0
Compare Source
9e5b407
4a85e6b
587f40f
8e99a00
0bde36b
8fb5b41
a326743
cc731ef
f077f30
3943c41
8260866
333b763
c3f3b5b
8f3c653
f3836aa
02d4267
069a40d
79282e1
05788b9
a7c2eec
85c336e
448d11c
91ec069
c3c3911
caf2df6
v3.11.0
Compare Source
37f4282
fdcc893
dcbec34
aaaa4c0
914b846
23cb80c
1c43f7b
v3.10.0
Compare Source
fc9c83d
eda40ef
f7e7f2f
de2e887
fcc69ec
9d6001a
06e3165
61e2f5b
7643ad6
v3.9.0
Compare Source
Functionality changes
Dependency updates by @dependabot + CI autotesting
Documentation changes
Build Infrastructure changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.
c05459e37e
to3410a37246
3410a37246
tobf08f0e0a7
bf08f0e0a7
toe5abb38d7a