Bump the dependencies group across 1 directory with 29 updates
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
086c31e1.4.1b2a840dbuild: update d2n version for Deno, toob096495build: update grammY peer dep to ^1.20.1 (#23)ad40db4fix: only use types form /types (#25)ddbc3d5Merge pull request #22 from grammyjs/2024b46822bchore: update license year to 20246cad3af1.4.005a69cffeat: message.react (#21)eb0370efeat: hydrate Chat and User (#18)96cb831chore: remove charset option from tsconfig (#17)- Additional commits viewable in compare view
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
- Fix examples by
@dcdunkanin grammyjs/i18n#25- Remove .middleware() call by
@Loskirin grammyjs/i18n#26- feat: make tests independent of dcdunkan/tests by
@dcdunkanin grammyjs/i18n#34- fix: make ctx.i18n non-enumerable by
@deptypedin grammyjs/i18n#33- feat: built-in fluent integration by
@dcdunkanin grammyjs/i18n#35- chore: new Deno configuration schema by
@dcdunkanin grammyjs/i18n#38- ci: fix tests by
@dcdunkanin grammyjs/i18n#39- chore: update license year to 2024 by
@KnorpelSenfin grammyjs/i18n#45New Contributors
@Loskirmade their first contribution in grammyjs/i18n#26@deptypedmade their first contribution in grammyjs/i18n#33@KnorpelSenfmade their first contribution in grammyjs/i18n#45Full Changelog: https://github.com/grammyjs/i18n/compare/v1.0.1...v1.0.2
Commits
8b86ee4chore: update depsc268694chore: update license year to 2024 (#45)33c3d91chore: bump deps7b03fa1ci: fix tests (#39)b36ca0fchore: new Deno configuration schema (#38)663d136feat: built-in fluent integration (#35)5297fdefix: make ctx.i18n non-enumerable (#33)7fc6d10chore: update license year2460107feat: make tests independent of dcdunkan/tests (#34)85d340fRemove .middleware() call (#26)- Additional commits viewable in compare view
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
fa8f80fTag as 1.105bc5295Merge pull request #25 from grammyjs/update-fmt-captions346e8ebFix types with media type fmt reply methodsfeed102Merge pull request #23 from dimpurr/master1160288fix: merge args and middlewares to standard93ca737feat: support fmt in media captions49ba35bUpdate to 1.9.0, only depend on grammYde5f5c4Merge pull request #21 from grammyjs/20247132848chore: update license year to 20242bdaa30Merge 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
71d45743.9.003a4035feat: support Bot API 7.5 (#47)b45ee3e3.8.1d5fdbdffeat: add languageCode type (#45)97fead83.8.069f1615feat: support Bot API 7.4 (#46)4533934Update reference to commands page (#44)534f1f33.7.0654a0d1fix: bad import06029a3feat: support Bot API 7.3 (#43)- Additional commits viewable in compare view
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
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #81416.4.4 (2024-02-13)
Changed
- 🐞 Replaced chaining operator
?.with old school&&(fixing node 12 failures) #81216.4.3 (2024-02-12)
Changed
- Fixed processing of multiple files in
options.path#80516.4.2 (2024-02-10)
Changed
- Changed funding link in package.json to
dotenvx.com16.4.1 (2024-01-24)
- Patch support for array as
pathoption #79716.4.0 (2024-01-23)
- Add
error.codeto error messages around.env.vaultdecryption handling #795- Add ability to find
.env.vaultfile when filename(s) passed as an array #78416.3.2 (2024-01-18)
Added
- Add debug message when no encoding set #735
Changed
Commits
9f3e83316.4.56924177Merge pull request #814 from motdotla/dont-check-existance3533420changelog 🪵249e5a6adjust logic to support tests87fd887do not check if exists1146910rename .env-multiline to .env.multilined03e39716.4.43275a0achangelog 🪵f40a8c3Merge pull request #812 from motdotla/patch-121dc22d3replace 14 chaining operator- Additional commits viewable in compare view
Updates fastify from 4.21.0 to 4.28.0
Release notes
Sourced from fastify's releases.
v4.28.0
What's Changed
- test: fix closing - pipelining by
@climba03003in fastify/fastify#5486- refactor(backport v4.x): change
reply.redirect()signature (#5483) by@gurgundayin fastify/fastify#5484- refactor(backport v4.x): hasRoute method comparison with case insensitive by
@SMNBLMRRin fastify/fastify#5513- fix: (backport) Type inferrence with auxilliary hook handlers by
@aadito123in fastify/fastify#5518Full Changelog: https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0
v4.27.0
What's Changed
- docs(request): update request page by
@Tony133in fastify/fastify#5343- ci: Add Nsolid runtime to CI and Integration tests by
@riosjein fastify/fastify#5332- docs(Ecosystem): add fastify-i18n, vite-plugin-fastify, and vite-plug… by
@Shyam-Chenin fastify/fastify#5346- docs(ecosystem): update x-ray community plugin link by
@jorgevrgsin fastify/fastify#5350- docs: spelling corrections by
@10xLaCroixDrinkerin fastify/fastify#5349- docs: Remove ES module with NodeNext note by
@melroy89in fastify/fastify#5361- docs(ecosystem): add fastify-msgraph-change-notifications-webhook to community plugins by
@flower-of-the-bridgesin fastify/fastify#5360- docs: Add GitHub links to Type Providers + mention Zod by
@melroy89in fastify/fastify#5365- docs: fix errors table layout by
@aivopaasin fastify/fastify#5374- chore: Bump pnpm/action-setup from 2 to 3 by
@dependabotin fastify/fastify#5381- docs(typescript): update generic constraints link by
@Tony133in fastify/fastify#5379- types: narrow code reply type based on schema by
@hpx7in fastify/fastify#5380- fix: errorCodes import using ESM by
@melroy89in fastify/fastify#5390- fix: Extend tap with .test.mjs tests & Rename existing ESM test by
@melroy89in fastify/fastify#5391- docs(typescript): update example https server by
@Tony133in fastify/fastify#5389- docs(typescript): update snippet code by
@Tony133in fastify/fastify#5406- fix: benchmark CI by
@gurgundayin fastify/fastify#5414- fix:
remove-labeljob uses the wrong repo by@gurgundayin fastify/fastify#5415- fix: only run citgm if citgm-core-plugins label is set by
@gurgundayin fastify/fastify#5416- feat: adds webdav methods that require body & content type parsing by
@johavenin fastify/fastify#5411- docs: improve onError docs by specifying what the error handler is by
@tmcwin fastify/fastify#5358- chore: add mercedes-benz as new sponsor by
@Eommin fastify/fastify#5424- chore(ecosystem): Add Fastify asyncforge plugin by
@rozzillain fastify/fastify#5429- types:
reply.getSerializationFunctioncan returnundefinedby@remidewittein fastify/fastify#5384- chore: Bump pino from 8.21.0 to 9.0.0 in the dependencies-major group by
@dependabotin fastify/fastify#5431- chore: exclude node 14 and 16 on macOS by
@gurgundayin fastify/fastify#5433- chore: Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
@dependabotin fastify/fastify#5436- docs: update indentation on snippet code by
@Tony133in fastify/fastify#5418- docs(guides/abort): suggest explicit use of the
abortedproperty by@Fdawgsin fastify/fastify#5438- feat: disable request logging by
@SamSalvaticoin fastify/fastify#5435- chore: add
@gurgundayto the Core Team by@gurgundayin fastify/fastify#5442- feat: add mkcalendar and report methods by
@keyservladin fastify/fastify#5439- feat: handle synchronous errors in errorHandler by
@mcollinain fastify/fastify#5445- types: request route schema might be undefined by
@nflaigin fastify/fastify#5394New Contributors
@Tony133made their first contribution in fastify/fastify#5343@riosjemade their first contribution in fastify/fastify#5332
... (truncated)
Commits
4212551Bumped v4.28.0db01168auxilliary hook handler type fix + test fix (#5518)1d7b955refactor(backport v4.x): hasRoute method comparison with case insensitive (#5...369858d[Backport 4.x] refactor: changereply.redirect()signature (#5483) (#5484)d2d6d9atest: fix closing - pipelining (#5486)fe25981Bumped v4.27.0445e41atypes: request route schema might be undefined (#5394)b8cbd33feat: handle synchronous errors in errorHandler (#5445)bf64e47feat: add mkcalendar and report methods (#5439)6dbe833update readme (#5442)- Additional commits viewable in compare view
Updates grammy from 1.17.2 to 1.25.1
Release notes
Sourced from grammy's releases.
v1.25.1
What's Changed
- fix: resolve type conflict of ctx.chatId for callback queries by
@KnorpelSenfin grammyjs/grammY#603- fix: unify webhookCallback overloads by
@KnorpelSenfin grammyjs/grammY#604Full Changelog: https://github.com/grammyjs/grammY/compare/v1.25.0...v1.25.1
v1.25.0
What's Changed
- Create type tests by
@KnightNiwremin grammyjs/grammY#584- fix: add options bag to setChatPermissions by
@KnorpelSenfin grammyjs/grammY#600- feat: support Bot API 7.5 by
@KnorpelSenfin grammyjs/grammY#601Full Changelog: https://github.com/grammyjs/grammY/compare/v1.24.1...v1.25.0
v1.24.1
What's Changed
- feat: add
bunweb framework adapter by@SunsetTechuilain grammyjs/grammY#583- perf: fast array copy for installed transformers by
@KnorpelSenfin grammyjs/grammY#596- feat: allow cloning
Apiinstances by@KnorpelSenfin grammyjs/grammY#594New Contributors
@SunsetTechuilamade their first contribution in grammyjs/grammY#583Full Changelog: https://github.com/grammyjs/grammY/compare/v1.24.0...v1.24.1
v1.24.0
What's Changed
- feat: support Bot API 7.4 by
@KnorpelSenfin grammyjs/grammY#590Full Changelog: https://github.com/grammyjs/grammY/compare/v1.23.1...v1.24.0
v1.23.1
What's Changed
- fix: type of ctx.editedMessage by
@KnorpelSenfin grammyjs/grammY#578- fix: Return
undefinedfor koa headers if empty string by@KnightNiwremin grammyjs/grammY#580- fix: do not crash bot.stop if starting failed by
@KnorpelSenfin grammyjs/grammY#577
... (truncated)
Commits
086605a1.25.1c328e55fix: unify webhookCallback overloads (#604)0f9ca12fix: resolve type conflict of ctx.chatId for callback queries (#603)d95a9d6docs: add@barinbritvaas a contributor for reviewa510d93docs: add@alevehaas a contributor for coded4ae800docs: update@AbbassAlmusawias a contributor0d58bea1.25.0bdce578feat: support Bot API 7.5 (#601)b6a4f92fix: add options bag to setChatPermissions (#600)2ba57c1test: create type tests (#584)- Additional commits viewable in compare view
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
- Capitialize Danish native by
@HThurenin meikidd/iso-639-1#80New Contributors
@HThurenmade their first contribution in meikidd/iso-639-1#80Full 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
v3.0.1
- Fix error TS7016 #68
v3.0.0
- Export ESM module #67
Commits
- See full diff in compare view
Updates pino from 8.15.0 to 9.2.0
Release notes
Sourced from pino's releases.
v9.2.0
What's Changed
- shallow clone target options by
@mcollinain pinojs/pino#1973- add logger instance as third parameter by
@emmyakinin pinojs/pino#1977- use boolean flag to ensure serializers are applied once by
@emmyakinin pinojs/pino#1976- suppport messageKey in pino/browser by
@emmyakinin pinojs/pino#1980- Fixing browser side child log issue (#960) child level can now be set at cr… by
@stevel032in pinojs/pino#1986New Contributors
@stevel032made their first contribution in pinojs/pino#1986Full Changelog: https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0
v9.1.0
What's Changed
- fix(transport-stream): Fix import error when using pkg with node v20 by
@nagyszabiin pinojs/pino#1949- Update LTS doc by
@jsumnersin pinojs/pino#1955- Update pino types for browser.formatters by
@KatelynKimin pinojs/pino#1946- add node v22 to CI by
@mcollinain pinojs/pino#1953- Add Platformatic to sponsors by
@mcollinain pinojs/pino#1956- Update h3 example by
@mcollinain pinojs/pino#1968- Support file URLs when configuring multiple transports by
@hainesin pinojs/pino#1961- Adding support for mix&match pipelines by
@dbacarelin pinojs/pino#1954- apply serializers to args once before asObject or transmit by
@emmyakinin pinojs/pino#1971- build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 by
@dependabotin pinojs/pino#1933- build(deps): bump sonic-boom from 3.8.1 to 4.0.1 by
@dependabotin pinojs/pino#1960- build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 by
@dependabotin pinojs/pino#1957- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabotin pinojs/pino#1937- build(deps): bump actions/dependency-review-action from 3 to 4 by
@dependabotin pinojs/pino#1894- build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 by
@dependabotin pinojs/pino#1913- Drop yarn support and update pnpm by
@mcollinain pinojs/pino#1972- build(deps): bump thread-stream from 2.7.0 to 3.0.0 by
@dependabotin pinojs/pino#1959New Contributors
@nagyszabimade their first contribution in pinojs/pino#1949@hainesmade their first contribution in pinojs/pino#1961@emmyakinmade their first contribution in pinojs/pino#1971Full 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
- Issue v9 release by
@jsumnersin pinojs/pino#1947Full Changelog: https://github.com/pinojs/pino/compare/v8.21.0...v9.0.0
... (truncated)
Commits
52bf0aaBumped v9.2.010bfff4Fixing browser side child log issue (#960) child level can now be set at cr… ...8db130esuppport message key in pino/browser (#1980)0109b15use boolean flag to ensure serializers are applied once (#1976)2af5abdadd logger instance as third parameter (#1977)206edeeshallow clone target options (#1973)75e5591Bumped v9.1.028790efSkip pkg test with PNPM03668e5build(deps): bump thread-stream from 2.7.0 to 3.0.0 (#1959)9ff5a37Drop yarn support and update pnpm (#1972)- Additional commits viewable in compare view
Updates pino-pretty from 10.2.0 to 11.2.1
Release notes
Sourced from pino-pretty's releases.
v11
What's Changed
- Fix: add missing useOnlyCustomProps options to type definitions by
@pcdevilin pinojs/pino-pretty#514New Contributors
@pcdevilmade their first contribution in pinojs/pino-pretty#514Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.2.0...v11.2.1
v11.2.0
What's Changed
- fix: add injection of lacking arguments of customPrettifiers by
@pasha-vuikoin pinojs/pino-pretty#501New Contributors
@pasha-vuikomade their first contribution in pinojs/pino-pretty#501Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.1.0...v11.2.0
v11.1.0
What's Changed
- Bump tsd from 0.30.7 to 0.31.0 by
@dependabotin pinojs/pino-pretty#503- Fix Object.create(null) by
@chrisandsin pinojs/pino-pretty#507- Bump sonic-boom from 3.8.1 to 4.0.1 by
@dependabotin pinojs/pino-pretty#509- Bump pino from 8.21.0 to 9.0.0 by
@dependabotin pinojs/pino-pretty#510- feat: automatically consume pino config when using pino@>=8.21.0 by
@10xLaCroixDrinkerin pinojs/pino-pretty#508- fix: pass error-like objects (#505) by
@aqemiin pinojs/pino-pretty#506- Add node v22 to CI by
@mcollinain pinojs/pino-pretty#511- feat: Added exports color support in TTY by
@synapsein pinojs/pino-pretty#513New Contributors
@chrisandsmade their first contribution in pinojs/pino-pretty#507@aqemimade their first contribution in pinojs/pino-pretty#506@synapsemade their first contribution in pinojs/pino-pretty#513Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.0.0...v11.1.0
v11.0.0
What's Changed
- Bump actions/dependency-review-action from 3 to 4 by
@dependabotin pinojs/pino-pretty#492- Bump actions/cache from 3 to 4 by
@dependabotin pinojs/pino-pretty#491- chore(license): make detectable by GitHub by
@10xLaCroixDrinkerin pinojs/pino-pretty#497- Update help.txt: Fix program name by
@glenscin pinojs/pino-pretty#498- Providing additional functionality to customPrettifiers and messageFormat by
@FoxxMDin pinojs/pino-pretty#495- Support objects in options.customColors by
@kindagonzoin pinojs/pino-pretty#487New Contributors
@10xLaCroixDrinkermade their first contribution in pinojs/pino-pretty#497@glenscmade their first contribution in pinojs/pino-pretty#498@FoxxMDmade their first contribution in pinojs/pino-pretty#495@kindagonzomade their first contribution in pinojs/pino-pretty#487
... (truncated)
Commits
5bc130fBumped v11.2.16d10717Fix: add missing useOnlyCustomProps options to type definitions (#514)af7ae26v11.2.084680aafix: add injection of lacking arguments of customPrettifiers (#501)77e85fdBumped v11.1.0b2004effeat: Added exports color support in TTY (#513)91a56ebAdd node v22 to CI (#511)1a23045fix: pass error-like objects (#505) (#506)4f992c2feat: automatically consume pino config when using pino@>=8.21.0 (#508)2596a6bBump pino from 8.21.0 to 9.0.0 (#510)- Additional commits viewable in compare view
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
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
98d9f6ddocs: fix favicon in vercel26d633cfix: nyc coverage compatibility (#54)f714d74docs: add logo as favicon3ee4c59chore(deps): update dependency node to v20.15.0 (#595)2922567test(api): update expected error messagecb27d4dfix: minimum Node version in warning formodule.register()(#592)97a23eedocs: add logoc22fa7dfix(cjs): make transformers overwritable6e117c2chore: add tsx.is homepage to package.json4c53853test(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:
- bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node
- 6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node
- 1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (#3447)
- 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
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 |
https://github.com/bot-base/scan-tool-bot/tree/dependabot/npm_and_yarn/dependencies-b6f2c2bf94