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 12 updates #891

Merged
merged 3 commits into from
Nov 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 12 updates:

Package From To
@emotion/react 11.13.3 11.13.5
@emotion/styled 11.13.0 11.13.5
@tanstack/react-query 5.60.5 5.61.0
posthog-js 1.186.3 1.188.0
posthog-node 4.2.2 4.2.3
react-aria 3.35.1 3.36.0
react-stately 3.33.0 3.34.0
svix 1.40.0 1.41.0
@types/node 22.9.0 22.9.3
eslint-config-turbo 2.3.0 2.3.1
prettier-plugin-tailwindcss 0.6.8 0.6.9
typescript 5.6.3 5.7.2

Updates @emotion/react from 11.13.3 to 11.13.5

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/cache@​11.13.5
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates @emotion/styled from 11.13.0 to 11.13.5

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates @tanstack/react-query from 5.60.5 to 5.61.0

Release notes

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

v5.61.0

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat

  • angular-query: add mutationOptions (#8316) (5731a3a) by Arnoud

Fix

  • types: make sure queryOptions are passable to UseQueryOptions (#8317) (3fa4b7c) by Dominik Dorfmeister

Docs

  • angular-query: update queryOptions documentation (#8311) (6a9edbf) by Arnoud

Packages

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

v5.60.7

Version 5.60.7 - 11/19/24, 6:39 PM

Changes

Fix

  • angular-query: remove queryClient parameter from callback functions (#8307) (4aff846) by Arnoud

Packages

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

v5.60.6

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor

  • *: change noop function return type from undefined to void (#8299) (7d36089) by @​kangju2000

Other

... (truncated)

Commits

Updates posthog-js from 1.186.3 to 1.188.0

Release notes

Sourced from posthog-js's releases.

1.188.0 - 2024-11-22

  • fix(surveys): Process feature_flag_keys on Survey object (#1548)
  • chore: sentry integration fixes (#1544)

1.187.2 - 2024-11-20

  • fix: improve ES6 bundling (#1542)

1.187.1 - 2024-11-19

  • fix: patch angular wrap detection in rrweb (#1543)

1.187.0 - 2024-11-19

  • feat: allow config of before_send function to edit or reject events (#1515)
  • chore: timeout test cafe jobs (#1540)
  • chore: specify an explicit browserslist version (#1539)

1.186.4 - 2024-11-19

  • chore: always transform exponentiation (#1537)
  • chore: very small change to IE11 bundling (#1536)
Changelog

Sourced from posthog-js's changelog.

1.188.0 - 2024-11-22

  • fix(surveys): Process feature_flag_keys on Survey object (#1548)
  • chore: sentry integration fixes (#1544)

1.187.2 - 2024-11-20

  • fix: improve ES6 bundling (#1542)

1.187.1 - 2024-11-19

  • fix: patch angular wrap detection in rrweb (#1543)

1.187.0 - 2024-11-19

  • feat: allow config of before_send function to edit or reject events (#1515)
  • chore: timeout test cafe jobs (#1540)
  • chore: specify an explicit browserslist version (#1539)

1.186.4 - 2024-11-19

  • chore: always transform exponentiation (#1537)
  • chore: very small change to IE11 bundling (#1536)
Commits

Updates posthog-node from 4.2.2 to 4.2.3

Changelog

Sourced from posthog-node's changelog.

4.2.3 - 2024-11-21

  1. fix: identify method allows passing a $set_once object
Commits

Updates react-aria from 3.35.1 to 3.36.0

Release notes

Sourced from react-aria's releases.

July 22, 2024 Release

For this summer release, we have been busy working on improving virtualization in many of our Spectrum components including TableView, ListView, and ListBox. We have significantly reduced the complexity of our implementation, resulting in smaller bundle size, better performance, and improved stability. In our testing, this resulted in 14x faster per-frame render times on large tables due to better reuse of DOM nodes as you scroll. We are also working on bringing virtualization support to React Aria Components, which is available as an unstable API in this version.

Our color components are also moving to RC! Focus management within Toasts have also been greatly improved, making announcements from screen readers clearer and more consistent. Thanks to @​thmsfchtnr, press events now include coordinates, enabling interactions like our new animated ripple button example. And finally, in preparation for React 19, this release is now compatible with React 19 RC.

Thank you to our ever growing list of contributors! ❤️

Full release notes: https://react-spectrum.adobe.com/releases/2024-07-22.html

Commits
  • 17358f7 Publish
  • a530335 chore: revert export provider context (#7416)
  • c6bd2cb chore: Update dialog examples to be more generic (#7415)
  • 2e1dd22 fix: Handle more BC date cases (#7410)
  • 9170093 fix(#7399): DatePicker.test fails with daylight savings change (#7401)
  • 52bf91b feat: Add codemod for ActionGroup (#7396)
  • baa330f feat: Add RAC example of Menu nested in popover dialog (#7402)
  • 62718d4 Document RAC Dialog close button slot (#7405)
  • 16153ed chore: Add ActionButtonGroup and ToggleButtonGroup to example apps and tailwi...
  • 65e3a52 Improve error message for missing Provider error (#7404)
  • Additional commits viewable in compare view

Updates react-stately from 3.33.0 to 3.34.0

Release notes

Sourced from react-stately's releases.

February 13, 2024 Release

Welcome to the first release of the new year! We have had a great response to our GA release of React Aria Components. If you haven’t tried it out, visit our docs to explore the examples. To help get you started, we have also created a few starter kits. These downloadable starter kits contain beautifully styled implementations of every available component and includes a working storybook. Available in vanilla and Tailwind CSS!

We have been busy working on our new Submenu feature which we are excited to release as an alpha. We have also made improvements to our overlay positioning code to better handle pinch zooming and spatial awareness.

As always, huge thanks and appreciation for everyone in our community for their feedback and contributions to make this release possible!

Full release notes: https://react-spectrum.adobe.com/releases/2024-02-13.html

Commits
  • 17358f7 Publish
  • a530335 chore: revert export provider context (#7416)
  • c6bd2cb chore: Update dialog examples to be more generic (#7415)
  • 2e1dd22 fix: Handle more BC date cases (#7410)
  • 9170093 fix(#7399): DatePicker.test fails with daylight savings change (#7401)
  • 52bf91b feat: Add codemod for ActionGroup (#7396)
  • baa330f feat: Add RAC example of Menu nested in popover dialog (#7402)
  • 62718d4 Document RAC Dialog close button slot (#7405)
  • 16153ed chore: Add ActionButtonGroup and ToggleButtonGroup to example apps and tailwi...
  • 65e3a52 Improve error message for missing Provider error (#7404)
  • Additional commits viewable in compare view

Updates svix from 1.40.0 to 1.41.0

Release notes

Sourced from svix's releases.

Version 1.41.0

What's Changed

  • Libs/JS: Allow iterator and date parameters on list endpoints to be null (in addition to undefined)
  • Libs/JS: Fix serialization of message status query parameters
  • Libs/Rust: Revert many pointless type changes from Option<T> to Option<Option<T>> that came with 1.39.0
  • Server: Improve error messages for configuration loading
Changelog

Sourced from svix's changelog.

Version 1.41.0

  • Libs/JS: Allow iterator and date parameters on list endpoints to be null (in addition to undefined)
  • Libs/JS: Fix serialization of message status query parameters
  • Libs/Rust: Revert many pointless type changes from Option<T> to Option<Option<T>> that came with 1.39.0
  • Server: Improve error messages for configuration loading
Commits
  • 4870406 Prepare release v1.41.0 (#1528)
  • 8f2a1b7 Prepare release v1.41.0
  • 33bc669 Upgrade cargo-deny (#1529)
  • cc4d722 ci: Remove commented-out workflow bits
  • 11c6944 ci: Upgrade cargo-deny-action
  • 7ad2d5f ci: Update rustsec ignore list
  • 7e68e1b server: Clean up openapi module (#1527)
  • ec4de05 ci: Move targets config in deny.toml
  • 65d317d ci: Remove no-longer-supported settings for cargo-deny
  • 6797d39 server: Use more &mut matching and iteration in openapi module
  • Additional commits viewable in compare view

Updates @types/node from 22.9.0 to 22.9.3

Commits

Updates eslint-config-turbo from 2.3.0 to 2.3.1

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.3.1

What's Changed

Docs

eslint

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.0...v2.3.1

Turborepo v2.3.1-canary.2

What's Changed

Docs

Full Changelog: vercel/turborepo@v2.3.1-canary.1...v2.3.1-canary.2

Turborepo v2.3.1-canary.1

... (truncated)

Commits

Updates prettier-plugin-tailwindcss from 0.6.8 to 0.6.9

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.9

  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#330)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.9] - 2024-11-19

  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#330)
Commits

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 23, 2024
Copy link

vercel bot commented Nov 23, 2024

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 Nov 23, 2024 8:48pm

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.3` | `11.13.5` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.5` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.60.5` | `5.61.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.186.3` | `1.188.0` |
| [posthog-node](https://github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node) | `4.2.2` | `4.2.3` |
| [react-aria](https://github.com/adobe/react-spectrum) | `3.35.1` | `3.36.0` |
| [react-stately](https://github.com/adobe/react-spectrum) | `3.33.0` | `3.34.0` |
| [svix](https://github.com/svix/svix-libs) | `1.40.0` | `1.41.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.9.3` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.3.0` | `2.3.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.8` | `0.6.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |


Updates `@emotion/react` from 11.13.3 to 11.13.5
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.13.0 to 11.13.5
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

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

Updates `posthog-js` from 1.186.3 to 1.188.0
- [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.186.3...v1.188.0)

Updates `posthog-node` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/PostHog/posthog-js-lite/releases)
- [Changelog](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js-lite/commits/posthog-node-v4.2.3/posthog-node)

Updates `react-aria` from 3.35.1 to 3.36.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/[email protected]@3.36.0)

Updates `react-stately` from 3.33.0 to 3.34.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/[email protected]@3.34.0)

Updates `svix` from 1.40.0 to 1.41.0
- [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.40.0...v1.41.0)

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

Updates `eslint-config-turbo` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.3.1/packages/eslint-config-turbo)

Updates `prettier-plugin-tailwindcss` from 0.6.8 to 0.6.9
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.8...v0.6.9)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-aria
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-stately
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: eslint-config-turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-d46db062fe branch from eed56b0 to e72054d Compare November 23, 2024 20:38
@mbifulco
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mbifulco mbifulco merged commit 50accc1 into main Nov 23, 2024
5 checks passed
@mbifulco mbifulco deleted the dependabot/npm_and_yarn/dependencies-d46db062fe branch November 23, 2024 20:50
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