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.42
@types/express (source) devDependencies patch 5.0.0 -> 5.0.3
@types/express-serve-static-core (source) devDependencies patch 5.0.6 -> 5.0.7
@types/luxon (source) devDependencies minor 3.4.2 -> 3.6.2
@types/node (source) devDependencies minor 22.13.9 -> 22.16.3
better-sqlite3 devDependencies major ^11.0.0 -> ^12.0.0
concurrently devDependencies minor 9.1.2 -> 9.2.0
cypress (source) devDependencies minor 14.1.0 -> 14.5.1
dockerode dependencies patch 4.0.4 -> 4.0.7
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.10.4
pg (source) dependencies minor 8.13.3 -> 8.16.3
prettier (source) devDependencies minor 3.5.3 -> 3.6.2
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)

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

Full 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

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

open-cli-tools/concurrently (concurrently)

v9.2.0

Compare Source

What's Changed

New 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
  • 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.10.4

Compare Source

v2.10.4 (2025-07-12)

Bug Fixes

v2.10.3

Compare Source

v2.10.3 (2025-07-04)

Bug Fixes

v2.10.2

Compare Source

v2.10.2 (2025-06-09)

Bug Fixes

v2.10.1

Compare Source

v2.10.1 (2025-06-07)

Bug Fixes

v2.10.0

Compare Source

v2.10.0 (2025-06-07)

Features

v2.9.0

Compare Source

v2.9.0 (2025-06-03)

Features

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

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

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)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
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 close
them.

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.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.42`](https://renovatebot.com/diffs/npm/@types%2fdockerode/3.3.35/3.3.42) | | [@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.3`](https://renovatebot.com/diffs/npm/@types%2fexpress/5.0.0/5.0.3) | | [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core)) | devDependencies | patch | [`5.0.6` -> `5.0.7`](https://renovatebot.com/diffs/npm/@types%2fexpress-serve-static-core/5.0.6/5.0.7) | | [@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.16.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.13.9/22.16.3) | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | devDependencies | major | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/better-sqlite3/11.8.1/12.2.0) | | [concurrently](https://github.com/open-cli-tools/concurrently) | devDependencies | minor | [`9.1.2` -> `9.2.0`](https://renovatebot.com/diffs/npm/concurrently/9.1.2/9.2.0) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`14.1.0` -> `14.5.1`](https://renovatebot.com/diffs/npm/cypress/14.1.0/14.5.1) | | [dockerode](https://github.com/apocas/dockerode) | dependencies | patch | [`4.0.4` -> `4.0.7`](https://renovatebot.com/diffs/npm/dockerode/4.0.4/4.0.7) | | [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.1.0) | | [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.10.4`](https://renovatebot.com/diffs/npm/msw/2.7.3/2.10.4) | | [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.3`](https://renovatebot.com/diffs/npm/pg/8.13.3/8.16.3) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.5.3` -> `3.6.2`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.2) | | [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> ### [`v12.2.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v12.2.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v12.1.1...v12.2.0) #### What's Changed - Update SQLite to version 3.50.2 in https://github.com/WiseLibs/better-sqlite3/pull/1387 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v12.1.1...v12.2.0 ### [`v12.1.1`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v12.1.1) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v12.1.0...v12.1.1) #### What's Changed - Add support for electron `v37` prebuilds by [@&#8203;m4heshd](https://github.com/m4heshd) in https://github.com/WiseLibs/better-sqlite3/pull/1386 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v12.1.0...v12.1.1 ### [`v12.1.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v12.1.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v12.0.0...v12.1.0) #### What's Changed - Use node-abi 4.9.0 by [@&#8203;neoxpert](https://github.com/neoxpert) in https://github.com/WiseLibs/better-sqlite3/pull/1385 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v12.0.0...v12.1.0 ### [`v12.0.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v12.0.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.10.0...v12.0.0) #### What's Changed - BREAKING CHANGE: drop EOL Node.js v18 and Electron v26, v27, and v28. Add node v24 to build matrix. by [@&#8203;mceachen](https://github.com/mceachen) in https://github.com/WiseLibs/better-sqlite3/pull/1371 - Use correct flag to determine if V8 Sandboxing is enabled by [@&#8203;malshoff](https://github.com/malshoff) in https://github.com/WiseLibs/better-sqlite3/pull/1373 #### New Contributors - [@&#8203;malshoff](https://github.com/malshoff) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1373 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.10.0...v12.0.0 ### [`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>open-cli-tools/concurrently (concurrently)</summary> ### [`v9.2.0`](https://github.com/open-cli-tools/concurrently/releases/tag/v9.2.0) [Compare Source](https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0) #### What's Changed - Bump esbuild from 0.23.1 to 0.25.0 in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-cli-tools/concurrently/pull/528 - fix: don't throw when there are no commands by [@&#8203;gustavohenke](https://github.com/gustavohenke) in https://github.com/open-cli-tools/concurrently/pull/532 - docs: nicer quotes by [@&#8203;IsaacLeeWebDev](https://github.com/IsaacLeeWebDev) in https://github.com/open-cli-tools/concurrently/pull/537 - Add `--kill-timeout` by [@&#8203;gustavohenke](https://github.com/gustavohenke) in https://github.com/open-cli-tools/concurrently/pull/540 - docs: fix typo by [@&#8203;ldeveber](https://github.com/ldeveber) in https://github.com/open-cli-tools/concurrently/pull/542 - fix: correct typos in comments and documentation by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/544 - refactor: use startsWith & simplify boolean expression by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/543 - refactor: use optional chaining by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/545 - Handle SIGPIPEs by [@&#8203;gustavohenke](https://github.com/gustavohenke) in https://github.com/open-cli-tools/concurrently/pull/547 - refactor: fix map and reduce as return values are not used by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/546 - docs: fix typos in docs by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/548 - chore: update jest from v29 to v30 by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/549 - chore: update [@&#8203;types/jest](https://github.com/types/jest) from v29 to v30 by [@&#8203;noritaka1166](https://github.com/noritaka1166) in https://github.com/open-cli-tools/concurrently/pull/550 #### New Contributors - [@&#8203;IsaacLeeWebDev](https://github.com/IsaacLeeWebDev) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/537 - [@&#8203;ldeveber](https://github.com/ldeveber) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/542 - [@&#8203;noritaka1166](https://github.com/noritaka1166) made their first contribution in https://github.com/open-cli-tools/concurrently/pull/544 **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0 </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v14.5.1`](https://github.com/cypress-io/cypress/releases/tag/v14.5.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.5.0...v14.5.1) Changelog: https://docs.cypress.io/app/references/changelog#14-5-1 ### [`v14.5.0`](https://github.com/cypress-io/cypress/releases/tag/v14.5.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.4.1...v14.5.0) Changelog: https://docs.cypress.io/app/references/changelog#14-5-0 ### [`v14.4.1`](https://github.com/cypress-io/cypress/releases/tag/v14.4.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v14.4.0...v14.4.1) Changelog: https://docs.cypress.io/app/references/changelog#14-4-1 ### [`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.7`](https://github.com/apocas/dockerode/releases/tag/v4.0.7) [Compare Source](https://github.com/apocas/dockerode/compare/v4.0.6...v4.0.7) #### What's Changed - Bump tar-fs from 2.1.2 to 2.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/apocas/dockerode/pull/808 **Full Changelog**: https://github.com/apocas/dockerode/compare/v4.0.6...v4.0.7 ### [`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.1.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v5.1.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.1...v5.1.0) ##### Features - publish only core files to npm package ([#&#8203;263](https://github.com/cypress-io/eslint-plugin-cypress/issues/263)) ([e622a58](https://github.com/cypress-io/eslint-plugin-cypress/commit/e622a58bf7882ad00cd928dc7e83b2660b33483a)) ### [`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.10.4`](https://github.com/mswjs/msw/releases/tag/v2.10.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.3...v2.10.4) #### v2.10.4 (2025-07-12) ##### Bug Fixes - **HttpHandler:** use correct query parameters docs link ([#&#8203;2547](https://github.com/mswjs/msw/issues/2547)) ([`6cdce81`](https://github.com/mswjs/msw/commit/6cdce81de5576e5049899a729ab3a1424550c003)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.3`](https://github.com/mswjs/msw/releases/tag/v2.10.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.2...v2.10.3) #### v2.10.3 (2025-07-04) ##### Bug Fixes - **ws:** support `resolutionContext` on `parse` and `run` ([#&#8203;2544](https://github.com/mswjs/msw/issues/2544)) ([`0245685`](https://github.com/mswjs/msw/commit/024568571990b6068601a0ba9f03e143ccbbfffb)) [@&#8203;kettanaito](https://github.com/kettanaito) - **getResponse:** support `resolutionContext` argument ([#&#8203;2543](https://github.com/mswjs/msw/issues/2543)) ([`ce3ab1f`](https://github.com/mswjs/msw/commit/ce3ab1fdd3b353d6a1d8db3c69532bde44483a8a)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.2`](https://github.com/mswjs/msw/releases/tag/v2.10.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.1...v2.10.2) #### v2.10.2 (2025-06-09) ##### Bug Fixes - **TypeScript:** support `Response.error()` and `HttpResponse.error()` as mocked responses ([#&#8203;2132](https://github.com/mswjs/msw/issues/2132)) ([`72cc8dd`](https://github.com/mswjs/msw/commit/72cc8ddac8f030f747b674148b03e5a025e412d2)) [@&#8203;jacquesg](https://github.com/jacquesg) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.1`](https://github.com/mswjs/msw/releases/tag/v2.10.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.0...v2.10.1) #### v2.10.1 (2025-06-07) ##### Bug Fixes - update `@mswjs/interceptors` to support WebSocket server protocol ([#&#8203;2528](https://github.com/mswjs/msw/issues/2528)) ([`6704fa0`](https://github.com/mswjs/msw/commit/6704fa042a3eaa71b68eb7b9028a7464b2b30cef)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.0`](https://github.com/mswjs/msw/releases/tag/v2.10.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.9.0...v2.10.0) #### v2.10.0 (2025-06-07) ##### Features - **WebSocketHandler:** add `run` method ([#&#8203;2527](https://github.com/mswjs/msw/issues/2527)) ([`94fc78e`](https://github.com/mswjs/msw/commit/94fc78ea50bd8c3334945d3047650c8b82c2f754)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.9.0`](https://github.com/mswjs/msw/releases/tag/v2.9.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.8.7...v2.9.0) #### v2.9.0 (2025-06-03) ##### Features - send `request` reference within the `RESPONSE` event ([#&#8203;2510](https://github.com/mswjs/msw/issues/2510)) ([`4256351`](https://github.com/mswjs/msw/commit/425635161dddb3457eea37b996b41b7c731fc69f)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`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.3`](https://github.com/brianc/node-postgres/compare/pg@8.16.2...pg@8.16.3) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.16.2...pg@8.16.3) ### [`v8.16.2`](https://github.com/brianc/node-postgres/compare/pg@8.16.1...pg@8.16.2) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.16.1...pg@8.16.2) ### [`v8.16.1`](https://github.com/brianc/node-postgres/compare/pg@8.16.0...pg@8.16.1) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.16.0...pg@8.16.1) ### [`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>prettier/prettier (prettier)</summary> ### [`v3.6.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#362) [Compare Source](https://github.com/prettier/prettier/compare/3.6.1...3.6.2) [diff](https://github.com/prettier/prettier/compare/3.6.1...3.6.2) ##### Markdown: Add missing blank line around code block ([#&#8203;17675](https://github.com/prettier/prettier/pull/17675) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ````md <!-- Input --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List <!-- Prettier 3.6.1 --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List <!-- Prettier 3.6.2 --> 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List ```` ### [`v3.6.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#361) [Compare Source](https://github.com/prettier/prettier/compare/3.6.0...3.6.1) [diff](https://github.com/prettier/prettier/compare/3.6.0...3.6.1) ##### TypeScript: Allow const without initializer ([#&#8203;17650](https://github.com/prettier/prettier/pull/17650), [#&#8203;17654](https://github.com/prettier/prettier/pull/17654) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input export const version: string; // Prettier 3.6.0 (--parser=babel-ts) SyntaxError: Unexpected token (1:21) > 1 | export const version: string; | ^ // Prettier 3.6.0 (--parser=oxc-ts) SyntaxError: Missing initializer in const declaration (1:14) > 1 | export const version: string; | ^^^^^^^^^^^^^^^ // Prettier 3.6.1 export const version: string; ``` ##### Miscellaneous: Avoid closing files multiple times ([#&#8203;17665](https://github.com/prettier/prettier/pull/17665) by [@&#8203;43081j](https://github.com/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 close them. ### [`v3.6.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#360) [Compare Source](https://github.com/prettier/prettier/compare/3.5.3...3.6.0) [diff](https://github.com/prettier/prettier/compare/3.5.3...3.6.0) 🔗 [Release Notes](https://prettier.io/blog/2025/06/23/3.6.0) </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
kjuulh force-pushed renovate/all from 0cebcd4cf1 to 5a54b05ac6 2025-06-03 02:02:12 +02:00 Compare
kjuulh force-pushed renovate/all from 5a54b05ac6 to bdb576b3ba 2025-06-03 05:01:58 +02:00 Compare
kjuulh force-pushed renovate/all from bdb576b3ba to a24d42ca2e 2025-06-04 02:02:04 +02:00 Compare
kjuulh force-pushed renovate/all from a24d42ca2e to dba455a9d7 2025-06-04 05:01:56 +02:00 Compare
kjuulh force-pushed renovate/all from dba455a9d7 to 041cdd3aa3 2025-06-05 02:02:08 +02:00 Compare
kjuulh force-pushed renovate/all from 041cdd3aa3 to 888967adf9 2025-06-05 05:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from 888967adf9 to 4c3b9159eb 2025-06-06 02:02:13 +02:00 Compare
kjuulh force-pushed renovate/all from 4c3b9159eb to 0e511c1bb8 2025-06-06 05:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from 0e511c1bb8 to fcad6212f0 2025-06-07 02:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from fcad6212f0 to cc54813042 2025-06-07 05:02:02 +02:00 Compare
kjuulh force-pushed renovate/all from cc54813042 to 918ae9de98 2025-06-08 02:01:54 +02:00 Compare
kjuulh force-pushed renovate/all from 918ae9de98 to ea5724d313 2025-06-08 05:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from ea5724d313 to 0a148d0fb7 2025-06-09 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 0a148d0fb7 to c6ffef84dc 2025-06-09 05:02:02 +02:00 Compare
kjuulh force-pushed renovate/all from c6ffef84dc to 67140f841e 2025-06-10 02:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from 67140f841e to 38ea03472e 2025-06-10 05:01:41 +02:00 Compare
kjuulh force-pushed renovate/all from 38ea03472e to 186b70c8ed 2025-06-11 02:01:53 +02:00 Compare
kjuulh force-pushed renovate/all from 186b70c8ed to 963a1e8858 2025-06-11 05:01:57 +02:00 Compare
kjuulh force-pushed renovate/all from 963a1e8858 to e573f76983 2025-06-12 02:02:07 +02:00 Compare
kjuulh force-pushed renovate/all from e573f76983 to 97329b8d79 2025-06-12 05:01:37 +02:00 Compare
kjuulh force-pushed renovate/all from 97329b8d79 to d73cbe54a1 2025-06-13 02:01:57 +02:00 Compare
kjuulh force-pushed renovate/all from d73cbe54a1 to 386b23c817 2025-06-13 05:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from 386b23c817 to 9d0cb25cbe 2025-06-18 02:01:53 +02:00 Compare
kjuulh force-pushed renovate/all from 9d0cb25cbe to 9bf51d04de 2025-06-18 05:01:39 +02:00 Compare
kjuulh force-pushed renovate/all from 9bf51d04de to a1383d1f61 2025-06-19 02:01:42 +02:00 Compare
kjuulh force-pushed renovate/all from a1383d1f61 to 1356b4d90f 2025-06-19 05:01:57 +02:00 Compare
kjuulh force-pushed renovate/all from 1356b4d90f to fcae9bfa61 2025-06-20 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from fcae9bfa61 to 33f3519e21 2025-06-20 05:01:37 +02:00 Compare
kjuulh force-pushed renovate/all from 33f3519e21 to 6a0c79a782 2025-06-21 02:01:40 +02:00 Compare
kjuulh force-pushed renovate/all from 6a0c79a782 to a8b237e39a 2025-06-21 05:01:35 +02:00 Compare
kjuulh force-pushed renovate/all from a8b237e39a to 12bbcc8c87 2025-06-22 02:01:36 +02:00 Compare
kjuulh force-pushed renovate/all from 12bbcc8c87 to 42ecd205c3 2025-06-22 05:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from 42ecd205c3 to 2ee8d8dcfd 2025-06-23 02:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from 2ee8d8dcfd to c0ba143b94 2025-06-23 05:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from c0ba143b94 to 7213dc8f48 2025-06-24 02:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7213dc8f48 to b839fd329e 2025-06-24 05:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from b839fd329e to ca1dfae7c4 2025-06-25 02:02:03 +02:00 Compare
kjuulh force-pushed renovate/all from ca1dfae7c4 to 76a13f3178 2025-06-25 05:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from 76a13f3178 to 24b5a33fc1 2025-06-26 02:01:42 +02:00 Compare
kjuulh force-pushed renovate/all from 24b5a33fc1 to dd45770bfa 2025-06-26 05:02:00 +02:00 Compare
kjuulh force-pushed renovate/all from dd45770bfa to 4821b5068a 2025-06-27 02:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from 4821b5068a to 914d6dc63b 2025-06-27 05:01:43 +02:00 Compare
kjuulh force-pushed renovate/all from 914d6dc63b to b67f0b5912 2025-06-28 02:01:49 +02:00 Compare
kjuulh force-pushed renovate/all from b67f0b5912 to cae4f95dc0 2025-06-28 05:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from cae4f95dc0 to 0b9a7ff0de 2025-06-29 02:01:41 +02:00 Compare
kjuulh force-pushed renovate/all from 0b9a7ff0de to fca9c64141 2025-06-29 05:01:36 +02:00 Compare
kjuulh force-pushed renovate/all from fca9c64141 to 30d8da9e26 2025-06-30 02:01:42 +02:00 Compare
kjuulh force-pushed renovate/all from 30d8da9e26 to a8a1448c86 2025-06-30 05:01:44 +02:00 Compare
kjuulh force-pushed renovate/all from a8a1448c86 to f9a5d44463 2025-07-01 02:01:47 +02:00 Compare
kjuulh force-pushed renovate/all from f9a5d44463 to 9ef269d423 2025-07-01 05:01:54 +02:00 Compare
kjuulh force-pushed renovate/all from 9ef269d423 to b96cdbb37b 2025-07-02 02:02:15 +02:00 Compare
kjuulh force-pushed renovate/all from b96cdbb37b to f04f3e4745 2025-07-02 05:02:01 +02:00 Compare
kjuulh force-pushed renovate/all from f04f3e4745 to ece96731e2 2025-07-03 02:01:43 +02:00 Compare
kjuulh force-pushed renovate/all from ece96731e2 to 15d8ccb02a 2025-07-03 05:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from 15d8ccb02a to e5f02657fa 2025-07-04 02:01:50 +02:00 Compare
kjuulh force-pushed renovate/all from e5f02657fa to 2d73bcf003 2025-07-04 05:01:48 +02:00 Compare
kjuulh force-pushed renovate/all from 2d73bcf003 to f5cd9e3714 2025-07-05 02:02:23 +02:00 Compare
kjuulh force-pushed renovate/all from f5cd9e3714 to 76eb95d516 2025-07-05 05:01:45 +02:00 Compare
kjuulh force-pushed renovate/all from 76eb95d516 to 865126d40c 2025-07-06 02:01:31 +02:00 Compare
kjuulh force-pushed renovate/all from 865126d40c to 681dd2bb5a 2025-07-06 05:01:31 +02:00 Compare
kjuulh force-pushed renovate/all from 681dd2bb5a to 238402c8ab 2025-07-07 02:01:46 +02:00 Compare
kjuulh force-pushed renovate/all from 238402c8ab to 7783e7a10e 2025-07-07 05:01:54 +02:00 Compare
kjuulh force-pushed renovate/all from 7783e7a10e to 31b7044283 2025-07-08 02:01:33 +02:00 Compare
kjuulh force-pushed renovate/all from 31b7044283 to 7917016c24 2025-07-08 05:01:42 +02:00 Compare
kjuulh force-pushed renovate/all from 7917016c24 to 793a0a6522 2025-07-09 02:01:38 +02:00 Compare
kjuulh force-pushed renovate/all from 793a0a6522 to bcf415ca7a 2025-07-09 05:01:26 +02:00 Compare
kjuulh force-pushed renovate/all from bcf415ca7a to c437d0508c 2025-07-10 02:01:33 +02:00 Compare
kjuulh force-pushed renovate/all from c437d0508c to 5665aa59cb 2025-07-10 05:01:26 +02:00 Compare
kjuulh force-pushed renovate/all from 5665aa59cb to c83c6b5f45 2025-07-11 02:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from c83c6b5f45 to 2cebfb54e2 2025-07-11 05:01:56 +02:00 Compare
kjuulh force-pushed renovate/all from 2cebfb54e2 to dc4c19c7aa 2025-07-12 02:01:41 +02:00 Compare
kjuulh force-pushed renovate/all from dc4c19c7aa to 19de828d71 2025-07-12 05:01:34 +02:00 Compare
kjuulh force-pushed renovate/all from 19de828d71 to 81071f9434 2025-07-13 02:01:29 +02:00 Compare
kjuulh force-pushed renovate/all from 81071f9434 to 710d0d7586 2025-07-13 05:01:30 +02:00 Compare
kjuulh force-pushed renovate/all from 710d0d7586 to 8756764f5d 2025-07-14 02:01:44 +02:00 Compare
kjuulh force-pushed renovate/all from 8756764f5d to 86b9aed8c0 2025-07-14 05:01:46 +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.