scan-tool-bot icon indicating copy to clipboard operation
scan-tool-bot copied to clipboard

Bump the dependencies group across 1 directory with 29 updates

Open dependabot[bot] opened this issue 1 year ago • 2 comments

Bumps the dependencies group with 29 updates in the / directory:

Package From To
@grammyjs/hydrate 1.3.1 1.4.1
@grammyjs/i18n 1.0.1 1.0.2
@grammyjs/parse-mode 1.7.1 1.10.0
@grammyjs/types 3.1.3 3.9.0
callback-data 1.0.2 1.1.1
dotenv 16.3.1 16.4.5
fastify 4.21.0 4.28.0
grammy 1.17.2 1.25.1
iso-639-1 2.1.15 3.1.2
pino 8.15.0 9.2.0
pino-pretty 10.2.0 11.2.1
tsx 3.12.7 4.15.7
zod 3.22.1 3.23.8
@types/node 20.5.0 20.14.8
@types/qrcode 1.5.1 1.5.5
@typescript-eslint/eslint-plugin 6.4.0 7.14.1
@typescript-eslint/parser 6.4.0 7.14.1
eslint 8.47.0 9.5.0
eslint-config-prettier 9.0.0 9.1.0
eslint-import-resolver-typescript 3.6.0 3.6.1
eslint-plugin-import 2.28.0 2.29.1
eslint-plugin-prettier 5.0.0 5.1.3
eslint-plugin-unicorn 48.0.1 54.0.0
husky 8.0.3 9.0.11
lint-staged 14.0.0 15.2.7
prettier 3.0.2 3.3.2
prettier-plugin-organize-imports 3.2.3 3.2.4
tsc-watch 6.0.4 6.2.0
typescript 5.1.6 5.5.2

Updates @grammyjs/hydrate from 1.3.1 to 1.4.1

Commits

Updates @grammyjs/i18n from 1.0.1 to 1.0.2

Release notes

Sourced from @​grammyjs/i18n's releases.

v1.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/grammyjs/i18n/compare/v1.0.1...v1.0.2

Commits
Maintainer changes

This version was pushed to npm by rojserbest, a new releaser for @​grammyjs/i18n since your current version.


Updates @grammyjs/parse-mode from 1.7.1 to 1.10.0

Commits
  • fa8f80f Tag as 1.10
  • 5bc5295 Merge pull request #25 from grammyjs/update-fmt-captions
  • 346e8eb Fix types with media type fmt reply methods
  • feed102 Merge pull request #23 from dimpurr/master
  • 1160288 fix: merge args and middlewares to standard
  • 93ca737 feat: support fmt in media captions
  • 49ba35b Update to 1.9.0, only depend on grammY
  • de5f5c4 Merge pull request #21 from grammyjs/2024
  • 7132848 chore: update license year to 2024
  • 2bdaa30 Merge pull request #20 from grammyjs/api-7.0
  • Additional commits viewable in compare view

Updates @grammyjs/types from 3.1.3 to 3.9.0

Commits

Updates callback-data from 1.0.2 to 1.1.1

Release notes

Sourced from callback-data's releases.

v1.1.1

Full Changelog: https://github.com/deptyped/callback-data/compare/v1.1.0...v1.1.1

v1.1.0

Full Changelog: https://github.com/deptyped/callback-data/compare/v1.0.2...v1.1.0

Commits

Updates dotenv from 16.3.1 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

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.21.0 to 4.28.0

Release notes

Sourced from fastify's releases.

v4.28.0

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0

v4.27.0

What's Changed

New Contributors

... (truncated)

Commits

Updates grammy from 1.17.2 to 1.25.1

Release notes

Sourced from grammy's releases.

v1.25.1

What's Changed

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.25.0...v1.25.1

v1.25.0

What's Changed

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.24.1...v1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.24.0...v1.24.1

v1.24.0

What's Changed

Full Changelog: https://github.com/grammyjs/grammY/compare/v1.23.1...v1.24.0

v1.23.1

What's Changed

... (truncated)

Commits

Updates iso-639-1 from 2.1.15 to 3.1.2

Release notes

Sourced from iso-639-1's releases.

v3.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/meikidd/iso-639-1/compare/v3.1.0...v3.1.1

Changelog

Sourced from iso-639-1's changelog.

v3.1.2

  • Capitalize Faroese native #82

v3.1.1

  • Capitalize Danish native #80

v3.1.0

  • Fix type for getCode #74
  • Improve performance #72

v3.0.1

  • Fix error TS7016 #68

v3.0.0

  • Export ESM module #67
Commits

Updates pino from 8.15.0 to 9.2.0

Release notes

Sourced from pino's releases.

v9.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0

v9.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.0.0...v9.1.0

v9.0.0

⚠ BREAKING CHANGES

Dropped support for Node.js 14, 16, & 19

What's Changed

Full Changelog: https://github.com/pinojs/pino/compare/v8.21.0...v9.0.0

... (truncated)

Commits

Updates pino-pretty from 10.2.0 to 11.2.1

Release notes

Sourced from pino-pretty's releases.

v11

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.1.0...v11.2.0

v11.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.0.0...v11.1.0

v11.0.0

What's Changed

New Contributors

... (truncated)

Commits

Updates tsx from 3.12.7 to 4.15.7

Release notes

Sourced from tsx's releases.

v4.15.7

4.15.7 (2024-06-21)

Bug Fixes


This release is also available on:

v4.15.6

4.15.6 (2024-06-17)

Bug Fixes

  • minimum Node version in warning for module.register() (#592) (cb27d4d)

This release is also available on:

v4.15.5

4.15.5 (2024-06-15)

Bug Fixes

  • cjs: make transformers overwritable (c22fa7d)

This release is also available on:

v4.15.4

4.15.4 (2024-06-13)

Bug Fixes

... (truncated)

Commits
  • 98d9f6d docs: fix favicon in vercel
  • 26d633c fix: nyc coverage compatibility (#54)
  • f714d74 docs: add logo as favicon
  • 3ee4c59 chore(deps): update dependency node to v20.15.0 (#595)
  • 2922567 test(api): update expected error message
  • cb27d4d fix: minimum Node version in warning for module.register() (#592)
  • 97a23ee docs: add logo
  • c22fa7d fix(cjs): make transformers overwritable
  • 6e117c2 chore: add tsx.is homepage to package.json
  • 4c53853 test(esm): confirm cjsInterop effectiveness
  • Additional commits viewable in compare view

Updates zod from 3.22.1 to 3.23.8

Release notes

Sourced from zod's releases.

v3.23.8

Commits:

  • 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470)
  • 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471)
  • eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface
  • ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8

v3.23.7

Commits:

  • 29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper
  • d969423266fccee56ef769da6744cc8bacb04550 Fix #3437: extendShape erases JSDoc property documentation (#3463)
  • 2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow
  • f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7

v3.23.6

Commits:

dependabot[bot] avatar Jun 25 '24 07:06 dependabot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scan-tool-bot ❌ Failed (Inspect) Jun 25, 2024 7:33am

vercel[bot] avatar Jun 25 '24 07:06 vercel[bot]

https://github.com/bot-base/scan-tool-bot/tree/dependabot/npm_and_yarn/dependencies-b6f2c2bf94

fourokzaq-dotcom avatar Oct 03 '25 02:10 fourokzaq-dotcom