Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm-production group in /frontend with 6 updates #3343

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the npm-production group in /frontend with 6 updates:

Package From To
@tanstack/react-query 5.67.1 5.67.2
nanoid 5.1.2 5.1.3
next 15.2.0 15.2.1
next-themes 0.4.4 0.4.5
posthog-js 1.225.1 1.230.1
react-day-picker 9.5.1 9.6.1

Updates @tanstack/react-query from 5.67.1 to 5.67.2

Release notes

Sourced from @​tanstack/react-query's releases.

v5.67.2

Version 5.67.2 - 3/7/25, 10:56 AM

Changes

Fix

Chore

  • deps: update dependency vitest to v2.1.9 [security] (#8605) (f31eeda) by renovate[bot]
  • sync CONTRIBUTING.md between projects (#8767) (c4cb285) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#8549) (8c03bd0) by renovate[bot]
  • ts 5.8 (161f534) by Dominik Dorfmeister

Docs

  • svelte-query: add the devtools page to the svelte-query docs (#8149) (c82362e) by Nicolai Calinin
  • Fix relative links in Advanced Server Rendering guide (#8765) (a4f3956) by Ilia Evseev
  • react-query: fix broken links in QueryClient docs (#8748) (2406435) by Kristian
  • fix Advanced Server Rendering guide link (#8762) (e67b6f6) by JiSeong Park
  • update links to ESLint rules (#8758) (b975d89) by @​MariaSolOs

Packages

  • @​tanstack/eslint-plugin-query@​5.67.2
  • @​tanstack/query-async-storage-persister@​5.67.2
  • @​tanstack/query-broadcast-client-experimental@​5.67.2
  • @​tanstack/query-core@​5.67.2
  • @​tanstack/query-devtools@​5.67.2
  • @​tanstack/query-persist-client-core@​5.67.2
  • @​tanstack/query-sync-storage-persister@​5.67.2
  • @​tanstack/react-query@​5.67.2
  • @​tanstack/react-query-devtools@​5.67.2
  • @​tanstack/react-query-persist-client@​5.67.2
  • @​tanstack/react-query-next-experimental@​5.67.2
  • @​tanstack/solid-query@​5.67.2
  • @​tanstack/solid-query-devtools@​5.67.2
  • @​tanstack/solid-query-persist-client@​5.67.2
  • @​tanstack/svelte-query@​5.67.2
  • @​tanstack/svelte-query-devtools@​5.67.2
  • @​tanstack/svelte-query-persist-client@​5.67.2
  • @​tanstack/vue-query@​5.67.2
  • @​tanstack/angular-query-devtools-experimental@​5.67.2
  • @​tanstack/angular-query-experimental@​5.67.2
  • @​tanstack/vue-query-devtools@​5.67.2
Commits

Updates nanoid from 5.1.2 to 5.1.3

Release notes

Sourced from nanoid's releases.

5.1.3

Changelog

Sourced from nanoid's changelog.

5.1.3

Commits

Updates next from 15.2.0 to 15.2.1

Release notes

Sourced from next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits
  • 6338781 v15.2.1
  • 197b4bb v15.2.1-canary.6
  • f5e2dcc Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...
  • e45411e Fix flaky Bun test (#76763)
  • 0940320 chore(github): move top prs and feature requests to different Slack channel (...
  • 4369731 feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...
  • 58a22f7 Disable flaky Turbopack tests (#76760)
  • 6dc8579 fix edge runtime asset fetch in pages api (#76750)
  • ead6e95 Fix: missing close brace in demo code (#76549)
  • bd39335 toDisplayRedbox(): replace all occurrences of testDir (#76618)
  • Additional commits viewable in compare view

Updates next-themes from 0.4.4 to 0.4.5

Release notes

Sourced from next-themes's releases.

v0.4.5

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.4...v0.4.5

Commits
  • d12996b chore: Fix corepack errors in CI (#342)
  • b77db23 Bump the npm_and_yarn group across 1 directory with 7 updates (#341)
  • d3fa4ee Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 director...
  • ad83567 Reduce number of renders by pre-setting resolvedTheme (#338)
  • 1b51044 fix: map theme to class using ValueObject in injected script (#330)
  • See full diff in compare view

Updates posthog-js from 1.225.1 to 1.230.1

Release notes

Sourced from posthog-js's releases.

1.230.1 - 2025-03-10

  • fix: handle non Error objects being passed to captureException (#1806)

1.230.0 - 2025-03-10

  • feat: allow early access feature stage specification (#1805)

1.229.5 - 2025-03-07

  • fix: Stop logging error when client is uninitialized (#1803)

1.229.4 - 2025-03-07

  • chore: use quesiton ID instead of question index if it's available (#1764)

1.229.3 - 2025-03-07

  • Reverse error message (#1795)

1.229.2 - 2025-03-06

  • fix: make survey preview behave like the actual (#1799)
  • chore(err): add playground for error tracking (#1796)
  • chore: sourcemap sample app (#1782)
  • chore: refactor playwright helper for clarity (#1774)

1.229.1 - 2025-03-06

  • fix: stop setting platform on sentry event (#1790)

1.229.0 - 2025-03-06

1.228.2 - 2025-03-06

1.227.2 - 2025-03-05

1.227.1 - 2025-03-05

  • feat: posthog feature component should report variant too (#1783)
  • chore: image blocking example (#1789)
  • chore(): set all github actions to run on ubuntu-22.04 (#1784)
  • fix(flags): Make sure flags are loaded when identify is called (#1785)
  • fix(flags): pass along $initial_ person properties in decide requests automatically (#1781)
  • chore: Mark peerDependencies as optional (#1777)
  • feat: Make getQueryParams more resilient (#1778)

1.227.0 - 2025-03-04

  • feat: support loading masking remotely (#1734)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.230.1 - 2025-03-10

  • fix: handle non Error objects being passed to captureException (#1806)

1.230.0 - 2025-03-10

  • feat: allow early access feature stage specification (#1805)

1.229.5 - 2025-03-07

  • fix: Stop logging error when client is uninitialized (#1803)

1.229.4 - 2025-03-07

  • chore: use quesiton ID instead of question index if it's available (#1764)

1.229.3 - 2025-03-07

  • Reverse error message (#1795)

1.229.2 - 2025-03-06

  • fix: make survey preview behave like the actual (#1799)
  • chore(err): add playground for error tracking (#1796)
  • chore: sourcemap sample app (#1782)
  • chore: refactor playwright helper for clarity (#1774)

1.229.1 - 2025-03-06

  • fix: stop setting platform on sentry event (#1790)

1.229.0 - 2025-03-06

1.228.2 - 2025-03-06

1.228.1 - 2025-03-05

1.228.0 - 2025-03-05

1.227.2 - 2025-03-05

... (truncated)

Commits
  • 4506314 chore: Bump version to 1.230.1
  • fa31f41 fix: handle non Error objects being passed to captureException (#1806)
  • 11af5e4 chore: Bump version to 1.230.0
  • c95f122 feat: allow early access feature stage specification (#1805)
  • 051417e chore: Bump version to 1.229.5
  • 02c7ec3 fix: Stop logging error when client is uninitialized (#1803)
  • e245663 add vite ts playground (#1797)
  • ed8522c chore: Bump version to 1.229.4
  • 1ef6375 chore: use quesiton ID instead of question index if it's available (#1764)
  • 4dc9c0e chore: Bump version to 1.229.3
  • Additional commits viewable in compare view

Updates react-day-picker from 9.5.1 to 9.6.1

Release notes

Sourced from react-day-picker's releases.

v9.6.1

This release addresses an accessibility issue, adds a new animate prop and fixes other minor bugs.

Possible Breaking Change in Custom Styles

To address a focus lost bug affecting navigation buttons, we updated the buttons to use aria-disabled instead of the disabled attribute.

This change may cause custom styles for those disabled buttons to break. To fix it in your code, update the CSS selector to target [aria-disabled="true"]:

- .rdp-button_next:disabled,
+ .rdp-button_next[aria-disabled="true"] {
  /* your custom CSS */
}
- .rdp-button_previous:disabled,
+ .rdp-button_previous[aria-disabled="true"] {
  /* your custom CSS */
}

Animating Month Transitions

Thanks to the work by @​rodgobbi, we have added animations to DayPicker. The new animate prop enables CSS transitions for captions and weeks when navigating between months:

<DayPicker animate />

Customizing the animation style can be challenging due to the HTML table structure of the grid. We may address this in the future. Please leave your feedback in DayPicker Discussions.

What's Changed

v9.6.1

New Contributors

Full Changelog: gpbl/react-day-picker@v9.5.1...v9.6.1

v9.6.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-production group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.1` | `5.67.2` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.2` | `5.1.3` |
| [next](https://github.com/vercel/next.js) | `15.2.0` | `15.2.1` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.4.4` | `0.4.5` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.225.1` | `1.230.1` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.5.1` | `9.6.1` |


Updates `@tanstack/react-query` from 5.67.1 to 5.67.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.67.2/packages/react-query)

Updates `nanoid` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.2...5.1.3)

Updates `next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.2.0...v15.2.1)

Updates `next-themes` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.4.4...v0.4.5)

Updates `posthog-js` from 1.225.1 to 1.230.1
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.225.1...v1.230.1)

Updates `react-day-picker` from 9.5.1 to 9.6.1
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.5.1...v9.6.1)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from nickzelei March 10, 2025 18:20
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
Copy link

vercel bot commented Mar 10, 2025

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview Mar 10, 2025 6:21pm

@nickzelei nickzelei merged commit 28867af into main Mar 12, 2025
8 checks passed
@nickzelei nickzelei deleted the dependabot/npm_and_yarn/frontend/npm-production-e0ac072198 branch March 12, 2025 22:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant