chore(deps): bump the production-dependencies group across 1 directory with 8 updates#20
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…y with 8 updates Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.5.0` | `12.8.0` | | [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.2.1` | `8.3.1` | | [express-session](https://github.com/expressjs/session) | `1.18.2` | `1.19.0` | | [ioredis](https://github.com/luin/ioredis) | `5.8.2` | `5.10.1` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.20.0` | | [yaml](https://github.com/eemeli/yaml) | `2.8.2` | `2.8.3` | | [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.6` | Updates `better-sqlite3` from 12.5.0 to 12.8.0 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.5.0...v12.8.0) Updates `cors` from 2.8.5 to 2.8.6 - [Release notes](https://github.com/expressjs/cors/releases) - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](expressjs/cors@v2.8.5...v2.8.6) Updates `express-rate-limit` from 8.2.1 to 8.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v8.2.1...v8.3.1) Updates `express-session` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.18.2...v1.19.0) Updates `ioredis` from 5.8.2 to 5.10.1 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.8.2...v5.10.1) Updates `pg` from 8.16.3 to 8.20.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg) Updates `yaml` from 2.8.2 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.2...v2.8.3) Updates `zod` from 4.2.1 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.1...v4.3.6) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 12.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cors dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: express-rate-limit dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: express-session dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ioredis dependency-version: 5.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pg dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 8 updates in the / directory:
12.5.012.8.02.8.52.8.68.2.18.3.11.18.21.19.05.8.25.10.18.16.38.20.02.8.22.8.34.2.14.3.6Updates
better-sqlite3from 12.5.0 to 12.8.0Release notes
Sourced from better-sqlite3's releases.
... (truncated)
Commits
fe774f512.8.08617ed6fix: use HolderV2() for PropertyCallbackInfo on V8 >= 12.5 (#1459)959a018Update SQLite to version 3.51.3 (#1460)43729c0Readme: requires Node.js v20 or later (#1443)27dc75112.7.1db1119cUpdate SQLite to version 3.51.2 (#1457)d2c4815fix: use Holder() instead of This() for Electron 41 compatibility (#1456)ef9ffce12.7.03be46ffRevert "Fix Node v25 test errors" (#1455)f3a44a4Update SQLite to version 3.52.0 (#1449)Updates
corsfrom 2.8.5 to 2.8.6Release notes
Sourced from cors's releases.
... (truncated)
Changelog
Sourced from cors's changelog.
Commits
f00a8c12.8.6 (#390)848e2bdchore: remove HISTORY.md and nonexistent CONTRIBUTING.md from tarball (#388)cf8947edocs: tweak intro, add note w/ browser enforcement, FAQ (#385)bbf62a5docs: simplify code examples with header comments (#386)f442e77Extend CI test matrix (#376)d5cf6cdci: add support for node@25 (#375)7e6f7eedocs: revamp content (#374)b25644cbuild(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#370)f881e91build(deps): bump github/codeql-action from 3.28.19 to 4.31.2 (#371)9a9a760chore: add funding to package.json (#363)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cors since your current version.
Updates
express-rate-limitfrom 8.2.1 to 8.3.1Release notes
Sourced from express-rate-limit's releases.
Commits
47e5b298.3.1eb61179v8.3.1 changeloga17377dFix broken link for contributing guide5aa3f6cfix: revert the dts-bundle-generator update06dea83ci: run test on node 20, 22, 24, 25 and drop 18 as it reached eolc86a27dchore: update dependencies8898ffachore: migrate biome schema and run formatterdd544fddocs: update changelog with backported releases9c90752ci: setup oidc connect with npm for automatatic publishe4477fa8.3.0Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for express-rate-limit since your current version.
Updates
express-sessionfrom 1.18.2 to 1.19.0Release notes
Sourced from express-session's releases.
... (truncated)
Changelog
Sourced from express-session's changelog.
Commits
c10b2a31.19.0 (#1107)2673736feat: add support to dynamic cookie options (#1027)73e0193Add sameSite 'auto' support to match secure 'auto' pattern (#1087)264b6a0deps: use tilde notation for dependencies (#1096)6d69f09chore: remove history.md from being packaged on publish (#1097)00b8a5frefactor: remove unusedsessparameter fromgenerateSessionIdfunction (#...2cd6561build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.3 (#1082)1307f30build(deps): bump actions/checkout from 4.2.2 to 6.0.0 (#1088)0e7a438build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#1089)a095a9abuild(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1090)Updates
ioredisfrom 5.8.2 to 5.10.1Release notes
Sourced from ioredis's releases.
... (truncated)
Changelog
Sourced from ioredis's changelog.
... (truncated)
Commits
9e26f8bchore(release): 5.10.1 [skip ci]4f167bbfix(cluster): lazily start sharded subscribers (#2090)623cee5chore(release): 5.10.0 [skip ci]5219f9ffeat: add hash field expiration commands and testsb38124ffeat: add hexpireat & hexpiretime (#2082)232e548ci: make Coveralls steps non-blocking in test_with_cov workflow (#2083)cd19ab0chore(release): 5.9.3 [skip ci]326528bchore(release): 5.9.3 [skip ci]0a1a898fix(types): optional properties on RedisOptions allow explicit undefined (#2066)8adb1aefix: autopipelining to route writes to masters with scaleReads (#2072)Updates
pgfrom 8.16.3 to 8.20.0Changelog
Sourced from pg's changelog.
... (truncated)
Commits
c9070ccPublishad36e3cfix: typo in deprecation notice forclient.query()(#3618)f2d7d11Publish5a4bafcDeprecate Client's internal query queue (#3603)a215bfbTypo fix in PgPass deprecation (funciton) (#3605)01e0556fix(pg-query-stream): invokethis.callbackon cursor end/error (#2810)e6e3692Pass connection parameters to password callback (#3602)d80d883test: Fix TLS connection test ending too earlyf332f28fix: Connection timeout handling for native clients in connected state (#3512)b2e9cb1Remove testAsync - its redundant (#3588)Updates
yamlfrom 2.8.2 to 2.8.3Release notes
Sourced from yaml's releases.
Commits
ce145872.8.31e84ebbfix: Catch stack overflow during node composition6b24090ci: Include Prettier check in lint action9424deechore: Refresh lockfiled1aca82Add trailingComma ToString option for multiline flow formatting (#670)4321509ci: Drop the branch filter from GitHub PR actions47207d0chore: Update docs-slate5212faechore: Update docs-slateUpdates
zodfrom 4.2.1 to 4.3.6Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca3c862v4.3.6762e911Generalize numeric key handlingdfbbf1cAvoid re-exported star modules (#5656)cbf77bbAvoid non null assertion (#5638)85db85efix: typo in codec.test.ts file (#5628)edd4132fix: add missing User-agent to robots.txt and allow all (#5646)251d716Clean up workflow_callf4b7baeUpdate pullfrog.yml (#5634)9977fb0Add brand.dev to sponsors0cdc0b84.3.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions