Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm group across 1 directory with 18 updates #1379

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the npm group with 18 updates in the /backend directory:

Package From To
@fastify/compress 7.0.3 8.0.1
@fastify/cookie 9.4.0 11.0.1
@fastify/formbody 7.4.0 8.0.1
@fastify/http-proxy 9.5.0 10.0.1
@fastify/passport 2.5.0 3.0.1
@fastify/sensible 5.6.0 6.0.1
@fastify/session 10.9.0 11.0.1
@fastify/static 7.0.4 8.0.2
connect-pg-simple 9.0.1 10.0.0
fastify 4.28.1 5.1.0
nodemailer 6.9.15 6.9.16
openid-client 5.7.0 6.1.3
pg-boss 9.0.3 10.1.5
soap 1.1.5 1.1.6
concurrently 8.2.2 9.1.0
eslint 9.13.0 9.14.0
typescript-eslint 8.11.0 8.13.0
vite-tsconfig-paths 5.0.1 5.1.0

Updates @fastify/compress from 7.0.3 to 8.0.1

Release notes

Sourced from @​fastify/compress's releases.

v8.0.1

What's Changed

Full Changelog: fastify/fastify-compress@v8.0.0...v8.0.1

v8.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-compress@v7.0.3...v8.0.0

Commits

Updates @fastify/cookie from 9.4.0 to 11.0.1

Release notes

Sourced from @​fastify/cookie's releases.

v11.0.1

What's Changed

Full Changelog: fastify/fastify-cookie@v11.0.0...v11.0.1

v11.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cookie@v10.0.1...v11.0.0

v10.0.1

What's Changed

Full Changelog: fastify/fastify-cookie@v10.0.0...v10.0.1

v10.0.0

What's Changed

Full Changelog: fastify/fastify-cookie@v9.4.0...v10.0.0

Commits

Updates @fastify/formbody from 7.4.0 to 8.0.1

Release notes

Sourced from @​fastify/formbody's releases.

v8.0.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-formbody@v8.0.0...v8.0.1

v8.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-formbody@v7.4.0...v8.0.0

Commits

Updates @fastify/http-proxy from 9.5.0 to 10.0.1

Release notes

Sourced from @​fastify/http-proxy's releases.

v10.0.1

What's Changed

Full Changelog: fastify/fastify-http-proxy@v10.0.0...v10.0.1

v10.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-http-proxy@v9.5.0...v10.0.0

Commits
  • e446acf Bumped v10.0.1
  • fcc3bee chore: update fastify to ^5.0.0 (#369)
  • 328eb59 build(deps-dev): bump @​fastify/websocket from 10.0.1 to 11.0.1 (#373)
  • fe1803e Bumped v10.0.0
  • a353530 Bumped v10.0.0-pre.fv5.2
  • aabd0b8 chore: update min fastify version (#360)
  • 899f73e build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 (#361)
  • a94646b build(deps-dev): bump @​types/node from 20.14.13 to 22.0.0 (#359)
  • 83a3756 build(deps-dev): bump why-is-node-running from 2.3.0 to 3.0.0 (#356)
  • 3e718b5 build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 (#355)
  • Additional commits viewable in compare view

Updates @fastify/passport from 2.5.0 to 3.0.1

Release notes

Sourced from @​fastify/passport's releases.

v3.0.1

What's Changed

Full Changelog: fastify/fastify-passport@v3.0.0...v3.0.1

v3.0.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eomm, a new releaser for @​fastify/passport since your current version.


Updates @fastify/sensible from 5.6.0 to 6.0.1

Release notes

Sourced from @​fastify/sensible's releases.

v6.0.1

What's Changed

Full Changelog: fastify/fastify-sensible@v6.0.0...v6.0.1

v6.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-sensible@v5.6.0...v6.0.0

Commits

Updates @fastify/session from 10.9.0 to 11.0.1

Release notes

Sourced from @​fastify/session's releases.

v11.0.1

What's Changed

New Contributors

Full Changelog: fastify/session@v11.0.0...v11.0.1

v11.0.0

What's Changed

New Contributors

Full Changelog: fastify/session@v10.9.0...v11.0.0

Commits

Updates @fastify/static from 7.0.4 to 8.0.2

Release notes

Sourced from @​fastify/static's releases.

v8.0.2

What's Changed

Full Changelog: fastify/fastify-static@v8.0.1...v8.0.2

v8.0.1

What's Changed

Full Changelog: fastify/fastify-static@v8.0.0...v8.0.1

v8.0.0

What's Changed

Full Changelog: fastify/fastify-static@v7.0.4...v8.0.0

Commits

Updates connect-pg-simple from 9.0.1 to 10.0.0

Release notes

Sourced from connect-pg-simple's releases.

v10.0.0

10.0.0 (2024-09-13)

⚠ BREAKING CHANGES

  • require node.js >=18

🩹 Fixes

  • add name to main function (c98e2ec)
  • deps: use latest version of pg (81b5630)
  • require node.js >=18 (d51b6ca)

🧹 Chores

  • deps: update knip (f78ef50)
  • deps: update validate-conventional-commit (84f525a)
  • deps: update dependency dotenv to ^16.4.5 (#308) (f97bd51)
  • deps: update dependency express to ^4.21.0 (#310) (01c9a55)
  • deps: update dependency express-session to ^1.18.0 (#309) (eef0e31)
  • deps: update dependency pg-promise to ^11.9.1 (#312) (a553301)
  • deps: update dev dependencies (d4488dc)
  • deps: update dev dependencies (21e41c4)
  • deps: update linting dependencies (817f082)
  • deps: update linting dependencies (a4e9e46)
  • deps: update type dependencies (97e581f)
  • deps: update typescript setup (7c86411)
  • deps: use neostandard linting (354f6b3)
  • fix @​types/superagent type regression (649888c)
Changelog

Sourced from connect-pg-simple's changelog.

10.0.0 (2024-09-13)

⚠ BREAKING CHANGES

  • require node.js >=18

🩹 Fixes

  • add name to main function (c98e2ec)
  • deps: use latest version of pg (81b5630)
  • require node.js >=18 (d51b6ca)

🧹 Chores

  • deps: update knip (f78ef50)
  • deps: update validate-conventional-commit (84f525a)
  • deps: update dependency dotenv to ^16.4.5 (#308) (f97bd51)
  • deps: update dependency express to ^4.21.0 (#310) (01c9a55)
  • deps: update dependency express-session to ^1.18.0 (#309) (eef0e31)
  • deps: update dependency pg-promise to ^11.9.1 (#312) (a553301)
  • deps: update dev dependencies (d4488dc)
  • deps: update dev dependencies (21e41c4)
  • deps: update linting dependencies (817f082)
  • deps: update linting dependencies (a4e9e46)
  • deps: update type dependencies (97e581f)
  • deps: update typescript setup (7c86411)
  • deps: use neostandard linting (354f6b3)
  • fix @​types/superagent type regression (649888c)
Commits
  • 9d6765e chore(main): release 10.0.0 (

Bumps the npm group with 18 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/compress](https://github.com/fastify/fastify-compress) | `7.0.3` | `8.0.1` |
| [@fastify/cookie](https://github.com/fastify/fastify-cookie) | `9.4.0` | `11.0.1` |
| [@fastify/formbody](https://github.com/fastify/fastify-formbody) | `7.4.0` | `8.0.1` |
| [@fastify/http-proxy](https://github.com/fastify/fastify-http-proxy) | `9.5.0` | `10.0.1` |
| [@fastify/passport](https://github.com/fastify/fastify-passport) | `2.5.0` | `3.0.1` |
| [@fastify/sensible](https://github.com/fastify/fastify-sensible) | `5.6.0` | `6.0.1` |
| [@fastify/session](https://github.com/fastify/session) | `10.9.0` | `11.0.1` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `7.0.4` | `8.0.2` |
| [connect-pg-simple](https://github.com/voxpelli/node-connect-pg-simple) | `9.0.1` | `10.0.0` |
| [fastify](https://github.com/fastify/fastify) | `4.28.1` | `5.1.0` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.15` | `6.9.16` |
| [openid-client](https://github.com/panva/openid-client) | `5.7.0` | `6.1.3` |
| [pg-boss](https://github.com/timgit/pg-boss) | `9.0.3` | `10.1.5` |
| [soap](https://github.com/vpulim/node-soap) | `1.1.5` | `1.1.6` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.2` | `9.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.11.0` | `8.13.0` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.0` |



Updates `@fastify/compress` from 7.0.3 to 8.0.1
- [Release notes](https://github.com/fastify/fastify-compress/releases)
- [Commits](fastify/fastify-compress@v7.0.3...v8.0.1)

Updates `@fastify/cookie` from 9.4.0 to 11.0.1
- [Release notes](https://github.com/fastify/fastify-cookie/releases)
- [Commits](fastify/fastify-cookie@v9.4.0...v11.0.1)

Updates `@fastify/formbody` from 7.4.0 to 8.0.1
- [Release notes](https://github.com/fastify/fastify-formbody/releases)
- [Commits](fastify/fastify-formbody@v7.4.0...v8.0.1)

Updates `@fastify/http-proxy` from 9.5.0 to 10.0.1
- [Release notes](https://github.com/fastify/fastify-http-proxy/releases)
- [Commits](fastify/fastify-http-proxy@v9.5.0...v10.0.1)

Updates `@fastify/passport` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/fastify/fastify-passport/releases)
- [Commits](https://github.com/fastify/fastify-passport/commits/v3.0.1)

Updates `@fastify/sensible` from 5.6.0 to 6.0.1
- [Release notes](https://github.com/fastify/fastify-sensible/releases)
- [Commits](fastify/fastify-sensible@v5.6.0...v6.0.1)

Updates `@fastify/session` from 10.9.0 to 11.0.1
- [Release notes](https://github.com/fastify/session/releases)
- [Commits](fastify/session@v10.9.0...v11.0.1)

Updates `@fastify/static` from 7.0.4 to 8.0.2
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v7.0.4...v8.0.2)

Updates `connect-pg-simple` from 9.0.1 to 10.0.0
- [Release notes](https://github.com/voxpelli/node-connect-pg-simple/releases)
- [Changelog](https://github.com/voxpelli/node-connect-pg-simple/blob/main/CHANGELOG.md)
- [Commits](voxpelli/node-connect-pg-simple@v9.0.1...v10.0.0)

Updates `fastify` from 4.28.1 to 5.1.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.28.1...v5.1.0)

Updates `nodemailer` from 6.9.15 to 6.9.16
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.15...v6.9.16)

Updates `openid-client` from 5.7.0 to 6.1.3
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v5.7.0...v6.1.3)

Updates `pg-boss` from 9.0.3 to 10.1.5
- [Release notes](https://github.com/timgit/pg-boss/releases)
- [Commits](timgit/pg-boss@9.0.3...10.1.5)

Updates `soap` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/vpulim/node-soap/releases)
- [Changelog](https://github.com/vpulim/node-soap/blob/master/History.md)
- [Commits](vpulim/node-soap@v1.1.5...v1.1.6)

Updates `concurrently` from 8.2.2 to 9.1.0
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v8.2.2...v9.1.0)

Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.14.0)

Updates `typescript-eslint` from 8.11.0 to 8.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint)

Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/compress"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/cookie"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/formbody"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/http-proxy"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/passport"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/sensible"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/session"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fastify/static"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: connect-pg-simple
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: openid-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: pg-boss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: soap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major Major/breaking changes - updates major version labels Nov 4, 2024
@github-actions github-actions bot added the chore Chore/general maintenance label Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/npm-4622b2448c branch November 6, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore/general maintenance dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major Major/breaking changes - updates major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants