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 production-dependencies group with 7 updates #4776

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the production-dependencies group with 7 updates:

Package From To
@sentry/react 8.45.0 8.47.0
@tanstack/react-query 5.62.7 5.62.8
@tanstack/react-query-devtools 5.62.7 5.62.8
react-router-dom 7.0.2 7.1.0
react-toastify 10.0.6 11.0.2
tailwindcss 3.4.16 3.4.17
yup 1.5.0 1.6.1

Updates @sentry/react from 8.45.0 to 8.47.0

Release notes

Sourced from @​sentry/react's releases.

8.47.0

  • feat(v8/core): Add updateSpanName helper function (#14736)
  • feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (#14772)
  • feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)

Work in this release was contributed by @​aloisklink and @​benjick. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.81 KB
@​sentry/browser (incl. Tracing, Replay) 73.06 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.45 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.37 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.85 KB
@​sentry/browser (incl. Feedback) 40.04 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.68 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.64 KB
@​sentry/vue 27.52 KB
@​sentry/vue (incl. Tracing) 37.67 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.47 KB
CDN Bundle (incl. Tracing) 37.51 KB
CDN Bundle (incl. Tracing, Replay) 72.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.1 KB
CDN Bundle - uncompressed 71.85 KB
CDN Bundle (incl. Tracing) - uncompressed 111.23 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.3 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.52 KB
@​sentry/nextjs (client) 38.9 KB
@​sentry/sveltekit (client) 36.32 KB
@​sentry/node 162.7 KB
@​sentry/node - without tracing 98.87 KB
@​sentry/aws-serverless 126.53 KB

8.46.0

  • feat: Allow capture of more than 1 ANR event [v8] (#14713)
  • feat(node): Detect Railway release name [v8] (#14714)
  • fix: Normalise ANR debug image file paths if appRoot was supplied [v8] (#14709)
  • fix(nuxt): Remove build config from tsconfig (#14737)

Work in this release was contributed by @​conor-ob. Thank you for your contribution!

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.47.0

  • feat(v8/core): Add updateSpanName helper function (#14736)
  • feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (#14772)
  • feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)

Work in this release was contributed by @​aloisklink and @​benjick. Thank you for your contributions!

8.46.0

  • feat: Allow capture of more than 1 ANR event [v8] (#14713)
  • feat(node): Detect Railway release name [v8] (#14714)
  • fix: Normalise ANR debug image file paths if appRoot was supplied [v8] (#14709)
  • fix(nuxt): Remove build config from tsconfig (#14737)

Work in this release was contributed by @​conor-ob. Thank you for your contribution!

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

Work in this release was contributed by @​antonis. Thank you for your contribution!

Commits
  • eac1a88 release: 8.47.0
  • 8a7b29e meta: Update changelog for 8.47.0 (#14777)
  • 8107512 feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • b1d393e ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)
  • 37fbd75 feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (...
  • 8e0db86 chore(docs): Add docs for how to publish a release for previous majors (#14740)
  • 9c53d48 feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • 3a7743c feat(core): Add updateSpanName helper function [v8] (#14736)
  • e80eefe Merge branch 'release/8.46.0' into v8
  • 5387fde release: 8.46.0
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.62.7 to 5.62.8

Release notes

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

v5.62.8

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

Chore

  • deps: use stable @types/react version (#8437) (94e2c77) by Lachlan Collins

Docs

  • use correct broadcastChannel default value and type name (#8436) (4521a04) by Alex Liu

Packages

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

Updates @tanstack/react-query-devtools from 5.62.7 to 5.62.8

Release notes

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

v5.62.8

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

Chore

  • deps: use stable @types/react version (#8437) (94e2c77) by Lachlan Collins

Docs

  • use correct broadcastChannel default value and type name (#8436) (4521a04) by Alex Liu

Packages

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

Updates react-router-dom from 7.0.2 to 7.1.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.1.0

Patch Changes

Commits

Updates react-toastify from 10.0.6 to 11.0.2

Release notes

Sourced from react-toastify's releases.

v11

What is new in v11

I’m super excited about this release! The main focus was on customization, and my goal was to empower you (and myself) so you can fully personalize the look and feel for the notifications.

In short, react-toastify should be able to blend into any design system.

Screenshot 2024-12-12 at 22 21 52

No need to import the css file anymore

The stylesheet is now injected automatically, so you no longer need to import it. The CSS file is still exported by the library.

  import { ToastContainer, toast } from 'react-toastify';
function App(){
const notify = () => toast("Wow so easy !");
return (
  <div>
    <button onClick={notify}>Notify !</button>
    <ToastContainer />
  </div>
);

}

Easy customization!

One of the top requests has been how to customize notifications. To be fair, until this release, it was quite challenging because it required users to override numerous CSS classes.

I’ve simplified the DOM structure of the notification by removing extraneous div elements, nested elements, etc... It’s a significant breaking change, but it’s truly worth the effort. I can confidently say that the library can now seamlessly integrate into any design system.

Below, I’ve implemented a couple of different designs using only Tailwind. I didn’t override a single CSS class from react-toastify 🤯!

Screenshot 2024-12-12 at 22 21 52

[!NOTE]
Head to stackblitz to check the code.

How does it work in practice? On the left side, we have the old DOM structure vs the new one on the right side.

noti-struct

  • Toastify__toast-body and its child are now completely gone.
  • The CloseButton now uses an absolute position.

Thanks to those changes, nothing will interfere with your content.

... (truncated)

Commits

Updates tailwindcss from 3.4.16 to 3.4.17

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)
Commits

Updates yup from 1.5.0 to 1.6.1

Changelog

Sourced from yup's changelog.

1.6.1 (2024-12-17)

Bug Fixes

  • lazy validation errors thrown in builders should resolve async like other validations (c7d7f97)

1.6.0 (2024-12-16)

Features

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
react-router-dom [>= 6.0.a, < 6.1]
@sentry/react [< 7.62, > 7.61.0]

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 production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.45.0` | `8.47.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.7` | `5.62.8` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.7` | `5.62.8` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.0.2` | `7.1.0` |
| [react-toastify](https://github.com/fkhadra/react-toastify) | `10.0.6` | `11.0.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [yup](https://github.com/jquense/yup) | `1.5.0` | `1.6.1` |


Updates `@sentry/react` from 8.45.0 to 8.47.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.47.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.45.0...8.47.0)

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

Updates `@tanstack/react-query-devtools` from 5.62.7 to 5.62.8
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.8/packages/react-query-devtools)

Updates `react-router-dom` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `react-toastify` from 10.0.6 to 11.0.2
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](fkhadra/react-toastify@v10.0.6...v11.0.2)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

Updates `yup` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-toastify
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
@dependabot dependabot bot requested a review from tomodwyer December 23, 2024 08:11
@tomodwyer
Copy link
Member

@dependabot ignore react-toastify major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

OK, I won't notify you about version 11.x.x of react-toastify again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-347b0c50cb branch December 23, 2024 11:12
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