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.36
@types/express (source) devDependencies patch 5.0.0 -> 5.0.1
@types/node (source) devDependencies patch 22.13.9 -> 22.13.14
better-sqlite3 devDependencies minor 11.8.1 -> 11.9.1
cypress (source) devDependencies minor 14.1.0 -> 14.2.1
eslint-plugin-cypress devDependencies minor 4.1.0 -> 4.2.0
pg (source) dependencies minor 8.13.3 -> 8.14.1
start-server-and-test devDependencies patch 2.0.10 -> 2.0.11

Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

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

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v4.2.0

Compare Source

Bug Fixes
Features
  • add rule disallow usage of cypress-xpath (1ae902a)
brianc/node-postgres (pg)

v8.14.1

Compare Source

v8.14.0

Compare Source

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

v2.0.11

Compare Source

Bug Fixes

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.36`](https://renovatebot.com/diffs/npm/@types%2fdockerode/3.3.35/3.3.36) | | [@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.1`](https://renovatebot.com/diffs/npm/@types%2fexpress/5.0.0/5.0.1) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`22.13.9` -> `22.13.14`](https://renovatebot.com/diffs/npm/@types%2fnode/22.13.9/22.13.14) | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | devDependencies | minor | [`11.8.1` -> `11.9.1`](https://renovatebot.com/diffs/npm/better-sqlite3/11.8.1/11.9.1) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`14.1.0` -> `14.2.1`](https://renovatebot.com/diffs/npm/cypress/14.1.0/14.2.1) | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | devDependencies | minor | [`4.1.0` -> `4.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-cypress/4.1.0/4.2.0) | | [pg](https://github.com/brianc/node-postgres) ([source](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg)) | dependencies | minor | [`8.13.3` -> `8.14.1`](https://renovatebot.com/diffs/npm/pg/8.13.3/8.14.1) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | patch | [`2.0.10` -> `2.0.11`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.10/2.0.11) | --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`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.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>cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)</summary> ### [`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>brianc/node-postgres (pg)</summary> ### [`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.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> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
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
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.