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 in /backend with 15 updates #943

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the npm group in /backend with 15 updates:

Package From To
@fastify/cookie 9.2.0 9.3.1
@trpc/client 10.44.1 10.45.0
axios 1.6.2 1.6.5
dotenv 16.3.1 16.3.2
fastify 4.24.3 4.25.2
nodemailer 6.9.7 6.9.8
openid-client 5.6.1 5.6.4
slonik 34.3.0 37.2.0
superjson 1.13.3 2.2.1
@typescript-eslint/eslint-plugin 6.13.2 6.19.1
@typescript-eslint/parser 6.13.2 6.19.1
eslint 8.55.0 8.56.0
pino-pretty 10.2.3 10.3.1
tsx 3.14.0 4.7.0
vite-tsconfig-paths 4.2.2 4.3.1

Updates @fastify/cookie from 9.2.0 to 9.3.1

Release notes

Sourced from @​fastify/cookie's releases.

v9.3.1

What's Changed

Full Changelog: fastify/fastify-cookie@v9.3.0...v9.3.1

v9.3.0

What's Changed

Full Changelog: fastify/fastify-cookie@v9.2.0...v9.3.0

Commits
Maintainer changes

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


Updates @trpc/client from 10.44.1 to 10.45.0

Release notes

Sourced from @​trpc/client's releases.

v10.45.0

What's Changed

New Contributors

Full Changelog: trpc/trpc@v10.44.1...v10.45.0

Commits
  • 06fd40d v10.45.0
  • c6bf837 fix(server + client): add noImplicitOverride & add explicit overrides in `T...
  • 34a4941 patch: bump typescript and fix TS errors (#5178)
  • 2116145 chore(deps): update dependency undici to v6 (#5128)
  • 85f3baa chore(deps): update dependency @​types/node to v20 (#5162)
  • See full diff in compare view

Updates axios from 1.6.2 to 1.6.5

Release notes

Sourced from axios's releases.

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Commits

Updates dotenv from 16.3.1 to 16.3.2

Changelog

Sourced from dotenv's changelog.

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793
Commits

Updates fastify from 4.24.3 to 4.25.2

Release notes

Sourced from fastify's releases.

v4.25.2

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.25.1...v4.25.2

v4.25.1

What's Changed

Full Changelog: fastify/fastify@v4.25.0...v4.25.1

v4.25.0

What's Changed

... (truncated)

Commits

Updates nodemailer from 6.9.7 to 6.9.8

Release notes

Sourced from nodemailer's releases.

v6.9.8

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Changelog

Sourced from nodemailer's changelog.

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Commits
  • 4233f6f chore(master): release 6.9.8 [skip-ci] (#1605)
  • 09d502f chore: removed double file
  • b4d0e0c fix(punycode): do not use native punycode module
  • 8376c02 Test new github notice syntax for README
  • bc46a3b Updated stale github action
  • 78bdaf8 chore: remove redundant AWS SDK for JavaScript v2 (#1593)
  • 971ced7 chore: add mailcatch.app to well-known/services.json (#1586)
  • See full diff in compare view

Updates openid-client from 5.6.1 to 5.6.4

Release notes

Sourced from openid-client's releases.

v5.6.4

Revert "fix: encode client_secret_basic - _ . ! ~ * ' ( ) characters"

This reverts commit 5a2ea80ef5e59ec0c03dbd97d82f551e24a9d348, even though it is the correct implementation some of the most widely used identity providers don't follow the specification.

v5.6.3

Fixes

  • encode client_secret_basic - _ . ! ~ * ' ( ) characters (5a2ea80)

v5.6.2

Refactor

Fixes

  • add explicit Accept-Encoding header to http requests (abcb564), closes #648
Changelog

Sourced from openid-client's changelog.

5.6.4 (2024-01-06)

5.6.3 (2024-01-05)

Fixes

  • encode client_secret_basic - _ . ! ~ * ' ( ) characters (5a2ea80)

5.6.2 (2023-12-22)

Refactor

Fixes

  • add explicit Accept-Encoding header to http requests (abcb564), closes #648
Commits
  • 0e15612 chore(release): 5.6.4
  • 66c2ee2 Revert "fix: encode client_secret_basic - _ . ! ~ * ' ( ) characters"
  • 0378bba chore(release): 5.6.3
  • 5a2ea80 fix: encode client_secret_basic - _ . ! ~ * ' ( ) characters
  • 9d3cfb8 chore(release): 5.6.2
  • abcb564 fix: add explicit Accept-Encoding header to http requests
  • 4b42b48 chore: bump upload-artifact
  • 820d2c4 Revert "chore(deps): bump actions/upload-artifact from 3 to 4" (#646)
  • 12d76e4 chore(deps): bump actions/upload-artifact from 3 to 4 (#645)
  • 418b8e4 chore(deps): bump github/codeql-action from 2 to 3 (#644)
  • Additional commits viewable in compare view

Updates slonik from 34.3.0 to 37.2.0

Release notes

Sourced from slonik's releases.

v37.2.0

No release notes provided.

v37.1.0

No release notes provided.

v37.0.3

No release notes provided.

v37.0.2

No release notes provided.

v37.0.1

BREAKING CHANGE: the originalError is replaced with cause

v37.0.0

No release notes provided.

v36.0.0

No release notes provided.

v35.2.1

No release notes provided.

v35.2.0

No release notes provided.

v35.1.0

No release notes provided.

v35.0.4

No release notes provided.

v35.0.3

No release notes provided.

v35.0.2

No release notes provided.

v35.0.1

No release notes provided.

v35.0.0

No release notes provided.

Commits
  • 1228dba fix: update roarr
  • 001179c feat: add BackendTerminatedUnexpectedlyError (#522)
  • 20861b6 fix: update roarr
  • dd97d3a feat: add cause to ConnectionError
  • 1c5e3c6 test: add node.js v21 to test matrix (undo)
  • 7ebb09b test: add node.js v21 to test matrix
  • d6ba07f test: add node.js v20 to test matrix
  • 29ba255 test: add missing POSTGRES_DSN
  • 5c45cf6 test: refactor test matrix
  • 969b8f8 test: refactor test matrix
  • Additional commits viewable in compare view

Updates superjson from 1.13.3 to 2.2.1

Release notes

Sourced from superjson's releases.

v2.2.1

What's Changed

Full Changelog: flightcontrolhq/superjson@v2.2.0...v2.2.1

v2.2.0

What's Changed

Full Changelog: flightcontrolhq/superjson@v2.1.0...v2.2.0

v2.1.0

What's Changed

New Contributors

Full Changelog: flightcontrolhq/superjson@v2.0.0...v2.1.0

v2.0.0

What's Changed

Breaking Change: SuperJSON is now published as an ES Module, and only supports Node.js v16 and later.

New Contributors

Full Changelog: flightcontrolhq/superjson@v1.13.3...v2.0.0

Commits

Updates @typescript-eslint/eslint-plugin from 6.13.2 to 6.19.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.19.1 (2024-01-22)

🩹 Fixes

  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You

  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

... (truncated)

Commits
  • a911214 chore(release): publish 6.19.1
  • 920f909 fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type va...
  • 01556f5 fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.13.2 to 6.19.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.19.1 (2024-01-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.18.0 (2024-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.17.0 (2024-01-01)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.16.0 (2023-12-25)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.15.0 (2023-12-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

@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 Jan 22, 2024
@github-actions github-actions bot added the chore Chore/general maintenance label Jan 22, 2024
Bumps the npm group in /backend with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/cookie](https://github.com/fastify/fastify-cookie) | `9.2.0` | `9.3.1` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `10.44.1` | `10.45.0` |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.6.5` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.3.2` |
| [fastify](https://github.com/fastify/fastify) | `4.24.3` | `4.25.2` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.7` | `6.9.8` |
| [openid-client](https://github.com/panva/node-openid-client) | `5.6.1` | `5.6.4` |
| [slonik](https://github.com/gajus/slonik) | `34.3.0` | `37.2.0` |
| [superjson](https://github.com/blitz-js/superjson) | `1.13.3` | `2.2.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.13.2` | `6.19.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.13.2` | `6.19.1` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.2.3` | `10.3.1` |
| [tsx](https://github.com/privatenumber/tsx) | `3.14.0` | `4.7.0` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.2.2` | `4.3.1` |


Updates `@fastify/cookie` from 9.2.0 to 9.3.1
- [Release notes](https://github.com/fastify/fastify-cookie/releases)
- [Commits](fastify/fastify-cookie@v9.2.0...v9.3.1)

Updates `@trpc/client` from 10.44.1 to 10.45.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.45.0/packages/client)

Updates `axios` from 1.6.2 to 1.6.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.5)

Updates `dotenv` from 16.3.1 to 16.3.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.3.2)

Updates `fastify` from 4.24.3 to 4.25.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.24.3...v4.25.2)

Updates `nodemailer` from 6.9.7 to 6.9.8
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.7...v6.9.8)

Updates `openid-client` from 5.6.1 to 5.6.4
- [Release notes](https://github.com/panva/node-openid-client/releases)
- [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v5.6.1...v5.6.4)

Updates `slonik` from 34.3.0 to 37.2.0
- [Release notes](https://github.com/gajus/slonik/releases)
- [Changelog](https://github.com/gajus/slonik/blob/main/.releaserc)
- [Commits](gajus/slonik@v34.3.0...v37.2.0)

Updates `superjson` from 1.13.3 to 2.2.1
- [Release notes](https://github.com/blitz-js/superjson/releases)
- [Commits](flightcontrolhq/superjson@v1.13.3...v2.2.1)

Updates `@typescript-eslint/eslint-plugin` from 6.13.2 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.13.2 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/parser)

Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `pino-pretty` from 10.2.3 to 10.3.1
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.2.3...v10.3.1)

Updates `tsx` from 3.14.0 to 4.7.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.14.0...v4.7.0)

Updates `vite-tsconfig-paths` from 4.2.2 to 4.3.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.2.2...v4.3.1)

---
updated-dependencies:
- dependency-name: "@fastify/cookie"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@trpc/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: npm
- dependency-name: slonik
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: superjson
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 force-pushed the dependabot/npm_and_yarn/backend/npm-31216d7fe8 branch from d2455dd to d48c11e Compare January 23, 2024 05:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #949.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/npm-31216d7fe8 branch January 29, 2024 20:14
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