Skip to content

Bump the production-dependencies group across 1 directory with 2 updates#47

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-1faf650893
Open

Bump the production-dependencies group across 1 directory with 2 updates#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-1faf650893

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the production-dependencies group with 2 updates in the / directory: @tsparticles/confetti and react-router.

Updates @tsparticles/confetti from 3.9.1 to 4.0.5

Release notes

Sourced from @​tsparticles/confetti's releases.

v4.0.5

What's Changed

🧰 Maintenance

🔧 Other Changes

Full Changelog: tsparticles/tsparticles@v4.0.4...v4.0.5

v4.0.4

Full Changelog: tsparticles/tsparticles@v4.0.3...v4.0.4

v4.0.3

What's Changed

🧰 Maintenance

🔧 Other Changes

Full Changelog: tsparticles/tsparticles@v4.0.2...v4.0.3

v4.0.1

What's Changed

🧰 Maintenance

🔧 Other Changes

... (truncated)

Changelog

Sourced from @​tsparticles/confetti's changelog.

4.0.5 (2026-05-19)

Note: Version bump only for package @​tsparticles/confetti

4.0.4 (2026-05-19)

Note: Version bump only for package @​tsparticles/confetti

4.0.3 (2026-05-18)

Note: Version bump only for package @​tsparticles/confetti

4.0.2 (2026-05-16)

Note: Version bump only for package @​tsparticles/confetti

4.0.1 (2026-05-15)

Note: Version bump only for package @​tsparticles/confetti

4.0.0 (2026-05-15)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.17 (2026-05-15)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.16 (2026-05-09)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.15 (2026-05-09)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.12 (2026-04-15)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.11 (2026-04-08)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.10 (2026-04-08)

Note: Version bump only for package @​tsparticles/confetti

4.0.0-beta.9 (2026-04-08)

... (truncated)

Commits
  • 4d8b281 chore(release): published new version
  • ccaa764 chore(release): published new version
  • 0414bc5 chore(release): published new version
  • 77b9072 chore(release): published new version
  • c0182f3 chore(release): published new version
  • 3058cb8 chore(release): published new version
  • 0d91631 chore(release): published new version
  • 93f926c docs: updated docs for better typedoc output
  • 8ac678c chore(release): published new version
  • 1dfc9e1 chore(release): published new version
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tsparticles/confetti since your current version.


Updates react-router from 7.15.0 to 7.15.1

Release notes

Sourced from react-router's releases.

v7.15.1

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7151

Changelog

Sourced from react-router's changelog.

v7.15.1

Patch Changes

  • Update router to operate on fetcher Maps in an immutable manner to avoid delayed React renders from potentially reading an updated but not yet committed Map. This could result in brief flickers in some fetcher-driven optimistic UI scenarios. (#15028)
  • Fix serverLoader() returning stale SSR data when a client navigation aborts pending hydration before the hydration clientLoader resolves (#15022)
  • Fix RouterProvider onError callback not being called for synchronous initial loader errors in SPA mode (#15039) (#14942)
  • Memoize useFetchers to return a stable identity and only change if fetchers changed (#15028)
  • Internal refactor to consolidate mutation request detection through shared utility (#15033)

Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add a new unstable_useRouterState() hook that consolidates access to active and pending router states (RFC: #12358) (#15017)
    • Data/Framework/RSC only — throws when used without a data router

    • This should allow you to consolidate usages of the following hooks which will likely be deprecated and removed in a future major version

      • useLocation
      • useSearchParams
      • useParams
      • useMatches
      • useNavigationType
      • useNavigation
      let { active, pending } = unstable_useRouterState();
      // Active is always populated with the current location
      active.location; // replaces useLocation()
      active.searchParams; // replaces useSearchParams()[0]
      active.params; // replaces useParams()
      active.matches; // replaces useMatches()
      active.type; // replaces useNavigationType()
      // Pending is only populated during a navigation
      pending.location; // replaces useNavigation().location
      pending.searchParams; // equivalent to new URLSearchParams(useNavigation().search)
      pending.params; // Not directly accessible today
      pending.matches; // Not directly accessible today
      pending.type; // Not directly accessible today
      pending.state; // replaces useNavigation().state
      pending.formMethod; // replaces useNavigation().formMethod
      pending.formAction; // replaces useNavigation().formAction
      pending.formEncType; // replaces useNavigation().formEncType
      pending.formData; // replaces useNavigation().formData
      pending.json; // replaces useNavigation().json
      pending.text; // replaces useNavigation().text

Commits
  • 587d08f Release v7.15.1 (#15038)
  • 89996bd Fire onError for initial-load errors when RouterProvider mounts late (#15039)
  • 4322e58 Update docs for useRouterState
  • fadd6c4 Merge branch 'main' into release
  • 6bf91ce chore: format
  • 44c3478 fix: prevent fetcher formData flicker and eliminate state.fetchers mutations ...
  • 7e6725a Cleanup lint issues (#15030)
  • aabd30c Use shared isMutationMethod check (#15033)
  • 954a4a6 Fix stale SSR data when hydration is aborted by a same-route navigation (#15022)
  • 041cd32 fix(react-router): Internal preloads refactor to preserve types (#14860)
  • 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 May 18, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 18, 2026

Deploy Preview for jancernik failed.

Name Link
🔨 Latest commit 1b5744d
🔍 Latest deploy log https://app.netlify.com/projects/jancernik/deploys/6a14984e2107430008b2fbac

Bumps the production-dependencies group with 2 updates in the / directory: [@tsparticles/confetti](https://github.com/tsparticles/tsparticles/tree/HEAD/bundles/confetti) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router).


Updates `@tsparticles/confetti` from 3.9.1 to 4.0.5
- [Release notes](https://github.com/tsparticles/tsparticles/releases)
- [Changelog](https://github.com/tsparticles/tsparticles/blob/main/bundles/confetti/CHANGELOG.md)
- [Commits](https://github.com/tsparticles/tsparticles/commits/v4.0.5/bundles/confetti)

Updates `react-router` from 7.15.0 to 7.15.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.15.1/packages/react-router)

---
updated-dependencies:
- dependency-name: "@tsparticles/confetti"
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-router
  dependency-version: 7.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the production-dependencies group with 2 updates Bump the production-dependencies group across 1 directory with 2 updates May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-1faf650893 branch from 5502292 to 1b5744d Compare May 25, 2026 18:43
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.

0 participants