Skip to content

chore(deps): bump the npm-major group with 11 updates - #9

Merged
jonathansantilli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-f328d8c851
Aug 31, 2026
Merged

chore(deps): bump the npm-major group with 11 updates#9
jonathansantilli merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-f328d8c851

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-major group with 11 updates:

Package From To
bcrypt-ts 5.0.3 9.0.2
dotenv 16.4.7 17.4.2
lucide-react 0.446.0 1.33.0
sonner 1.7.4 2.0.8
tailwind-merge 2.6.0 3.6.0
zod 3.25.76 4.4.3
@testcontainers/postgresql 11.14.0 12.1.0
@types/node 22.13.10 26.2.0
c8 11.0.0 12.0.0
testcontainers 11.14.0 12.1.0
typescript 5.8.2 7.0.2

Updates bcrypt-ts from 5.0.3 to 9.0.2

Release notes

Sourced from bcrypt-ts's releases.

v9.0.1

Performance Improvements

  • improve code performance (4b35bf0)

v9.0.0

⚠ BREAKING CHANGES

  • drop node20 and adds node26

Features

  • drop node20 and adds node26 (670a86d)

v8.0.0

⚠ BREAKING CHANGES

  • Drop cjs and umd builds

Features

  • use scheduler.postTask if possible (6b2e2c5)

v7.1.0

v7.0.0

⚠ BREAKING CHANGES

  • Drop support for Node.js 18

v6.0.0

⚠ BREAKING CHANGES

  • Generate 2b hashes

Features

  • Provide umd build
Changelog

Sourced from bcrypt-ts's changelog.

9.0.2 (2026-08-06)

Bug Fixes

  • validate the fourth character in decodeBase64 (7f40731)

9.0.1 (2026-07-10)

Performance Improvements

  • improve code performance (4b35bf0)

9.0.0 (2026-05-09)

⚠ BREAKING CHANGES

  • drop node20 and adds node26

Features

  • drop node20 and adds node26 (670a86d)

8.0.1 (2026-01-29)

8.0.0 (2025-12-02)

⚠ BREAKING CHANGES

  • drop cjs and umd

Features

  • drop cjs and umd (ae75053)
  • use scheduler postTask if possible (6b2e2c5)

7.1.0 (2025-06-07)

Features

7.0.1 (2025-06-07)

Features

  • improve nextTick handing (cd3e341)

7.0.0 (2025-05-01)

... (truncated)

Commits
  • ec3f349 chore: release
  • 15525a6 docs: add CLAUDE.md
  • c6739b1 chore: use import.meta.dirname in vitest config
  • 7f40731 fix: validate the fourth character in decodeBase64
  • 1bdbedc docs: update README
  • 225660d build: bump deps
  • c457372 chore(deps): update dependency oxlint to v1.76.0 (#823)
  • 200d93f chore(deps): update dependency oxfmt to v0.61.0 (#822)
  • 9ad9eba chore(deps): update dependency oxc-config-hope to v0.3.12 (#821)
  • 90c9f35 chore(deps): update dependency tsdown to v0.22.14 (#820)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for bcrypt-ts since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates dotenv from 16.4.7 to 17.4.2

Changelog

Sourced from dotenv's changelog.

17.4.2 (2026-04-12)

Changed

  • Improved skill files - tightened up details (#1009)

17.4.1 (2026-04-05)

Changed

  • Change text injecting to injected (#1005)

17.4.0 (2026-04-01)

Added

  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)

Changed

  • Tighten up logs: ◇ injecting env (14) from .env (#1003)

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

... (truncated)

Commits

Updates lucide-react from 0.446.0 to 1.33.0

Release notes

Sourced from lucide-react's releases.

Version 1.33.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.32.0...1.33.0

Version 1.32.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

... (truncated)

Commits
  • 75b5516 chore(dev): upgrade ESLint to latest compatible stack (v10) (#4378)
  • 0f8d48b test(packages): updates unit test snapshots with face-slightly-smiling (#4676)
  • f229f83 chore(depedencies): Update dependencies (#4553)
  • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
  • 07c885e fix(docs): fix zephyr-cloud URL in readmes
  • 50d8af5 docs(readme): Update readme files (#4320)
  • 653e44b feat(packages): use .mjs for ESM bundles (#4285)
  • 7623e23 feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...
  • dada0a8 fix(lucide-react): Fix dynamic imports (#4210)
  • a6e648a fix(lucide-react): correct client directives in RSC files (#4189)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for lucide-react since your current version.


Updates sonner from 1.7.4 to 2.0.8

Release notes

Sourced from sonner's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.7...v2.0.8

v2.0.7

Sonner now supports multiple <Toaster /> components, see more here.

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.6...v2.0.7

v2.0.6

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.5...v2.0.6

v2.0.5

Main goal of this update is to fix css import.

What's Changed

... (truncated)

Commits

Updates tailwind-merge from 2.6.0 to 3.6.0

Release notes

Sourced from tailwind-merge's releases.

v3.6.0

New Features

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v3.5.0...v3.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph, @​mike-healy and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.5.0

New Features

Full Changelog: dcastil/tailwind-merge@v3.4.1...v3.5.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.4.1

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.4.0...v3.4.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.4.0

New Features

Documentation

... (truncated)

Commits
  • d54f7e5 v3.6.0
  • 638871a Update README to add info about Tailwind CSS v4.3 support
  • 39fc7b5 Revert "v3.6.0"
  • bd8390f v3.6.0
  • 802877c add v3.6.0 changelog
  • a35feda Merge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x
  • 940389c Merge pull request #667 from dcastil/renovate/release-drafter-release-drafter...
  • 005af6d pin to specific version
  • 5816ced implement breaking changes
  • 17041e1 Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tailwind-merge since your current version.


Updates zod from 3.25.76 to 4.4.3

Release notes

Sourced from zod's releases.

v4.4.3

Commits:

  • 4c2fa95ce3f3390fbc522324e406b4e9e89b88f9 docs: use Zernio primary wordmark for gold sponsor logo
  • 2aeec83eb135e3a83756e973ef44845fc5a455d2 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 7391be88ac1ee5cd02057f5ccc012a1f5df4efd0 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2c703322a21b4e2b12f33f49ea8430c451a68b4f docs: normalize bronze sponsor logos to github avatar pattern
  • 9195250cab0e7950efe39c3926d6c203b4b0a170 docs: remove Mintlify from bronze sponsors (churned)
  • b8dffe9e62f17e6571e6249d05cc5102b54d94e4 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 1cab69383fcdeae2a366d5e2a2fc4d8fc765d168 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • c2be4f819064eed62c7c350a2d399b5faecd15f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent keys (#5941)
  • f3c9ec03ba7a28ae72d25cc295f38674bee0f559 4.4.3
  • 1fb56a5c18c27102dbc92260a4007c7732a0ccca docs: document release procedure in AGENTS.md

v4.4.2

Commits:

  • 0c62df0ea19fd05abdf90473e9eef7eea530fab2 Clean up docs navigation and stale labels (#5901)
  • 20cc794895cc8604fe0c87d83a5d1c3f89fad0ac chore: add security policy and refresh tooling deps
  • 6fbe07b0177efdd1bf1c0b05160e70d7a0702337 fix(docs): heading anchor links now include the hash so it doesnt scoll all the way up, follows navbar logic (#5791)
  • 4bbed1b1c73eca4ce9e59b1189ed236aa6c8b5bd Tighten discriminated union option typing
  • bbac3e567e7fccfaaf7cdc97f1ce30c295e2c908 Update PR guidance for agents
  • cf0dc942a32805c292fff59ade20a7ace980735a Merge remote-tracking branch 'origin/main' into fix-discriminated-union-key-constraint
  • 292c894a5fd2aa42e527900b83d8d7a3009a709c docs: add Zernio gold sponsor
  • 1fc9f311c28dcf80d0bb5a36b177086cbc3d8eca docs: document codec inversion
  • 1373c85da9aeff704a9762d27bc58699618aefb7 docs: remove AI disclosure guidance
  • e20d02b473c08e3a4e557bc610b1b5fac079b649 chore: ignore triage notes
  • e58ea4d91b1dfe8194b73508203213cbc7e9c936 docs: test Zod Mini tab code heights
  • 905761a5d127e8d5dd2ebb3bc88c75cb0b8149ff docs: document preprocess input type narrowing
  • bf64bac850d4dee2b7dde7e64909d5d796d32043 chore: tighten test guidance in AGENTS.md
  • 8ec4e73f4c4693b6361ad591be40fb41eb8a9f95 chore: update play.ts scratch
  • 02c2baf7d0d615872fa4528a8020603b71211702 Make z.preprocess defer optionality to inner schema (#5929)
  • 88015df8e25c44fb5385eb3ef28935119cd5edea fix(docs): drop deprecated baseUrl from tsconfig
  • c59d4474e3b4cad1b323462186cf607178ce8267 4.4.2

v4.4.1

Commits:

  • 481f7be4238c83ed58183f921b2646f340a91c6a ci: gate release publishing on full test workflow
  • 95ccab423aec720b2523c3a64cdc7e3204537cc7 test(v3): restore optional undefined expectations
  • cede2c63739a5823d6aa5093d291e9a111da943d fix(v4): reject tuple holes before required defaults (#5900)
  • edd0bf0f5ada4a8dc581c259407d7bbad0a71ea7 release: 4.4.1
  • 180d83d1dbe6a59260710cc8637a3dea2281ee56 docs: remove Jazz featured sponsor

v4.4.0

4.4.0

This is a minor release with a wide set of correctness and soundness fixes. Some fixes intentionally make Zod stricter, so code that depended on previously accepted invalid or ambiguous inputs may need small updates.

Potentially breaking bug fixes

... (truncated)

Commits
  • 1fb56a5 docs: document release procedure in AGENTS.md
  • f3c9ec0 4.4.3
  • c2be4f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent...
  • 1cab693 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • b8dffe9 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 9195250 docs: remove Mintlify from bronze sponsors (churned)
  • 2c70332 docs: normalize bronze sponsor logos to github avatar pattern
  • 7391be8 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2aeec83 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 4c2fa95 docs: use Zernio primary wordmark for gold sponsor logo
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.


Updates @testcontainers/postgresql from 11.14.0 to 12.1.0

Release notes

Sourced from @​testcontainers/postgresql's releases.

v12.1.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

v12.0.4

Changes

🐛 Bug Fixes

📖 Documentation

🧹 Maintenance

... (truncated)

Commits

Updates @types/node from 22.13.10 to 26.2.0

Commits

Updates c8 from 11.0.0 to 12.0.0

Release notes

Sourced from c8's releases.

v12.0.0

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

Changelog

Sourced from c8's changelog.

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

Commits

Updates testcontainers from 11.14.0 to 12.1.0

Release notes

Sourced from testcontainers's releases.

v12.1.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

v12.0.4

Changes

🐛 Bug Fixes

📖 Documentation

🧹 Maintenance

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
@jonathansantilli
jonathansantilli force-pushed the dependabot/npm_and_yarn/npm-major-f328d8c851 branch from 0b13c63 to f0ed2a9 Compare August 31, 2026 08:26
Rebased onto main and the lockfile regenerated, because the production
group landed first and the two conflicted.

Verified beyond the suites, on the two that could break quietly:

bcrypt-ts 5 to 9 changes the prefix it writes from $2a$ to $2b$. Both are
bcrypt, and a hash written by version 5 still verifies under version 9 —
checked directly, because the test suite hashes and verifies with the same
version and would pass either way. Had it not, every deployed instance
would have locked out its operator on upgrade with nothing in the logs to
say why.

TypeScript 7 works here. It is held back on the codegate client by
typescript-eslint, which declares <6.1.0; this repository lints with biome
and has no such constraint.

zod 4 across every route schema, sonner 2, lucide-react 1, tailwind-merge
3, dotenv 17, testcontainers 12, c8 12, @types/node 26: 131 unit, 95
integration and 31 end-to-end pass, and the console builds.
@jonathansantilli
jonathansantilli force-pushed the dependabot/npm_and_yarn/npm-major-f328d8c851 branch from f0ed2a9 to 8c81b09 Compare August 31, 2026 08:34
@jonathansantilli
jonathansantilli merged commit ef77a22 into main Aug 31, 2026
7 checks passed
@jonathansantilli
jonathansantilli deleted the dependabot/npm_and_yarn/npm-major-f328d8c851 branch August 31, 2026 08:40
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant