fix(deps): update all dependencies #142

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

This PR contains the following updates:

Package Type Update Change
@types/dockerode (source) devDependencies patch 3.3.35 -> 3.3.39
@types/express (source) devDependencies patch 5.0.0 -> 5.0.2
@types/luxon (source) devDependencies minor 3.4.2 -> 3.6.2
@types/node (source) devDependencies minor 22.13.9 -> 22.15.29
better-sqlite3 devDependencies minor 11.8.1 -> 11.10.0
cypress (source) devDependencies minor 14.1.0 -> 14.4.0
dockerode dependencies patch 4.0.4 -> 4.0.6
eslint-plugin-cypress devDependencies major ^4.0.0 -> ^5.0.0
express (source) dependencies major ^4.17.1 -> ^5.0.0
msw (source) devDependencies minor 2.7.3 -> 2.8.7
pg (source) dependencies minor 8.13.3 -> 8.16.0
start-server-and-test devDependencies patch 2.0.10 -> 2.0.12
typescript (source) devDependencies patch 5.8.2 -> 5.8.3

Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

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

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.9.0...v11.9.1

v11.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.8.1...v11.9.0

cypress-io/cypress (cypress)

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

Compare Source

Bug Fixes
  • stylistic: apply javascript formatting conventions (#​262) (bbd33fd)

v5.0.0

Compare Source

Breaking Changes
  • Support for non-flat legacy configurations is removed. The default configuration eslint-plugin-cypress now resolves to the flat configuration instead of to the legacy configuration
Deprecations
  • eslint-plugin-cypress/flat is deprecated and should be replaced by eslint-plugin-cypress
Other
  • remove legacy eslintrc configuration (#​260) (618bd21)
  • globals dependency is updated to 16.2.0
  • semantic-release dependency is update to 24.2.5

v4.3.0

Compare Source

Features

v4.2.1

Compare Source

Bug Fixes
  • deps: update all dependencies (5b827eb)

v4.2.0

Compare Source

Bug Fixes
Features
  • add rule disallow usage of cypress-xpath (1ae902a)
expressjs/express (express)

v5.1.0

Compare Source

========================

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

v5.0.1

Compare Source

==========

v5.0.0

Compare Source

=========================

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0
  • deps: finalhandler@^2.0.0
  • deps: fresh@^2.0.0
  • deps: body-parser@^2.0.1
  • deps: send@^1.1.0
mswjs/msw (msw)

v2.8.7

Compare Source

v2.8.7 (2025-05-31)

Bug Fixes

v2.8.6

Compare Source

v2.8.6 (2025-05-29)

Bug Fixes

v2.8.5

Compare Source

v2.8.5 (2025-05-27)

Bug Fixes

v2.8.4

Compare Source

v2.8.4 (2025-05-19)

Bug Fixes

v2.8.3

Compare Source

v2.8.3 (2025-05-17)

Bug Fixes

v2.8.2

Compare Source

v2.8.2 (2025-05-09)

Bug Fixes

v2.8.1

Compare Source

v2.8.1 (2025-05-09)

Bug Fixes

v2.8.0

Compare Source

v2.8.0 (2025-05-08)

Features

v2.7.6

Compare Source

v2.7.6 (2025-05-05)

Bug Fixes

v2.7.5

Compare Source

v2.7.5 (2025-04-18)

Bug Fixes

v2.7.4

Compare Source

v2.7.4 (2025-04-12)

Bug Fixes
brianc/node-postgres (pg)

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

  • Add support for esm importing. CommonJS importing is still also supported.

v8.14.1

Compare Source

v8.14.0

Compare Source

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

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


  • 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/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dockerode) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode)) | devDependencies | patch | [`3.3.35` -> `3.3.39`](https://renovatebot.com/diffs/npm/@types%2fdockerode/3.3.35/3.3.39) | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | devDependencies | patch | [`5.0.0` -> `5.0.2`](https://renovatebot.com/diffs/npm/@types%2fexpress/5.0.0/5.0.2) | | [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon)) | devDependencies | minor | [`3.4.2` -> `3.6.2`](https://renovatebot.com/diffs/npm/@types%2fluxon/3.4.2/3.6.2) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`22.13.9` -> `22.15.29`](https://renovatebot.com/diffs/npm/@types%2fnode/22.13.9/22.15.29) | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | devDependencies | minor | [`11.8.1` -> `11.10.0`](https://renovatebot.com/diffs/npm/better-sqlite3/11.8.1/11.10.0) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`14.1.0` -> `14.4.0`](https://renovatebot.com/diffs/npm/cypress/14.1.0/14.4.0) | | [dockerode](https://github.com/apocas/dockerode) | dependencies | patch | [`4.0.4` -> `4.0.6`](https://renovatebot.com/diffs/npm/dockerode/4.0.4/4.0.6) | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | devDependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-cypress/4.1.0/5.0.1) | | [express](https://expressjs.com/) ([source](https://github.com/expressjs/express)) | dependencies | major | [`^4.17.1` -> `^5.0.0`](https://renovatebot.com/diffs/npm/express/4.21.2/5.1.0) | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`2.7.3` -> `2.8.7`](https://renovatebot.com/diffs/npm/msw/2.7.3/2.8.7) | | [pg](https://github.com/brianc/node-postgres) ([source](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg)) | dependencies | minor | [`8.13.3` -> `8.16.0`](https://renovatebot.com/diffs/npm/pg/8.13.3/8.16.0) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | patch | [`2.0.10` -> `2.0.12`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.10/2.0.12) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.8.3) | --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`v11.10.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.10.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.9.1...v11.10.0) #### What's Changed - Increase timeout test because of GitHub Action by [@&#8203;Prinzhorn](https://github.com/Prinzhorn) in https://github.com/WiseLibs/better-sqlite3/pull/1351 - Disallow transaction to return a Promise due to unexpected behaviour by [@&#8203;phiresky](https://github.com/phiresky) in https://github.com/WiseLibs/better-sqlite3/pull/1364 - docs: fix clone url at benchmark.md by [@&#8203;jNullj](https://github.com/jNullj) in https://github.com/WiseLibs/better-sqlite3/pull/1357 - Prebuild for Electron 36 by [@&#8203;neoxpert](https://github.com/neoxpert) in https://github.com/WiseLibs/better-sqlite3/pull/1368 - Update SQLite to version 3.49.2 in https://github.com/WiseLibs/better-sqlite3/pull/1370 #### New Contributors - [@&#8203;phiresky](https://github.com/phiresky) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1364 - [@&#8203;jNullj](https://github.com/jNullj) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1357 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.9.1...v11.10.0 ### [`v11.9.1`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.9.1) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.9.0...v11.9.1) #### What's Changed - Use the `node:18-bullseye` image for Linux x64 builds by [@&#8203;m4heshd](https://github.com/m4heshd) in https://github.com/WiseLibs/better-sqlite3/pull/1349 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.9.0...v11.9.1 ### [`v11.9.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.9.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.8.1...v11.9.0) #### What's Changed - Fix small typo in api.md by [@&#8203;hMihaiDavid](https://github.com/hMihaiDavid) in https://github.com/WiseLibs/better-sqlite3/pull/1324 - Update thread count calculation method in worker_threads example by [@&#8203;nikwen](https://github.com/nikwen) in https://github.com/WiseLibs/better-sqlite3/pull/1268 - Add support for electron `v35` prebuilds by [@&#8203;m4heshd](https://github.com/m4heshd) in https://github.com/WiseLibs/better-sqlite3/pull/1340 - Update the Ubuntu runner image in build script to `ubuntu-22.04` by [@&#8203;m4heshd](https://github.com/m4heshd) in https://github.com/WiseLibs/better-sqlite3/pull/1341 - Update SQLite to version 3.49.1 by [@&#8203;JoshuaWise](https://github.com/JoshuaWise) in https://github.com/WiseLibs/better-sqlite3/pull/1346 #### New Contributors - [@&#8203;hMihaiDavid](https://github.com/hMihaiDavid) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1324 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.8.1...v11.9.0 </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v14.4.0`](https://github.com/cypress-io/cypress/releases/tag/v14.4.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.3.3...v14.4.0) Changelog: https://docs.cypress.io/app/references/changelog#14-4-0 ### [`v14.3.3`](https://github.com/cypress-io/cypress/releases/tag/v14.3.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.3.2...v14.3.3) Changelog: https://docs.cypress.io/app/references/changelog#14-3-3 ### [`v14.3.2`](https://github.com/cypress-io/cypress/releases/tag/v14.3.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.3.1...v14.3.2) Changelog: https://docs.cypress.io/app/references/changelog#14-3-2 ### [`v14.3.1`](https://github.com/cypress-io/cypress/releases/tag/v14.3.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.3.0...v14.3.1) Changelog: https://docs.cypress.io/app/references/changelog#14-3-1 ### [`v14.3.0`](https://github.com/cypress-io/cypress/releases/tag/v14.3.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.2.1...v14.3.0) Changelog: https://docs.cypress.io/app/references/changelog#14-3-0 ### [`v14.2.1`](https://github.com/cypress-io/cypress/releases/tag/v14.2.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.2.0...v14.2.1) Changelog: https://docs.cypress.io/app/references/changelog#14-2-1 ### [`v14.2.0`](https://github.com/cypress-io/cypress/releases/tag/v14.2.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.1.0...v14.2.0) Changelog: https://docs.cypress.io/app/references/changelog#14-2-0 </details> <details> <summary>apocas/dockerode (dockerode)</summary> ### [`v4.0.6`](https://github.com/apocas/dockerode/releases/tag/v4.0.6) [Compare Source](https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6) #### What's Changed - Update image.inspect method to accept options by [@&#8203;jpinz](https://github.com/jpinz) in https://github.com/apocas/dockerode/pull/800 #### New Contributors - [@&#8203;jpinz](https://github.com/jpinz) made their first contribution in https://github.com/apocas/dockerode/pull/800 **Full Changelog**: https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6 ### [`v4.0.5`](https://github.com/apocas/dockerode/releases/tag/v4.0.5) [Compare Source](https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5) #### What's Changed - Bump serialize-javascript and mocha by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/apocas/dockerode/pull/791 - fixed typo in README.md by [@&#8203;vedantmishra69](https://github.com/vedantmishra69) in https://github.com/apocas/dockerode/pull/788 - Use JSON serialization for cachefrom option by [@&#8203;pipex](https://github.com/pipex) in https://github.com/apocas/dockerode/pull/793 - Bump tar-fs from 2.0.1 to 2.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/apocas/dockerode/pull/801 #### New Contributors - [@&#8203;vedantmishra69](https://github.com/vedantmishra69) made their first contribution in https://github.com/apocas/dockerode/pull/788 - [@&#8203;pipex](https://github.com/pipex) made their first contribution in https://github.com/apocas/dockerode/pull/793 **Full Changelog**: https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5 </details> <details> <summary>cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)</summary> ### [`v5.0.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v5.0.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.0...v5.0.1) ##### Bug Fixes - **stylistic:** apply javascript formatting conventions ([#&#8203;262](https://github.com/cypress-io/eslint-plugin-cypress/issues/262)) ([bbd33fd](https://github.com/cypress-io/eslint-plugin-cypress/commit/bbd33fdc74303c608892e071c15627d0cb56ebdb)) ### [`v5.0.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v5.0.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.3.0...v5.0.0) ##### Breaking Changes - Support for non-flat legacy configurations is removed. The default configuration `eslint-plugin-cypress` now resolves to the flat configuration instead of to the legacy configuration ##### Deprecations - `eslint-plugin-cypress/flat` is deprecated and should be replaced by `eslint-plugin-cypress` ##### Other - remove legacy eslintrc configuration ([#&#8203;260](https://github.com/cypress-io/eslint-plugin-cypress/issues/260)) ([618bd21](https://github.com/cypress-io/eslint-plugin-cypress/commit/618bd21acdb2288e7ab8fc03c7abc0423270a3b8)) - globals dependency is updated to 16.2.0 - semantic-release dependency is update to 24.2.5 ### [`v4.3.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v4.3.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.1...v4.3.0) ##### Features - add no-chained-get rule ([#&#8203;249](https://github.com/cypress-io/eslint-plugin-cypress/issues/249)) ([2c911ac](https://github.com/cypress-io/eslint-plugin-cypress/commit/2c911ac76dad352fba1cd5e24fb6decb63118072)) ### [`v4.2.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v4.2.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.0...v4.2.1) ##### Bug Fixes - **deps:** update all dependencies ([5b827eb](https://github.com/cypress-io/eslint-plugin-cypress/commit/5b827eb700b2dabc1946722f7a41b7551d4dc439)) ### [`v4.2.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v4.2.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.1.0...v4.2.0) ##### Bug Fixes - address comments in PR ([64eaba0](https://github.com/cypress-io/eslint-plugin-cypress/commit/64eaba0a572e15fd7025d6b426c38887c3ceb53c)) - doc title ([1fbedac](https://github.com/cypress-io/eslint-plugin-cypress/commit/1fbedaca91e35715648091a3387f46b67bb56157)) ##### Features - add rule disallow usage of cypress-xpath ([1ae902a](https://github.com/cypress-io/eslint-plugin-cypress/commit/1ae902a3907c984820fbda2010e8c078d00fe503)) </details> <details> <summary>expressjs/express (express)</summary> ### [`v5.1.0`](https://github.com/expressjs/express/blob/HEAD/History.md#510--2025-03-31) [Compare Source](https://github.com/expressjs/express/compare/v5.0.1...v5.1.0) \======================== - Add support for `Uint8Array` in `res.send()` - Add support for ETag option in `res.sendFile()` - Add support for multiple links with the same rel in `res.links()` - Add funding field to package.json - perf: use loop for acceptParams - refactor: prefix built-in node module imports - deps: remove `setprototypeof` - deps: remove `safe-buffer` - deps: remove `utils-merge` - deps: remove `methods` - deps: remove `depd` - deps: `debug@^4.4.0` - deps: `body-parser@^2.2.0` - deps: `router@^2.2.0` - deps: `content-type@^1.0.5` - deps: `finalhandler@^2.1.0` - deps: `qs@^6.14.0` - deps: `server-static@2.2.0` - deps: `type-is@2.0.1` ### [`v5.0.1`](https://github.com/expressjs/express/blob/HEAD/History.md#501--2024-10-08) [Compare Source](https://github.com/expressjs/express/compare/v5.0.0...v5.0.1) \========== - Update `cookie` semver lock to address [CVE-2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) ### [`v5.0.0`](https://github.com/expressjs/express/blob/HEAD/History.md#500--2024-09-10) [Compare Source](https://github.com/expressjs/express/compare/4.21.2...v5.0.0) \========================= - remove: - `path-is-absolute` dependency - use `path.isAbsolute` instead - breaking: - `res.status()` accepts only integers, and input must be greater than 99 and less than 1000 - will throw a `RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.` for inputs outside this range - will throw a `TypeError: Invalid status code: ${code}. Status code must be an integer.` for non integer inputs - deps: send@1.0.0 - `res.redirect('back')` and `res.location('back')` is no longer a supported magic string, explicitly use `req.get('Referrer') || '/'`. - change: - `res.clearCookie` will ignore user provided `maxAge` and `expires` options - deps: cookie-signature@^1.2.1 - deps: debug@4.3.6 - deps: merge-descriptors@^2.0.0 - deps: serve-static@^2.1.0 - deps: qs@6.13.0 - deps: accepts@^2.0.0 - deps: mime-types@^3.0.0 - `application/javascript` => `text/javascript` - deps: type-is@^2.0.0 - deps: content-disposition@^1.0.0 - deps: finalhandler@^2.0.0 - deps: fresh@^2.0.0 - deps: body-parser@^2.0.1 - deps: send@^1.1.0 </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.8.7`](https://github.com/mswjs/msw/releases/tag/v2.8.7) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.6...v2.8.7) #### v2.8.7 (2025-05-31) ##### Bug Fixes - update links to the documentation ([#&#8203;2519](https://github.com/mswjs/msw/issues/2519)) ([`56f24d5`](https://github.com/mswjs/msw/commit/56f24d52a8dd6510d7430b9b2de5a816db1d8c9e)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.6`](https://github.com/mswjs/msw/releases/tag/v2.8.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.5...v2.8.6) #### v2.8.6 (2025-05-29) ##### Bug Fixes - **browser:** set the default entrypoint to commonjs ([#&#8203;2516](https://github.com/mswjs/msw/issues/2516)) ([`ee44fab`](https://github.com/mswjs/msw/commit/ee44fab147c83d45095bd2c14fdfffbff876d721)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.5`](https://github.com/mswjs/msw/releases/tag/v2.8.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.4...v2.8.5) #### v2.8.5 (2025-05-27) ##### Bug Fixes - **HttpResponse:** strictly annotate all response methods ([#&#8203;2509](https://github.com/mswjs/msw/issues/2509)) ([`2cdc2b1`](https://github.com/mswjs/msw/commit/2cdc2b1d4436e600f00a54568ae5999a0dc97b77)) [@&#8203;kettanaito](https://github.com/kettanaito) - update `@mswjs/interceptors` to 0.38.7 ([#&#8203;2508](https://github.com/mswjs/msw/issues/2508)) ([`b06fd0e`](https://github.com/mswjs/msw/commit/b06fd0e83af70a94303489062de7a5c49fb80ae7)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.4`](https://github.com/mswjs/msw/releases/tag/v2.8.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.3...v2.8.4) #### v2.8.4 (2025-05-19) ##### Bug Fixes - support nullable GraphQL queries ([#&#8203;2403](https://github.com/mswjs/msw/issues/2403)) ([`594e8ca`](https://github.com/mswjs/msw/commit/594e8ca16b53294900ca26150eeba42ea9d686e5)) [@&#8203;huuyafwww](https://github.com/huuyafwww) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.3`](https://github.com/mswjs/msw/releases/tag/v2.8.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.2...v2.8.3) #### v2.8.3 (2025-05-17) ##### Bug Fixes - **HttpResponse:** export `StrictResponse` type again with added deprecation notice ([#&#8203;2500](https://github.com/mswjs/msw/issues/2500)) ([`a5bbe97`](https://github.com/mswjs/msw/commit/a5bbe977481139ce0ea34d065054e76e75befa7a)) [@&#8203;christoph-fricke](https://github.com/christoph-fricke) ### [`v2.8.2`](https://github.com/mswjs/msw/releases/tag/v2.8.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.1...v2.8.2) #### v2.8.2 (2025-05-09) ##### Bug Fixes - catch `postinstall` errors ([#&#8203;2498](https://github.com/mswjs/msw/issues/2498)) ([`6d3013c`](https://github.com/mswjs/msw/commit/6d3013c62cc2217231bed02722ee5f63fb6c4513)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.1`](https://github.com/mswjs/msw/releases/tag/v2.8.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.0...v2.8.1) #### v2.8.1 (2025-05-09) ##### Bug Fixes - do not append `.mjs` to `.d.ts` core imports ([#&#8203;2496](https://github.com/mswjs/msw/issues/2496)) ([`6ae6b29`](https://github.com/mswjs/msw/commit/6ae6b2930da292a4fb6cdd00c572bf9b4aaa1383)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.8.0`](https://github.com/mswjs/msw/releases/tag/v2.8.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.7.6...v2.8.0) #### v2.8.0 (2025-05-08) ##### Features - support typescript 5.6 - 5.8 ([#&#8203;2493](https://github.com/mswjs/msw/issues/2493)) ([`3fce594`](https://github.com/mswjs/msw/commit/3fce59462cb302ec3472218a19ad5dc4bb5020e9)) [@&#8203;kettanaito](https://github.com/kettanaito) - migrate to ESM internally, remain CJS-first ([#&#8203;2490](https://github.com/mswjs/msw/issues/2490)) ([`17d553b`](https://github.com/mswjs/msw/commit/17d553ba9a20967f739cea5c869904f91b7d2691)) [@&#8203;kettanaito](https://github.com/kettanaito) [@&#8203;Andarist](https://github.com/Andarist) - **SetupServerApi:** allow using custom interceptors ([#&#8203;2464](https://github.com/mswjs/msw/issues/2464)) ([`0cc656a`](https://github.com/mswjs/msw/commit/0cc656ab64c13e5113d0575c9c1be64a6e80ce2d)) [@&#8203;tastypackets](https://github.com/tastypackets) [@&#8203;kettanaito](https://github.com/kettanaito) - **HttpResponse:** support explicitly empty response body via `null` type argument ([#&#8203;2118](https://github.com/mswjs/msw/issues/2118)) ([`50ce6a4`](https://github.com/mswjs/msw/commit/50ce6a4682aa7200e510f286fdad5803e23fc27b)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.7.6`](https://github.com/mswjs/msw/releases/tag/v2.7.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.7.5...v2.7.6) #### v2.7.6 (2025-05-05) ##### Bug Fixes - remove unused dependencies ([#&#8203;2484](https://github.com/mswjs/msw/issues/2484)) ([`436cbcb`](https://github.com/mswjs/msw/commit/436cbcb33bddeb2daa4dce9d5a43d6b7e7b96b92)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.7.5`](https://github.com/mswjs/msw/releases/tag/v2.7.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.7.4...v2.7.5) #### v2.7.5 (2025-04-18) ##### Bug Fixes - **ws:** ignore `/socket.io/` path prefix during url matching ([#&#8203;2476](https://github.com/mswjs/msw/issues/2476)) ([`69ae82d`](https://github.com/mswjs/msw/commit/69ae82d866aedbe4d72ae1914805798dc14e94d4)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.7.4`](https://github.com/mswjs/msw/releases/tag/v2.7.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.7.3...v2.7.4) #### v2.7.4 (2025-04-12) ##### Bug Fixes - resolve relative URLs against `location.href` ([#&#8203;2471](https://github.com/mswjs/msw/issues/2471)) ([`fa9b07f`](https://github.com/mswjs/msw/commit/fa9b07f7b98ed2f5e2ef53a5ee0c2daa6770a256)) [@&#8203;kettanaito](https://github.com/kettanaito) - **graphql:** add `extensions` property to the `GraphQLResponseBody` type ([#&#8203;2468](https://github.com/mswjs/msw/issues/2468)) ([`827a5dc`](https://github.com/mswjs/msw/commit/827a5dc0552f0c07822c0b178c85d6bca3d3bd6c)) [@&#8203;ytoshiki](https://github.com/ytoshiki) </details> <details> <summary>brianc/node-postgres (pg)</summary> ### [`v8.16.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8160) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.15.6...pg@8.16.0) - Add support for [min connection pool size](https://github.com/brianc/node-postgres/pull/3438). ### [`v8.15.6`](https://github.com/brianc/node-postgres/compare/pg@8.15.5...pg@8.15.6) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.15.5...pg@8.15.6) ### [`v8.15.5`](https://github.com/brianc/node-postgres/compare/pg@8.15.2...pg@8.15.5) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.15.2...pg@8.15.5) ### [`v8.15.2`](https://github.com/brianc/node-postgres/compare/pg@8.15.1...pg@8.15.2) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.15.1...pg@8.15.2) ### [`v8.15.1`](https://github.com/brianc/node-postgres/compare/pg@8.15.0...pg@8.15.1) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.15.0...pg@8.15.1) ### [`v8.15.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8150) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.14.1...pg@8.15.0) - Add support for [esm](https://github.com/brianc/node-postgres/pull/3423) importing. CommonJS importing is still also supported. ### [`v8.14.1`](https://github.com/brianc/node-postgres/compare/pg@8.14.0...pg@8.14.1) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.14.0...pg@8.14.1) ### [`v8.14.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8140) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.13.3...pg@8.14.0) - Add support from SCRAM-SAH-256-PLUS i.e. [channel binding](https://github.com/brianc/node-postgres/pull/3356). </details> <details> <summary>bahmutov/start-server-and-test (start-server-and-test)</summary> ### [`v2.0.12`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.12) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.11...v2.0.12) ##### Bug Fixes - **deps:** update dependency debug to v4.4.1 ([#&#8203;403](https://github.com/bahmutov/start-server-and-test/issues/403)) ([b3b82c0](https://github.com/bahmutov/start-server-and-test/commit/b3b82c0720a986bafd87c97f9ba2a86f921c6c19)) ### [`v2.0.11`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.11) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.10...v2.0.11) ##### Bug Fixes - **deps:** update dependency wait-on to v8.0.3 ([#&#8203;400](https://github.com/bahmutov/start-server-and-test/issues/400)) ([005ee08](https://github.com/bahmutov/start-server-and-test/commit/005ee084a35b76b7e4a79cf7e66fa9ada19f4d15)) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.8.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.8.3): TypeScript 5.8.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/). - [fixed issues query for Typescript 5.8.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) </details> --- ### 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](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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-25 23:26:19 +01:00
kjuulh force-pushed renovate/all from cb8ce982da to 53a1dd3e42 2025-03-26 14:51:52 +01:00 Compare
kjuulh force-pushed renovate/all from 53a1dd3e42 to 8961ec8330 2025-03-27 04:26:27 +01:00 Compare
kjuulh force-pushed renovate/all from 8961ec8330 to 0d7fbcdeac 2025-03-28 23:06:15 +01:00 Compare
kjuulh force-pushed renovate/all from 0d7fbcdeac to ef3e3c597a 2025-04-01 02:02:16 +02:00 Compare
kjuulh force-pushed renovate/all from ef3e3c597a to 11e5ecce2e 2025-04-02 02:02:28 +02:00 Compare
kjuulh force-pushed renovate/all from 11e5ecce2e to 904bd5ade4 2025-04-03 02:02:13 +02:00 Compare
kjuulh force-pushed renovate/all from 904bd5ade4 to 5264e7e185 2025-04-04 02:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from 5264e7e185 to cd8f67ecaf 2025-04-05 05:02:28 +02:00 Compare
kjuulh force-pushed renovate/all from cd8f67ecaf to 1467c1971f 2025-04-06 02:02:08 +02:00 Compare
kjuulh force-pushed renovate/all from 1467c1971f to cae21da5ac 2025-04-06 05:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from cae21da5ac to 184f93e434 2025-04-07 02:02:24 +02:00 Compare
kjuulh force-pushed renovate/all from 184f93e434 to 6390c93548 2025-04-07 05:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from 6390c93548 to 885331aeb4 2025-04-08 02:02:25 +02:00 Compare
kjuulh force-pushed renovate/all from 885331aeb4 to 3231ddb109 2025-04-08 05:02:26 +02:00 Compare
kjuulh force-pushed renovate/all from 3231ddb109 to d0e04618b8 2025-04-09 02:02:27 +02:00 Compare
kjuulh force-pushed renovate/all from d0e04618b8 to aac54000d6 2025-04-09 05:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from aac54000d6 to 22679968d7 2025-04-10 02:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from 22679968d7 to 11a654eb2b 2025-04-10 05:02:12 +02:00 Compare
kjuulh force-pushed renovate/all from 11a654eb2b to 75db0aa715 2025-04-11 02:02:39 +02:00 Compare
kjuulh force-pushed renovate/all from 75db0aa715 to 18f83a396b 2025-04-11 05:02:35 +02:00 Compare
kjuulh force-pushed renovate/all from 18f83a396b to dcee420679 2025-04-12 02:02:36 +02:00 Compare
kjuulh force-pushed renovate/all from dcee420679 to bc2e55f4ef 2025-04-12 05:02:35 +02:00 Compare
kjuulh force-pushed renovate/all from bc2e55f4ef to c87613c7ce 2025-04-13 02:03:12 +02:00 Compare
kjuulh force-pushed renovate/all from c87613c7ce to 7d58ef8f45 2025-04-13 05:02:34 +02:00 Compare
kjuulh force-pushed renovate/all from 7d58ef8f45 to cce6e54508 2025-04-14 02:02:15 +02:00 Compare
kjuulh force-pushed renovate/all from cce6e54508 to 3a4d915524 2025-04-14 05:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from 3a4d915524 to 9b05d47253 2025-04-15 02:02:37 +02:00 Compare
kjuulh force-pushed renovate/all from 9b05d47253 to 811163401a 2025-04-15 05:02:39 +02:00 Compare
kjuulh force-pushed renovate/all from 811163401a to e45965a112 2025-04-16 02:02:30 +02:00 Compare
kjuulh force-pushed renovate/all from e45965a112 to 721ddf137c 2025-04-16 05:02:32 +02:00 Compare
kjuulh force-pushed renovate/all from 721ddf137c to 58067ebd03 2025-04-17 02:02:10 +02:00 Compare
kjuulh force-pushed renovate/all from 58067ebd03 to 3279766309 2025-04-17 05:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from 3279766309 to 98323de419 2025-04-18 02:02:49 +02:00 Compare
kjuulh force-pushed renovate/all from 98323de419 to 086338eeaf 2025-04-18 05:02:17 +02:00 Compare
kjuulh force-pushed renovate/all from 086338eeaf to e602b78c07 2025-04-19 02:02:42 +02:00 Compare
kjuulh force-pushed renovate/all from e602b78c07 to 89eac5ac56 2025-04-19 05:02:30 +02:00 Compare
kjuulh force-pushed renovate/all from 89eac5ac56 to d3cd3b8f6f 2025-04-20 02:02:33 +02:00 Compare
kjuulh force-pushed renovate/all from d3cd3b8f6f to 264ee367b2 2025-04-20 05:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from 264ee367b2 to f7083d0cc9 2025-04-21 02:02:32 +02:00 Compare
kjuulh force-pushed renovate/all from f7083d0cc9 to 5e66b2416a 2025-04-21 05:02:06 +02:00 Compare
kjuulh force-pushed renovate/all from 5e66b2416a to 7da1ed1c3f 2025-04-22 02:02:33 +02:00 Compare
kjuulh force-pushed renovate/all from 7da1ed1c3f to 286a2b7980 2025-04-22 05:02:35 +02:00 Compare
kjuulh force-pushed renovate/all from 286a2b7980 to ae36e6f4af 2025-04-23 02:02:41 +02:00 Compare
kjuulh force-pushed renovate/all from ae36e6f4af to d67810ceb8 2025-04-23 05:02:38 +02:00 Compare
kjuulh force-pushed renovate/all from d67810ceb8 to e751898cf6 2025-04-24 02:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from e751898cf6 to 0a441f74ea 2025-04-24 05:02:12 +02:00 Compare
kjuulh force-pushed renovate/all from 0a441f74ea to cbb66409bb 2025-04-25 02:02:49 +02:00 Compare
kjuulh force-pushed renovate/all from cbb66409bb to 52c39015e0 2025-04-25 05:02:27 +02:00 Compare
kjuulh force-pushed renovate/all from 52c39015e0 to ae5da9a3e7 2025-04-26 02:02:30 +02:00 Compare
kjuulh force-pushed renovate/all from ae5da9a3e7 to 9442a4ff1f 2025-04-26 05:02:32 +02:00 Compare
kjuulh force-pushed renovate/all from 9442a4ff1f to 9080486ebb 2025-04-27 02:02:16 +02:00 Compare
kjuulh force-pushed renovate/all from 9080486ebb to 64a32b1cf6 2025-04-27 05:02:19 +02:00 Compare
kjuulh force-pushed renovate/all from 64a32b1cf6 to 87f0834d08 2025-04-28 02:02:36 +02:00 Compare
kjuulh force-pushed renovate/all from 87f0834d08 to 8de3f85aaa 2025-04-28 05:02:19 +02:00 Compare
kjuulh force-pushed renovate/all from 8de3f85aaa to 1a5001912f 2025-04-29 02:02:39 +02:00 Compare
kjuulh force-pushed renovate/all from 1a5001912f to a9b674e1e2 2025-04-29 05:02:32 +02:00 Compare
kjuulh force-pushed renovate/all from a9b674e1e2 to 91a1de5f18 2025-04-30 02:02:32 +02:00 Compare
kjuulh force-pushed renovate/all from 91a1de5f18 to 9fc85d4061 2025-04-30 05:02:26 +02:00 Compare
kjuulh force-pushed renovate/all from 9fc85d4061 to 52939ddffd 2025-05-01 02:02:15 +02:00 Compare
kjuulh force-pushed renovate/all from 52939ddffd to 8863ad2701 2025-05-01 05:02:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8863ad2701 to 8e27fe1667 2025-05-02 02:02:29 +02:00 Compare
kjuulh force-pushed renovate/all from 8e27fe1667 to 1ca92c9ec1 2025-05-02 05:02:34 +02:00 Compare
kjuulh force-pushed renovate/all from 1ca92c9ec1 to 987578cd99 2025-05-03 02:02:45 +02:00 Compare
kjuulh force-pushed renovate/all from 987578cd99 to 4be8abf66e 2025-05-03 05:02:29 +02:00 Compare
kjuulh force-pushed renovate/all from 4be8abf66e to fdfddb0af7 2025-05-04 02:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from fdfddb0af7 to 9584a4b149 2025-05-04 05:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from 9584a4b149 to ac66bb6cf0 2025-05-05 02:02:20 +02:00 Compare
kjuulh force-pushed renovate/all from ac66bb6cf0 to c64b94ac4c 2025-05-05 05:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from c64b94ac4c to cf5ff6fe1a 2025-05-06 02:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from cf5ff6fe1a to 060de80ee9 2025-05-06 05:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from 060de80ee9 to b10d03cb4e 2025-05-07 02:02:43 +02:00 Compare
kjuulh force-pushed renovate/all from b10d03cb4e to 5bd5d702a2 2025-05-07 05:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from 5bd5d702a2 to c2b0070fad 2025-05-08 02:02:33 +02:00 Compare
kjuulh force-pushed renovate/all from c2b0070fad to 4f57418401 2025-05-08 05:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from 4f57418401 to d05ed6c0a9 2025-05-09 02:02:25 +02:00 Compare
kjuulh force-pushed renovate/all from d05ed6c0a9 to af6922f36a 2025-05-09 05:02:20 +02:00 Compare
kjuulh force-pushed renovate/all from af6922f36a to f6795fa7e0 2025-05-10 02:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from f6795fa7e0 to d569b9f921 2025-05-10 05:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from d569b9f921 to a317415a3b 2025-05-11 02:02:21 +02:00 Compare
kjuulh force-pushed renovate/all from a317415a3b to 8725723e16 2025-05-11 05:02:18 +02:00 Compare
kjuulh force-pushed renovate/all from 8725723e16 to de6c2a4cba 2025-05-12 02:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from de6c2a4cba to d203bf4763 2025-05-12 05:02:22 +02:00 Compare
kjuulh force-pushed renovate/all from d203bf4763 to 5d81b4fa37 2025-05-13 02:02:24 +02:00 Compare
kjuulh force-pushed renovate/all from 5d81b4fa37 to c644fa1c7f 2025-05-13 05:02:20 +02:00 Compare
kjuulh force-pushed renovate/all from c644fa1c7f to a3cef01f79 2025-05-14 02:02:20 +02:00 Compare
kjuulh force-pushed renovate/all from a3cef01f79 to 3f807eb136 2025-05-14 05:02:25 +02:00 Compare
kjuulh force-pushed renovate/all from 3f807eb136 to dce864af51 2025-05-15 02:02:19 +02:00 Compare
kjuulh force-pushed renovate/all from dce864af51 to 4d8622aed5 2025-05-15 05:02:16 +02:00 Compare
kjuulh force-pushed renovate/all from 4d8622aed5 to 47199dcdaf 2025-05-17 02:02:10 +02:00 Compare
kjuulh force-pushed renovate/all from 47199dcdaf to c1b3bbb5e7 2025-05-17 05:02:09 +02:00 Compare
kjuulh force-pushed renovate/all from c1b3bbb5e7 to 4be1802de6 2025-05-18 02:02:05 +02:00 Compare
kjuulh force-pushed renovate/all from 4be1802de6 to 937c9064c3 2025-05-18 05:02:17 +02:00 Compare
kjuulh force-pushed renovate/all from 937c9064c3 to 9d046e3629 2025-05-19 02:02:05 +02:00 Compare
kjuulh force-pushed renovate/all from 9d046e3629 to 0ff9146d66 2025-05-19 05:02:08 +02:00 Compare
kjuulh force-pushed renovate/all from 0ff9146d66 to 858c0f7137 2025-05-20 02:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from 858c0f7137 to 0c6b7b31f0 2025-05-20 05:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from 0c6b7b31f0 to 2fdaa9460f 2025-05-21 02:02:08 +02:00 Compare
kjuulh force-pushed renovate/all from 2fdaa9460f to 0e7d79a113 2025-05-21 05:02:02 +02:00 Compare
kjuulh force-pushed renovate/all from 0e7d79a113 to ca911d62dd 2025-05-22 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from ca911d62dd to b2daa36feb 2025-05-22 05:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from b2daa36feb to 7693c02beb 2025-05-23 02:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from 7693c02beb to d93b742d89 2025-05-23 05:01:57 +02:00 Compare
kjuulh force-pushed renovate/all from d93b742d89 to 59ae465e5a 2025-05-24 02:02:06 +02:00 Compare
kjuulh force-pushed renovate/all from 59ae465e5a to 83b487bfe0 2025-05-24 05:01:58 +02:00 Compare
kjuulh force-pushed renovate/all from 83b487bfe0 to aaf38fcbae 2025-05-25 02:02:02 +02:00 Compare
kjuulh force-pushed renovate/all from aaf38fcbae to e44742ce57 2025-05-25 05:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from e44742ce57 to 51b2f01498 2025-05-26 02:02:03 +02:00 Compare
kjuulh force-pushed renovate/all from 51b2f01498 to fb5668ab36 2025-05-26 05:02:03 +02:00 Compare
kjuulh force-pushed renovate/all from fb5668ab36 to 715cb37028 2025-05-27 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 715cb37028 to 7e5cba2d4a 2025-05-27 05:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7e5cba2d4a to 512ca2f77a 2025-05-28 02:02:16 +02:00 Compare
kjuulh force-pushed renovate/all from 512ca2f77a to 62550d1cec 2025-05-28 05:01:53 +02:00 Compare
kjuulh force-pushed renovate/all from 62550d1cec to 6695f57809 2025-05-29 02:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from 6695f57809 to 35c978eca7 2025-05-29 05:01:54 +02:00 Compare
kjuulh force-pushed renovate/all from 35c978eca7 to 1633dd2aa1 2025-05-30 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 1633dd2aa1 to a55bf849af 2025-05-30 05:01:59 +02:00 Compare
kjuulh force-pushed renovate/all from a55bf849af to 3275a7cabf 2025-05-31 02:02:09 +02:00 Compare
kjuulh force-pushed renovate/all from 3275a7cabf to 366072b6f9 2025-05-31 05:01:53 +02:00 Compare
kjuulh force-pushed renovate/all from 366072b6f9 to 11e1963aa1 2025-06-01 02:02:05 +02:00 Compare
kjuulh force-pushed renovate/all from 11e1963aa1 to 007d8b757d 2025-06-01 05:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 007d8b757d to 39b15d4194 2025-06-02 02:02:03 +02:00 Compare
kjuulh force-pushed renovate/all from 39b15d4194 to 0cebcd4cf1 2025-06-02 05:01:55 +02:00 Compare
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/backstage#142
No description provided.