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

Update NPM deps: Bump the node-deps group with 7 updates #58

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the node-deps group with 7 updates:

Package From To
@fastify/autoload 6.0.2 6.0.3
@fastify/caching 9.0.1 9.0.2
@fastify/etag 6.0.1 6.0.2
@fastify/jwt 9.0.1 9.0.2
fastify 5.1.0 5.2.0
eslint 9.16.0 9.17.0
eslint-config-love 110.0.0 112.0.0

Updates @fastify/autoload from 6.0.2 to 6.0.3

Release notes

Sourced from @​fastify/autoload's releases.

v6.0.3

What's Changed

Full Changelog: fastify/fastify-autoload@v6.0.2...v6.0.3

Commits
  • d140988 Bumped v6.0.3
  • 28cf1db perf: use node: prefix to bypass require.cache call for builtins (#430)
  • fdb9f68 chore(deps-dev): bump @​types/tap from 15.0.12 to 18.0.0 (#429)
  • f7a73c6 docs(readme): update ci badge syntax (#428)
  • 62c1b01 docs(readme): point ci badge at master/main branch (#427)
  • 5a30bcf chore(deps-dev): bump vite from 5.4.11 to 6.0.2 (#426)
  • 9aa03e9 test(types/index): add missing required dir option (#425)
  • 8110e89 chore(package): remove trailing comma
  • 291f2ee chore(package): update contributors
  • a4e2ba9 docs(readme): add compatibility table (#423)
  • Additional commits viewable in compare view

Updates @fastify/caching from 9.0.1 to 9.0.2

Release notes

Sourced from @​fastify/caching's releases.

v9.0.2

What's Changed

Full Changelog: fastify/fastify-caching@v9.0.1...v9.0.2

Commits

Updates @fastify/etag from 6.0.1 to 6.0.2

Release notes

Sourced from @​fastify/etag's releases.

v6.0.2

What's Changed

Full Changelog: fastify/fastify-etag@v6.0.1...v6.0.2

Commits

Updates @fastify/jwt from 9.0.1 to 9.0.2

Release notes

Sourced from @​fastify/jwt's releases.

v9.0.2

What's Changed

New Contributors

Full Changelog: fastify/fastify-jwt@v9.0.1...v9.0.2

Commits
  • 6e55f99 Bumped v9.0.2
  • 4f9facc docs(readme): update ci badge syntax (#354)
  • bbd9ddd build(deps): bump fast-jwt from 4.0.6 to 5.0.0 (#353)
  • 1b3470e style: remove trailing whitespace (#352)
  • bf1e9bd ci: use major version of workflows
  • ad9317b fix: Async key provider and errors should be resolved internally -- dynamic J...
  • 54be35b build(deps-dev): bump @​fastify/cookie from 10.0.1 to 11.0.1 (#351)
  • 6a380e6 docs: update readme to clarify fastify version compatibility (#350)
  • 68b205f build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 (#349)
  • See full diff in compare view

Updates fastify from 5.1.0 to 5.2.0

Release notes

Sourced from fastify's releases.

v5.2.0

What's Changed

... (truncated)

Commits

Updates eslint from 9.16.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/[email protected] (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
Changelog

Sourced from eslint's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/[email protected] (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-config-love from 110.0.0 to 112.0.0

Release notes

Sourced from eslint-config-love's releases.

v112.0.0

112.0.0 (2024-12-14)

⚠ BREAKING CHANGES

  • promise/avoid-new

Features

v111.0.0

111.0.0 (2024-12-14)

⚠ BREAKING CHANGES

  • logical-assignment-operators

Features

  • logical-assignment-operators (a008387)
Changelog

Sourced from eslint-config-love's changelog.

112.0.0 (2024-12-14)

⚠ BREAKING CHANGES

  • promise/avoid-new

Features

111.0.0 (2024-12-14)

⚠ BREAKING CHANGES

  • logical-assignment-operators

Features

  • logical-assignment-operators (a008387)
Commits
  • 8b6f068 chore(release): 112.0.0 [skip ci]
  • 727d02b feat!: promise/avoid-new
  • c4e135c chore: intentionally not use promise/always-return
  • c74e5d6 chore(release): 111.0.0 [skip ci]
  • a008387 feat!: logical-assignment-operators
  • b8c1564 Merge pull request #1945 from mightyiam/renovate/eslint-9.x
  • 0878f68 chore(deps): update dependency eslint to v9.17.0
  • 1e08265 Merge pull request #1944 from mightyiam/renovate/type-fest-4.x
  • 5a301b8 chore(deps): update dependency type-fest to v4.30.1
  • 9a2426f Merge pull request #1943 from mightyiam/renovate/lefthook-1.x
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the node-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/autoload](https://github.com/fastify/fastify-autoload) | `6.0.2` | `6.0.3` |
| [@fastify/caching](https://github.com/fastify/fastify-caching) | `9.0.1` | `9.0.2` |
| [@fastify/etag](https://github.com/fastify/fastify-etag) | `6.0.1` | `6.0.2` |
| [@fastify/jwt](https://github.com/fastify/fastify-jwt) | `9.0.1` | `9.0.2` |
| [fastify](https://github.com/fastify/fastify) | `5.1.0` | `5.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `110.0.0` | `112.0.0` |


Updates `@fastify/autoload` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](fastify/fastify-autoload@v6.0.2...v6.0.3)

Updates `@fastify/caching` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/fastify/fastify-caching/releases)
- [Commits](fastify/fastify-caching@v9.0.1...v9.0.2)

Updates `@fastify/etag` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/fastify/fastify-etag/releases)
- [Commits](fastify/fastify-etag@v6.0.1...v6.0.2)

Updates `@fastify/jwt` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/fastify/fastify-jwt/releases)
- [Commits](fastify/fastify-jwt@v9.0.1...v9.0.2)

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

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `eslint-config-love` from 110.0.0 to 112.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v110.0.0...v112.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/autoload"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-deps
- dependency-name: "@fastify/caching"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-deps
- dependency-name: "@fastify/etag"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-deps
- dependency-name: "@fastify/jwt"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-deps
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-deps
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: node-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Dec 16, 2024
@cowuake cowuake merged commit 3d37249 into main Dec 16, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/node-deps-2627f38f5e branch December 16, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant