Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 2 updates - #204

Merged
DrumRobot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-9b603d8c54
Jul 27, 2026
Merged

DrumRobot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-9b603d8c54

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates in the / directory: effect and isomorphic-dompurify.

Updates effect from 3.21.4 to 3.22.0

Release notes

Sourced from effect's releases.

effect@3.22.0

Minor Changes

  • #6286 fffdee0 Thanks @​effect-bot! - Add Graph.successors and Graph.predecessors, deprecate Graph.neighborsDirected, and fix graph algorithm edge cases around reversal, undirected edge queries, shortest-path weight validation, topological sort initials, and strongly connected components.

effect@3.21.5

Patch Changes

  • #6302 307d54a Thanks @​fubhy! - Allow cron fields like 5/15 to expand from the starting value through the field maximum.

  • #6303 d95868a Thanks @​fubhy! - Fix Schedule.cron when the test clock is adjusted to infinity.

  • #6285 95c7d2e Thanks @​chatman-media! - Fix Cron.next skipping earlier matching days when the upcoming day-of-month does not exist in the current month. For an expression like 0 0 1,16,31 * *, advancing from a date past the 16th selected day 31; in a month without 31 days this overflowed into the following month and landed on a later matching day (e.g. the 16th), silently skipping the 1st. Cron.next now wraps to the first matching day of the next month in that case, matching the behaviour of Cron.prev and other cron implementations.

  • #6305 d24511f Thanks @​fubhy! - Fix cron parsing and scheduling edge cases for whitespace, Sunday 7, strict numeric tokens, explicit full day ranges, and month-constrained day-of-month / weekday matching.

Changelog

Sourced from effect's changelog.

3.22.0

Minor Changes

  • #6286 fffdee0 Thanks @​effect-bot! - Add Graph.successors and Graph.predecessors, deprecate Graph.neighborsDirected, and fix graph algorithm edge cases around reversal, undirected edge queries, shortest-path weight validation, topological sort initials, and strongly connected components.

3.21.5

Patch Changes

  • #6302 307d54a Thanks @​fubhy! - Allow cron fields like 5/15 to expand from the starting value through the field maximum.

  • #6303 d95868a Thanks @​fubhy! - Fix Schedule.cron when the test clock is adjusted to infinity.

  • #6285 95c7d2e Thanks @​chatman-media! - Fix Cron.next skipping earlier matching days when the upcoming day-of-month does not exist in the current month. For an expression like 0 0 1,16,31 * *, advancing from a date past the 16th selected day 31; in a month without 31 days this overflowed into the following month and landed on a later matching day (e.g. the 16th), silently skipping the 1st. Cron.next now wraps to the first matching day of the next month in that case, matching the behaviour of Cron.prev and other cron implementations.

  • #6305 d24511f Thanks @​fubhy! - Fix cron parsing and scheduling edge cases for whitespace, Sunday 7, strict numeric tokens, explicit full day ranges, and month-constrained day-of-month / weekday matching.

Commits

Updates isomorphic-dompurify from 3.18.0 to 3.19.0

Release notes

Sourced from isomorphic-dompurify's releases.

3.19.0: Updated dependencies

  • dompurify 3.4.11 -> 3.4.12
  • @​biomejs/biome 2.5.0 -> 2.5.4
  • vitest 4.1.9 -> 4.1.10
  • lefthook 2.1.9 -> 2.1.10
  • pnpm 11.6.0 -> 11.13.1
  • actions/checkout 6 -> 7
  • pnpm/action-setup 6.0.8 -> 6.0.9
Commits
  • 64d2fae chore(release): 3.19.0
  • 9513bbe chore(deps): bump dompurify from 3.4.11 to 3.4.12
  • 2cc00b9 bump @​biomejs/biome from 2.5.3 to 2.5.4
  • 9fd5480 fix: pin typescript to v6 to restore d.ts build
  • acdf84f chore: bump pnpm from 11.6.0 to 11.11.0
  • a80de54 chore(deps-dev): bump lefthook from 2.1.9 to 2.1.10
  • 1f9f1a2 chore(deps-dev): bump @​biomejs/biome from 2.5.2 to 2.5.3
  • 7670b00 chore(deps-dev): bump typescript from 6.0.3 to 7.0.2
  • 8bb8329 chore(deps-dev): bump vitest from 4.1.9 to 4.1.10
  • 95d8989 chore(deps-dev): bump @​biomejs/biome from 2.5.1 to 2.5.2
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 19, 2026
…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) and [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify).


Updates `effect` from 3.21.4 to 3.22.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/effect@3.22.0/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.22.0/packages/effect)

Updates `isomorphic-dompurify` from 3.18.0 to 3.19.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@3.18.0...3.19.0)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: isomorphic-dompurify
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 2 updates chore(deps): bump the production-dependencies group across 1 directory with 2 updates Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-9b603d8c54 branch from 7131524 to 7c38760 Compare July 26, 2026 13:43
@DrumRobot
DrumRobot merged commit 46ebea3 into main Jul 27, 2026
3 checks passed
@DrumRobot
DrumRobot deleted the dependabot/npm_and_yarn/production-dependencies-9b603d8c54 branch July 27, 2026 08:17
@DrumRobot

Copy link
Copy Markdown
Member

🎉 This PR is included in version 0.5.6-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@DrumRobot

Copy link
Copy Markdown
Member

🎉 This PR is included in version 0.4.13-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@DrumRobot

Copy link
Copy Markdown
Member

🎉 This PR is included in version 0.5.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released on @beta released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant