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

chore(deps): bump the dependencies group with 6 updates #935

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2025

Bumps the dependencies group with 6 updates:

Package From To
@tanstack/react-query 5.62.11 5.62.14
mailchecker 6.0.14 6.0.15
posthog-js 1.203.2 1.203.3
sass 1.83.0 1.83.1
svix 1.44.0 1.45.1
@types/node 22.10.2 22.10.5

Updates @tanstack/react-query from 5.62.11 to 5.62.14

Release notes

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

v5.62.14

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

  • react-query: ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. (#8398) (0503282) by @​minseong0324

Packages

  • @​tanstack/react-query@​5.62.14
  • @​tanstack/react-query-devtools@​5.62.14
  • @​tanstack/react-query-persist-client@​5.62.14
  • @​tanstack/react-query-next-experimental@​5.62.14

v5.62.13

Version 5.62.13 - 1/3/25, 4:31 PM

Changes

Refactor

  • angular-query: deprecate injectQueryClient (#8497) (f2fb523) by Arnoud

Docs

  • angular-query: remove outdated comment from example (6184a89) by @​ayush-seth

Packages

  • @​tanstack/angular-query-experimental@​5.62.13
  • @​tanstack/angular-query-devtools-experimental@​5.62.13

v5.62.12

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf

  • query-core: Improve mutationCache implementation performance (#8496) (19b95c4) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.62.12

... (truncated)

Commits
  • c91c590 release: v5.62.14
  • 0503282 fix(react-query): ensureSuspenseTimers should ALWAYS set staleTime to 1000 wh...
  • b25a41e release: v5.62.12
  • See full diff in compare view

Updates mailchecker from 6.0.14 to 6.0.15

Changelog

Sourced from mailchecker's changelog.

v6.0.15 (2025/01/03 22:24 +00:00)

Commits

Updates posthog-js from 1.203.2 to 1.203.3

Release notes

Sourced from posthog-js's releases.

1.203.3 - 2025-01-03

  • feat: Add pageview and prev pageview tracking (#1634)
  • fix: safer toolbar function (#1637)
  • chore: playwright tests (#1631)
Changelog

Sourced from posthog-js's changelog.

1.203.3 - 2025-01-03

  • feat: Add pageview and prev pageview tracking (#1634)
  • fix: safer toolbar function (#1637)
  • chore: playwright tests (#1631)
Commits

Updates sass from 1.83.0 to 1.83.1

Release notes

Sourced from sass's releases.

Dart Sass 1.83.1

To install Sass 1.83.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.83.1

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

Commits
  • 3d3e925 Fix --quiet-deps for @content blocks (#2474)
  • 777708c Include deprecation IDs in deprecation messages (#2475)
  • f5c385d Support the latest DartDoc (#2472)
  • fb55782 Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in /.github/util/initial...
  • ea7ea57 Bump dart_style from 2.3.7 to 3.0.0 (#2459)
  • 6f4584c Avoid a broken Dartdoc release (#2469)
  • f0f605a Merge pull request #2457 from sass/include
  • bc39d0c Add support for the @include rule
  • bf50fad Explicitly annotate GenericAtRule as having optional nodes
  • See full diff in compare view

Updates svix from 1.44.0 to 1.45.1

Release notes

Sourced from svix's releases.

v1.45.1

What's Changed

  • CLI: Rename the binary back from svix-cli to svix
  • Libs/Java: Stop sharing one ApiClient between all Svix instances. Fixes a bug where multiple independently instantiated Svix instances would always use the same base path and auth token.

Version 1.45.0

Highlights

  • CLI (New): New Rust-based CLI with support for all recent Svix functionality.
  • Libs/Rust (Breaking): Add api::MessageAttemptListAttemptedMessagesOptions and use it for MessageAttempt::list_attempted_messages, replacing MessageAttemptListOptions which contained some extra parameters never used with this method / endpoint (#1568)
  • Libs/JavaScript (Breaking): Add more precise type annotations for options parameters on MessageAttempt.list, MessageAttempt.listByMsg, MessageAttempt.listAttemptedMessages and MessageAttempt.listAttemptedDestinations (#1571)
  • Libs/JavaScript (Breaking): Rename EndpointStatsOptions interface to EndpointGetStatsOptions (#1585)
  • Libs/Kotlin (Breaking): Remove ListOptions class. Usage of classes that were inheriting from it should not change though (#1587)
  • Libs/Rust: Add api::Authentication::expire_all (#1584)
  • Libs/Rust: Rename some Options types. The old names remain as deprecated type aliases (#1584)
  • Server: Fix Dockerfile exposed port to be 8071 (#1596)

#1568: svix/svix-webhooks#1568 #1571: svix/svix-webhooks#1571 #1584: svix/svix-webhooks#1584 #1585: svix/svix-webhooks#1585 #1587: svix/svix-webhooks#1587 #1596: svix/svix-webhooks#1596

Full changelog

... (truncated)

Changelog

Sourced from svix's changelog.

Version 1.45.1

  • CLI: Rename the binary back from svix-cli to svix
  • Libs/Java: Stop sharing one ApiClient between all Svix instances. Fixes a bug where multiple independently instantiated Svix instances would always use the same base path and auth token.

Version 1.45.0

  • CLI (New): New Rust-based CLI with support for all recent Svix functionality.
  • Libs/Rust (Breaking): Add api::MessageAttemptListAttemptedMessagesOptions and use it for MessageAttempt::list_attempted_messages, replacing MessageAttemptListOptions which contained some extra parameters never used with this method / endpoint (#1568)
  • Libs/JavaScript (Breaking): Add more precise type annotations for options parameters on MessageAttempt.list, MessageAttempt.listByMsg, MessageAttempt.listAttemptedMessages and MessageAttempt.listAttemptedDestinations (#1571)
  • Libs/JavaScript (Breaking): Rename EndpointStatsOptions interface to EndpointGetStatsOptions (#1585)
  • Libs/Kotlin (Breaking): Remove ListOptions class. Usage of classes that were inheriting from it should not change though (#1587)
  • Libs/Rust: Add api::Authentication::expire_all (#1584)
  • Libs/Rust: Rename some Options types. The old names remain as deprecated type aliases (#1584)
  • Server: Fix Dockerfile exposed port to be 8071 (#1596)

#1568: svix/svix-webhooks#1568 #1571: svix/svix-webhooks#1571 #1584: svix/svix-webhooks#1584 #1585: svix/svix-webhooks#1585 #1587: svix/svix-webhooks#1587

Commits
  • 573eb32 Bump version to 1.45.1 and update changelog (#1609)
  • e4f2bbd Bump version to 1.45.1 and update changelog
  • 8dd8823 Libs(Rust): skip regeneration and "cargo hack" for release (#1607)
  • df85081 java: Stop sharing one ApiClient between all Svix instances (#1608)
  • 09aef30 java: Stop sharing one ApiClient between all Svix instances
  • a86633c CLI: rename the binary svix-cli -> svix (#1605)
  • 7ea9a66 CLI: rename the binary svix-cli -> svix
  • 18cc353 CLI: add example for sourcing completions in shell rc (#1604)
  • a3f01da CLI: add example for sourcing completions in shell rc
  • a1f0db6 CLI: remove badges from readme (#1603)
  • Additional commits viewable in compare view

Updates @types/node from 22.10.2 to 22.10.5

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

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.11` | `5.62.14` |
| [mailchecker](https://github.com/FGRibreau/mailchecker) | `6.0.14` | `6.0.15` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.203.2` | `1.203.3` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.83.1` |
| [svix](https://github.com/svix/svix-libs) | `1.44.0` | `1.45.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.5` |


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

Updates `mailchecker` from 6.0.14 to 6.0.15
- [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md)
- [Commits](FGRibreau/mailchecker@v6.0.14...v6.0.15)

Updates `posthog-js` from 1.203.2 to 1.203.3
- [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.203.2...v1.203.3)

Updates `sass` from 1.83.0 to 1.83.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.0...1.83.1)

Updates `svix` from 1.44.0 to 1.45.1
- [Release notes](https://github.com/svix/svix-libs/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.44.0...v1.45.1)

Updates `@types/node` from 22.10.2 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mailchecker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: svix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Jan 4, 2025
Copy link

vercel bot commented Jan 4, 2025

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

Name Status Preview Comments Updated (UTC)
mikebifulco-com-bnbu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2025 5:40am

@mbifulco mbifulco merged commit 1629c40 into main Jan 4, 2025
5 checks passed
@mbifulco mbifulco deleted the dependabot/npm_and_yarn/dependencies-2205b8caff branch January 4, 2025 18:57
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