chore(deps): update all dependencies #33

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies minor 20.14.10 -> 20.16.5
@types/node (source) devDependencies patch 20.16.1 -> 20.16.5
better-sqlite3 devDependencies minor 11.2.1 -> 11.3.0
concurrently devDependencies major ^8.0.0 -> ^9.0.0
cypress (source) devDependencies patch 13.14.0 -> 13.14.2
express (source) dependencies minor 4.19.2 -> 4.21.0
msw (source) devDependencies minor 2.3.5 -> 2.4.7
start-server-and-test devDependencies patch 2.0.5 -> 2.0.7
typescript (source) devDependencies minor ~5.5.0 -> ~5.6.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

v11.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.1...v11.3.0

open-cli-tools/concurrently (concurrently)

v9.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1

v9.0.0

Compare Source

💥 Breaking Changes

  • Dropped support for Node.js < 18.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.

  • The concurrently and default exports are now the same - #​399
    It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import concurrently from 'concurrently', however this has not been the case.
    The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.

    If you'd like to access the unconfigured function, use import { createConcurrently } from 'concurrently' instead.

New Features

  • Exponential back-off support for process restarting - #​265, #​462
    Use --restart-after exponential. Restarts happen at 2^N seconds.
  • Add prefix padding via new --pad-prefix flag - #​166, #​417, #​495
  • Specify teardown commands via new --teardown flag - #​472, #​500
  • Expand node:<script> commands to node --run <script> - #​475
  • [API only] Inter-Process Communication (ipc) - #​498
  • [API only] Make it possible to use no colors at all - #​466
  • [API only] Add a state field to Command - #​455

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0

cypress-io/cypress (cypress)

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
mswjs/msw (msw)

v2.4.7

Compare Source

v2.4.7 (2024-09-15)

Bug Fixes

v2.4.6

Compare Source

v2.4.6 (2024-09-13)

Bug Fixes

v2.4.5

Compare Source

v2.4.5 (2024-09-11)

Bug Fixes

v2.4.4

Compare Source

v2.4.4 (2024-09-08)

Bug Fixes

v2.4.3

Compare Source

v2.4.3 (2024-09-07)

Bug Fixes

v2.4.2

Compare Source

v2.4.2 (2024-09-04)

Bug Fixes

v2.4.1

Compare Source

v2.4.1 (2024-08-29)

Bug Fixes

v2.4.0

Compare Source

v2.4.0 (2024-08-28)

Features
bahmutov/start-server-and-test (start-server-and-test)

v2.0.7

Compare Source

Bug Fixes

v2.0.6

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.7 (78c6f53)
microsoft/TypeScript (typescript)

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

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 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`20.14.10` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.10/20.16.5) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.16.1` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.1/20.16.5) | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | devDependencies | minor | [`11.2.1` -> `11.3.0`](https://renovatebot.com/diffs/npm/better-sqlite3/11.2.1/11.3.0) | | [concurrently](https://github.com/open-cli-tools/concurrently) | devDependencies | major | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/concurrently/8.2.2/9.0.1) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | patch | [`13.14.0` -> `13.14.2`](https://renovatebot.com/diffs/npm/cypress/13.14.0/13.14.2) | | [express](http://expressjs.com/) ([source](https://github.com/expressjs/express)) | dependencies | minor | [`4.19.2` -> `4.21.0`](https://renovatebot.com/diffs/npm/express/4.19.2/4.21.0) | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`2.3.5` -> `2.4.7`](https://renovatebot.com/diffs/npm/msw/2.3.5/2.4.7) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | patch | [`2.0.5` -> `2.0.7`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.5/2.0.7) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`~5.5.0` -> `~5.6.0`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`v11.3.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.3.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.2.1...v11.3.0) #### What's Changed - Add new patch infra. by [@&#8203;mceachen](https://github.com/mceachen) in https://github.com/WiseLibs/better-sqlite3/pull/1239 - Update SQLite to version 3.46.1 by [@&#8203;mceachen](https://github.com/mceachen) in https://github.com/WiseLibs/better-sqlite3/pull/1252 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.1...v11.3.0 </details> <details> <summary>open-cli-tools/concurrently (concurrently)</summary> ### [`v9.0.1`](https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.1) [Compare Source](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) #### What's Changed - Don't set up more than 1 abort signal listener by [@&#8203;gustavohenke](https://github.com/gustavohenke) in https://github.com/open-cli-tools/concurrently/pull/503 **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1 ### [`v9.0.0`](https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0) [Compare Source](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0) ### 💥 Breaking Changes - **Dropped support for Node.js < 18.0.0**. Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs. - **The `concurrently` and default exports are now the same** - [#&#8203;399](https://github.com/open-cli-tools/concurrently/issues/399) It's reasonable to expect that `import { concurrently } from 'concurrently'` would work the same as `import concurrently from 'concurrently'`, however this has not been the case. The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function. If you'd like to access the unconfigured function, use `import { createConcurrently } from 'concurrently'` instead. ### ✨ New Features - Exponential back-off support for process restarting - [#&#8203;265](https://github.com/open-cli-tools/concurrently/issues/265), [#&#8203;462](https://github.com/open-cli-tools/concurrently/issues/462) Use `--restart-after exponential`. Restarts happen at `2^N` seconds. - Add prefix padding via new `--pad-prefix` flag - [#&#8203;166](https://github.com/open-cli-tools/concurrently/issues/166), [#&#8203;417](https://github.com/open-cli-tools/concurrently/issues/417), [#&#8203;495](https://github.com/open-cli-tools/concurrently/issues/495) - Specify teardown commands via new `--teardown` flag - [#&#8203;472](https://github.com/open-cli-tools/concurrently/issues/472), [#&#8203;500](https://github.com/open-cli-tools/concurrently/issues/500) - Expand `node:<script>` commands to `node --run <script>` - [#&#8203;475](https://github.com/open-cli-tools/concurrently/issues/475) - *\[API only]* Inter-Process Communication (ipc) - [#&#8203;498](https://github.com/open-cli-tools/concurrently/issues/498) - *\[API only]* Make it possible to use no colors at all - [#&#8203;466](https://github.com/open-cli-tools/concurrently/issues/466) - *\[API only]* Add a `state` field to `Command` - [#&#8203;455](https://github.com/open-cli-tools/concurrently/issues/455) ### 🐛 Bug Fixes - Fix importing concurrently in ESM package - [#&#8203;454](https://github.com/open-cli-tools/concurrently/issues/454), [#&#8203;456](https://github.com/open-cli-tools/concurrently/issues/456), [#&#8203;494](https://github.com/open-cli-tools/concurrently/issues/494) - Make sure concurrently doesn't resolve when manually restarting commands through API - [#&#8203;463](https://github.com/open-cli-tools/concurrently/issues/463), [#&#8203;464](https://github.com/open-cli-tools/concurrently/issues/464) - Abort commands not running when max processes < N - [#&#8203;433](https://github.com/open-cli-tools/concurrently/issues/433), [#&#8203;452](https://github.com/open-cli-tools/concurrently/issues/452), [#&#8203;460](https://github.com/open-cli-tools/concurrently/issues/460) - Fix warning coming from `spawn-command` when running in Node 22 - [#&#8203;407](https://github.com/open-cli-tools/concurrently/issues/407), [#&#8203;477](https://github.com/open-cli-tools/concurrently/issues/477), [#&#8203;479](https://github.com/open-cli-tools/concurrently/issues/479), [#&#8203;492](https://github.com/open-cli-tools/concurrently/issues/492) - Make `--raw` and `--hide` compatible - [#&#8203;394](https://github.com/open-cli-tools/concurrently/issues/394), [#&#8203;486](https://github.com/open-cli-tools/concurrently/issues/486) - Ensure prefix is written when logging without a trailing LF - [#&#8203;467](https://github.com/open-cli-tools/concurrently/issues/467) ### Other Changes - `--help` no longer shows examples due to there being too many. Refer to https://github.com/open-cli-tools/concurrently/tree/v9.0.0/docs instead, or to the `node_modules/concurrently/docs` directory in your project. - Improve examples of `--passthrough-arguments` - [#&#8203;490](https://github.com/open-cli-tools/concurrently/issues/490) - Replace `date-fns` with hand-rolled date formatting - [#&#8203;436](https://github.com/open-cli-tools/concurrently/issues/436), [#&#8203;443](https://github.com/open-cli-tools/concurrently/issues/443) This should make installing concurrently faster. ### New Contributors - [@&#8203;odeadglaz](https://github.com/odeadglaz) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/464 - [@&#8203;mitchhentgesspotify](https://github.com/mitchhentgesspotify) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/474 - [@&#8203;mark-monteiro](https://github.com/mark-monteiro) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/480 - [@&#8203;PoQuatre](https://github.com/PoQuatre) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/486 **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0 </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.14.2`](https://github.com/cypress-io/cypress/releases/tag/v13.14.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.14.1...v13.14.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2 ### [`v13.14.1`](https://github.com/cypress-io/cypress/releases/tag/v13.14.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1 </details> <details> <summary>expressjs/express (express)</summary> ### [`v4.21.0`](https://github.com/expressjs/express/releases/tag/4.21.0) [Compare Source](https://github.com/expressjs/express/compare/4.20.0...4.21.0) #### What's Changed - Deprecate `"back"` magic string in redirects by [@&#8203;blakeembrey](https://github.com/blakeembrey) in https://github.com/expressjs/express/pull/5935 - finalhandler@1.3.1 by [@&#8203;wesleytodd](https://github.com/wesleytodd) in https://github.com/expressjs/express/pull/5954 - fix(deps): serve-static@1.16.2 by [@&#8203;wesleytodd](https://github.com/wesleytodd) in https://github.com/expressjs/express/pull/5951 - Upgraded dependency qs to 6.13.0 to match qs in body-parser by [@&#8203;agadzinski93](https://github.com/agadzinski93) in https://github.com/expressjs/express/pull/5946 #### New Contributors - [@&#8203;agadzinski93](https://github.com/agadzinski93) made their first contribution in https://github.com/expressjs/express/pull/5946 **Full Changelog**: https://github.com/expressjs/express/compare/4.20.0...4.21.0 ### [`v4.20.0`](https://github.com/expressjs/express/blob/HEAD/History.md#4200--2024-09-10) [Compare Source](https://github.com/expressjs/express/compare/4.19.2...4.20.0) \========== - deps: serve-static@0.16.0 - Remove link renderization in html while redirecting - deps: send@0.19.0 - Remove link renderization in html while redirecting - deps: body-parser@0.6.0 - add `depth` option to customize the depth level in the parser - IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) - Remove link renderization in html while using `res.redirect` - deps: path-to-regexp@0.1.10 - Adds support for named matching groups in the routes using a regex - Adds backtracking protection to parameters without regexes defined - deps: encodeurl@~2.0.0 - Removes encoding of `\`, `|`, and `^` to align better with URL spec - Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie` - Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.4.7`](https://github.com/mswjs/msw/releases/tag/v2.4.7) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.6...v2.4.7) #### v2.4.7 (2024-09-15) ##### Bug Fixes - **ClientRequest:** prevent duplicates when recording set headers ([#&#8203;2284](https://github.com/mswjs/msw/issues/2284)) ([`e04eb8f`](https://github.com/mswjs/msw/commit/e04eb8f44ffcf5ce755aa224d31a8576f4719a9f)) [@&#8203;kettanaito](https://github.com/kettanaito) - use `Object.defineProperty` for Headers proxy ([#&#8203;2283](https://github.com/mswjs/msw/issues/2283)) ([`94e17be`](https://github.com/mswjs/msw/commit/94e17beea475a494c1de8b58ea399e518f55ddda)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.4.6`](https://github.com/mswjs/msw/releases/tag/v2.4.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.5...v2.4.6) #### v2.4.6 (2024-09-13) ##### Bug Fixes - **xhr:** clone request body before calculating its size ([#&#8203;2282](https://github.com/mswjs/msw/issues/2282)) ([`397444b`](https://github.com/mswjs/msw/commit/397444bcc386bbe560aa649460cb92cdb31d28a9)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.4.5`](https://github.com/mswjs/msw/releases/tag/v2.4.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.4...v2.4.5) #### v2.4.5 (2024-09-11) ##### Bug Fixes - remove cookies with `max-age=0` from cookie store ([#&#8203;2275](https://github.com/mswjs/msw/issues/2275)) ([`c307ab2`](https://github.com/mswjs/msw/commit/c307ab27643fc80631d3f0a28e72f7339a54af70)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.4.4`](https://github.com/mswjs/msw/releases/tag/v2.4.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.3...v2.4.4) #### v2.4.4 (2024-09-08) ##### Bug Fixes - **fetch:** follow mocked redirect responses ([#&#8203;2268](https://github.com/mswjs/msw/issues/2268)) ([`f5785bf`](https://github.com/mswjs/msw/commit/f5785bfba1a026075feca4f74cadfcb636ffc257)) [@&#8203;kettanaito](https://github.com/kettanaito) - Adopts a new, Socket-based request interception algorithm. ### [`v2.4.3`](https://github.com/mswjs/msw/releases/tag/v2.4.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.2...v2.4.3) #### v2.4.3 (2024-09-07) ##### Bug Fixes - revert "graphql" as optional peer dependency ([#&#8203;2267](https://github.com/mswjs/msw/issues/2267)) ([`7cd39e7`](https://github.com/mswjs/msw/commit/7cd39e787aa9766eef914bce3d65daec1ce16635)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.4.2`](https://github.com/mswjs/msw/releases/tag/v2.4.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.1...v2.4.2) #### v2.4.2 (2024-09-04) ##### Bug Fixes - **cli:** support windows paths in the `init` command ([#&#8203;2260](https://github.com/mswjs/msw/issues/2260)) ([`ba285b8`](https://github.com/mswjs/msw/commit/ba285b887cedfa22f32ae1e8d6569e57174cb561)) [@&#8203;ivanfernandez2646](https://github.com/ivanfernandez2646) [@&#8203;kettanaito](https://github.com/kettanaito) - use typescript@4.8 as the minimal supported version ([#&#8203;2251](https://github.com/mswjs/msw/issues/2251)) ([`6b2a7e6`](https://github.com/mswjs/msw/commit/6b2a7e6be8f9b63c2549ad7fbf271d38f803ad6e)) [@&#8203;THETCR](https://github.com/THETCR) [@&#8203;kettanaito](https://github.com/kettanaito) - keep `graphql` import as require in cjs ([#&#8203;2258](https://github.com/mswjs/msw/issues/2258)) ([`b977602`](https://github.com/mswjs/msw/commit/b97760270b28bd633b56332d87a9d834f653cad2)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.4.1`](https://github.com/mswjs/msw/releases/tag/v2.4.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.0...v2.4.1) #### v2.4.1 (2024-08-29) ##### Bug Fixes - import `graphql` lazily ([#&#8203;2250](https://github.com/mswjs/msw/issues/2250)) ([`1799e06`](https://github.com/mswjs/msw/commit/1799e0638f0f860c19ba46db7c4287012f2cb716)) [@&#8203;kettanaito](https://github.com/kettanaito) - add `graphql` to "peerDependencies" ([#&#8203;2249](https://github.com/mswjs/msw/issues/2249)) ([`8a9568a`](https://github.com/mswjs/msw/commit/8a9568ad4593b662a8c320bb1a02b380791a1696)) [@&#8203;THETCR](https://github.com/THETCR) ### [`v2.4.0`](https://github.com/mswjs/msw/releases/tag/v2.4.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.5...v2.4.0) #### v2.4.0 (2024-08-28) ##### Features - add `HttpResponse.html()` static method ([#&#8203;2140](https://github.com/mswjs/msw/issues/2140), [docs](https://mswjs.io/docs/api/http-response#httpresponsehtmlbody-init)) ([`8c5580a`](https://github.com/mswjs/msw/commit/8c5580a0e2e6e52785b0132128c36d679ddbe5d5)) [@&#8203;scruffymongrel](https://github.com/scruffymongrel) [@&#8203;kettanaito](https://github.com/kettanaito) - list "graphql" as an optional peer dependency ([#&#8203;2187](https://github.com/mswjs/msw/issues/2187)) ([`40b17fd`](https://github.com/mswjs/msw/commit/40b17fdf655e597b352094527f558f6d839f2970)) [@&#8203;kettanaito](https://github.com/kettanaito) - print request body in `onUnhandledRequest` message ([#&#8203;2227](https://github.com/mswjs/msw/issues/2227)) ([`a2153c9`](https://github.com/mswjs/msw/commit/a2153c93edd752d7c5686573f684721b19f0a115)) [@&#8203;bitttttten](https://github.com/bitttttten) [@&#8203;kettanaito](https://github.com/kettanaito) </details> <details> <summary>bahmutov/start-server-and-test (start-server-and-test)</summary> ### [`v2.0.7`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.7) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.6...v2.0.7) ##### Bug Fixes - **deps:** update dependency wait-on to v8 ([#&#8203;386](https://github.com/bahmutov/start-server-and-test/issues/386)) ([d814a72](https://github.com/bahmutov/start-server-and-test/commit/d814a7222f8a9a65de3914dbfbc8da1550717782)) ### [`v2.0.6`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.6) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.5...v2.0.6) ##### Bug Fixes - **deps:** update dependency debug to v4.3.7 ([78c6f53](https://github.com/bahmutov/start-server-and-test/commit/78c6f531c59b7db23d03b127c59f08756435a17b)) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.6.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.2): TypeScript 5.6 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh changed title from chore(deps): update dependency @types/node to v20.16.1 to chore(deps): update dependency @types/node to v20.16.2 2024-08-28 02:50:12 +02:00
kjuulh added 1 commit 2024-08-28 02:50:12 +02:00
chore(deps): update dependency @types/node to v20.16.2
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
06bd267ce2
kjuulh force-pushed renovate/all from 06bd267ce2 to 46acf0b4e2 2024-08-28 18:55:44 +02:00 Compare
kjuulh changed title from chore(deps): update dependency @types/node to v20.16.2 to chore(deps): update all dependencies 2024-08-28 18:55:46 +02:00
kjuulh force-pushed renovate/all from 46acf0b4e2 to bae6709207 2024-08-29 16:37:43 +02:00 Compare
kjuulh force-pushed renovate/all from bae6709207 to 63d81f4ad0 2024-08-29 17:53:36 +02:00 Compare
kjuulh force-pushed renovate/all from 63d81f4ad0 to e8c1afbe7b 2024-08-29 21:24:42 +02:00 Compare
kjuulh force-pushed renovate/all from e8c1afbe7b to 7f15d44903 2024-09-02 02:01:47 +02:00 Compare
kjuulh force-pushed renovate/all from 7f15d44903 to 77dba9953f 2024-09-04 06:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 77dba9953f to 1ddf829ec3 2024-09-05 02:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from 1ddf829ec3 to 295c27b6a8 2024-09-08 02:02:47 +02:00 Compare
kjuulh force-pushed renovate/all from 295c27b6a8 to efb49385d9 2024-09-08 14:43:58 +02:00 Compare
kjuulh force-pushed renovate/all from efb49385d9 to 05ce64566b 2024-09-09 02:03:06 +02:00 Compare
kjuulh force-pushed renovate/all from 05ce64566b to 8076b1e3e8 2024-09-10 02:03:05 +02:00 Compare
kjuulh force-pushed renovate/all from 8076b1e3e8 to 792adcb181 2024-09-10 06:03:01 +02:00 Compare
kjuulh force-pushed renovate/all from 792adcb181 to 8ee767a635 2024-09-11 02:03:40 +02:00 Compare
kjuulh force-pushed renovate/all from 8ee767a635 to a227262b2a 2024-09-11 06:02:58 +02:00 Compare
kjuulh force-pushed renovate/all from a227262b2a to f0627c7037 2024-09-12 02:03:26 +02:00 Compare
kjuulh force-pushed renovate/all from f0627c7037 to 866926c749 2024-09-12 06:03:11 +02:00 Compare
kjuulh force-pushed renovate/all from 866926c749 to 747b490cb6 2024-09-13 02:03:29 +02:00 Compare
kjuulh force-pushed renovate/all from 747b490cb6 to 727f21ab37 2024-09-14 02:02:50 +02:00 Compare
kjuulh force-pushed renovate/all from 727f21ab37 to 4a2f8faa21 2024-09-15 02:02:49 +02:00 Compare
kjuulh force-pushed renovate/all from 4a2f8faa21 to b68d792237 2024-09-16 02:02:58 +02:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#33
No description provided.