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

fix(deps): update all non-major dependencies #1424

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@internationalized/date (source) 3.5.5 -> 3.5.6 age adoption passing confidence dependencies patch
@react-aria/button 3.9.8 -> 3.10.0 age adoption passing confidence dependencies minor
@react-aria/checkbox 3.14.6 -> 3.14.7 age adoption passing confidence dependencies patch
@react-aria/combobox 3.10.3 -> 3.10.4 age adoption passing confidence dependencies patch
@react-aria/focus 3.18.2 -> 3.18.3 age adoption passing confidence dependencies patch
@react-aria/gridlist 3.9.3 -> 3.9.4 age adoption passing confidence dependencies patch
@react-aria/i18n 3.12.2 -> 3.12.3 age adoption passing confidence dependencies patch
@react-aria/interactions 3.22.2 -> 3.22.3 age adoption passing confidence dependencies patch
@react-aria/label 3.7.11 -> 3.7.12 age adoption passing confidence dependencies patch
@react-aria/listbox 3.13.3 -> 3.13.4 age adoption passing confidence dependencies patch
@react-aria/live-announcer 3.3.4 -> 3.4.0 age adoption passing confidence dependencies minor
@react-aria/menu 3.15.3 -> 3.15.4 age adoption passing confidence dependencies patch
@react-aria/numberfield 3.11.6 -> 3.11.7 age adoption passing confidence dependencies patch
@react-aria/overlays 3.23.2 -> 3.23.3 age adoption passing confidence dependencies patch
@react-aria/select 3.14.9 -> 3.14.10 age adoption passing confidence dependencies patch
@react-aria/selection 3.19.3 -> 3.20.0 age adoption passing confidence dependencies minor
@react-aria/separator 3.4.2 -> 3.4.3 age adoption passing confidence dependencies patch
@react-aria/switch 3.6.7 -> 3.6.8 age adoption passing confidence dependencies patch
@react-aria/table 3.15.3 -> 3.15.4 age adoption passing confidence dependencies patch
@react-aria/tabs 3.9.5 -> 3.9.6 age adoption passing confidence dependencies patch
@react-aria/tag 3.4.5 -> 3.4.6 age adoption passing confidence dependencies patch
@react-aria/textfield 3.14.8 -> 3.14.9 age adoption passing confidence dependencies patch
@react-aria/toast 3.0.0-beta.15 -> 3.0.0-beta.16 age adoption passing confidence dependencies patch
@react-aria/utils 3.25.2 -> 3.25.3 age adoption passing confidence dependencies patch
@react-aria/visually-hidden 3.8.15 -> 3.8.16 age adoption passing confidence dependencies patch
@react-stately/collections 3.10.9 -> 3.11.0 age adoption passing confidence peerDependencies minor
@react-stately/collections 3.10.9 -> 3.11.0 age adoption passing confidence devDependencies minor
@react-stately/collections 3.10.9 -> 3.11.0 age adoption passing confidence dependencies minor
@react-stately/combobox 3.9.2 -> 3.10.0 age adoption passing confidence dependencies minor
@react-stately/data 3.11.6 -> 3.11.7 age adoption passing confidence dependencies patch
@react-stately/list 3.10.8 -> 3.11.0 age adoption passing confidence dependencies minor
@react-stately/menu 3.8.2 -> 3.8.3 age adoption passing confidence dependencies patch
@react-stately/numberfield 3.9.6 -> 3.9.7 age adoption passing confidence dependencies patch
@react-stately/overlays 3.6.10 -> 3.6.11 age adoption passing confidence dependencies patch
@react-stately/select 3.6.7 -> 3.6.8 age adoption passing confidence dependencies patch
@react-stately/selection 3.16.2 -> 3.17.0 age adoption passing confidence dependencies minor
@react-stately/table 3.12.2 -> 3.12.3 age adoption passing confidence peerDependencies patch
@react-stately/table 3.12.2 -> 3.12.3 age adoption passing confidence dependencies patch
@react-stately/tabs 3.6.9 -> 3.6.10 age adoption passing confidence dependencies patch
@react-stately/toast 3.0.0-beta.5 -> 3.0.0-beta.6 age adoption passing confidence dependencies patch
@react-stately/toggle 3.7.7 -> 3.7.8 age adoption passing confidence dependencies patch
@react-stately/utils 3.10.3 -> 3.10.4 age adoption passing confidence dependencies patch
@react-types/button 3.9.6 -> 3.10.0 age adoption passing confidence dependencies minor
@react-types/combobox 3.12.1 -> 3.13.0 age adoption passing confidence dependencies minor
@react-types/grid 3.2.8 -> 3.2.9 age adoption passing confidence dependencies patch
@react-types/overlays 3.8.9 -> 3.8.10 age adoption passing confidence dependencies patch
@react-types/select 3.9.6 -> 3.9.7 age adoption passing confidence dependencies patch
@react-types/shared 3.24.1 -> 3.25.0 age adoption passing confidence devDependencies minor
@react-types/shared 3.24.1 -> 3.25.0 age adoption passing confidence dependencies minor
@react-types/tabs 3.3.9 -> 3.3.10 age adoption passing confidence dependencies patch
@vanilla-extract/css (source) ^1.15.0 -> ^1.16.0 age adoption passing confidence devDependencies minor
esbuild 0.23.1 -> 0.24.0 age adoption passing confidence devDependencies minor
react-aria 3.34.3 -> 3.35.0 age adoption passing confidence dependencies minor
react-aria-components 1.3.3 -> 1.4.0 age adoption passing confidence dependencies minor
react-stately 3.32.2 -> 3.33.0 age adoption passing confidence devDependencies minor
vscode ^1.90.0 -> ^1.93.1 age adoption passing confidence engines minor

Release Notes

adobe/react-spectrum (@​internationalized/date)

v3.5.6

Compare Source

adobe/react-spectrum (@​react-aria/button)

v3.10.0

Compare Source

vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.16.0

Compare Source

Minor Changes
  • #​1475 cd9d8b2 Thanks @​corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #​1450 7b256d2 Thanks @​wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@​vanilla-extract/css';
    
    export const titleViewTransition = createViewTransition();
    
    export const pageTitle = style({
      viewTransitionName: titleViewTransition
    });
evanw/esbuild (esbuild)

v0.24.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.23.0 or ~0.23.0. See npm's documentation about semver for more information.

  • Drop support for older platforms (#​3902)

    This release drops support for the following operating system:

    • macOS 10.15 Catalina

    This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.

    Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:

    git clone https://github.com/evanw/esbuild.git
    cd esbuild
    go build ./cmd/esbuild
    ./esbuild --version
    
  • Fix class field decorators in TypeScript if useDefineForClassFields is false (#​3913)

    Setting the useDefineForClassFields flag to false in tsconfig.json means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.

  • Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#​3898)

    TypeScript 5.0 introduced multiple inheritance for tsconfig.json files where extends can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, tsconfig.json files containing this edge case should work correctly without generating a warning.

  • Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#​3915)

    Previously a tsconfig.json file that extends another file in a package with an exports map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.

  • Work around more issues with Deno 1.31+ (#​3917)

    This version of Deno broke the stdin and stdout properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when import.meta.main is true). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.

    This fix was contributed by @​Joshix-1.

microsoft/vscode (vscode)

v1.93.1: August 2024 Recovery 1

Compare Source

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

v1.93.0: August 2024

Compare Source

Welcome to the August 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.

v1.92.2: July 2024 Recovery 2

Compare Source

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

v1.92.1: July 2024 Recovery 1

Compare Source

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

v1.92.0: July 2024

Compare Source

Welcome to the July 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

If you'd like to read these release notes online, go to Updates on code.visualstudio.com.
Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.

v1.91.1: June 2024 Recovery 1

[Compare Source](https://redirect.github.com/micr


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 1, 2024 13:29
Copy link

changeset-bot bot commented Oct 1, 2024

🦋 Changeset detected

Latest commit: d15a69f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 34 packages
Name Type
@launchpad-ui/inline-edit Patch
@launchpad-ui/components Patch
@launchpad-ui/data-table Patch
@launchpad-ui/focus-trap Patch
@launchpad-ui/navigation Patch
@launchpad-ui/pagination Patch
@launchpad-ui/clipboard Patch
@launchpad-ui/dropdown Patch
@launchpad-ui/tab-list Patch
@launchpad-ui/drawer Patch
@launchpad-ui/filter Patch
@launchpad-ui/select Patch
@launchpad-ui/toggle Patch
@launchpad-ui/alert Patch
@launchpad-ui/modal Patch
@launchpad-ui/form Patch
@launchpad-ui/menu Patch
@launchpad-ui/vars Patch
@launchpad-ui/tag Patch
@launchpad-ui/core Patch
@launchpad-ui/popover Patch
@launchpad-ui/split-button Patch
@launchpad-ui/card Patch
@launchpad-ui/box Patch
@launchpad-ui/progress-bubbles Patch
@launchpad-ui/tooltip Patch
@launchpad-ui/icons Patch
@launchpad-ui/avatar Patch
@launchpad-ui/banner Patch
@launchpad-ui/button Patch
@launchpad-ui/chip Patch
@launchpad-ui/collapsible Patch
@launchpad-ui/snackbar Patch
@launchpad-ui/toast Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Size Change: +15 B (0%)

Total Size: 569 kB

Filename Size Change
packages/select/dist/index.es.js 5.86 kB +8 B (+0.14%)
packages/select/dist/index.js 5.94 kB +7 B (+0.12%)
ℹ️ View Unchanged
Filename Size
apps/vscode/dist/client.js 111 kB
apps/vscode/dist/server.js 246 kB
packages/alert/dist/index.es.js 1.3 kB
packages/alert/dist/index.js 1.37 kB
packages/alert/dist/style.css 1.29 kB
packages/avatar/dist/index.es.js 1.16 kB
packages/avatar/dist/index.js 1.23 kB
packages/avatar/dist/style.css 404 B
packages/banner/dist/index.es.js 624 B
packages/banner/dist/index.js 695 B
packages/banner/dist/style.css 463 B
packages/box/dist/index.es.js 6.68 kB
packages/box/dist/index.js 6.78 kB
packages/box/dist/style.css 2.25 kB
packages/button/dist/index.es.js 1.81 kB
packages/button/dist/index.js 1.89 kB
packages/button/dist/style.css 2.97 kB
packages/card/dist/index.es.js 688 B
packages/card/dist/index.js 754 B
packages/card/dist/style.css 666 B
packages/chip/dist/index.es.js 674 B
packages/chip/dist/index.js 745 B
packages/chip/dist/style.css 517 B
packages/clipboard/dist/index.es.js 1.49 kB
packages/clipboard/dist/index.js 1.57 kB
packages/clipboard/dist/style.css 801 B
packages/collapsible/dist/index.es.js 856 B
packages/collapsible/dist/index.js 926 B
packages/collapsible/dist/style.css 81 B
packages/columns/dist/index.es.js 579 B
packages/columns/dist/index.js 651 B
packages/columns/dist/style.css 281 B
packages/components/dist/index.es.js 11.4 kB
packages/components/dist/index.js 11.2 kB
packages/components/dist/style.css 6.96 kB
packages/core/dist/index.es.js 1.14 kB
packages/core/dist/index.js 1.52 kB
packages/counter/dist/index.es.js 330 B
packages/counter/dist/index.js 397 B
packages/counter/dist/style.css 248 B
packages/data-table/dist/index.es.js 2.47 kB
packages/data-table/dist/index.js 2.54 kB
packages/data-table/dist/style.css 474 B
packages/drawer/dist/index.es.js 1.7 kB
packages/drawer/dist/index.js 2.25 kB
packages/drawer/dist/style.css 490 B
packages/dropdown/dist/index.es.js 1.14 kB
packages/dropdown/dist/index.js 1.2 kB
packages/filter/dist/index.es.js 2.28 kB
packages/filter/dist/index.js 2.35 kB
packages/filter/dist/style.css 907 B
packages/focus-trap/dist/index.es.js 267 B
packages/focus-trap/dist/index.js 333 B
packages/form/dist/index.es.js 4.13 kB
packages/form/dist/index.js 4.24 kB
packages/form/dist/style.css 2.21 kB
packages/icons/dist/index.es.js 893 B
packages/icons/dist/index.js 967 B
packages/icons/dist/style.css 192 B
packages/inline-edit/dist/index.es.js 1.57 kB
packages/inline-edit/dist/index.js 1.65 kB
packages/inline-edit/dist/style.css 329 B
packages/inline/dist/index.es.js 572 B
packages/inline/dist/index.js 643 B
packages/inline/dist/style.css 243 B
packages/markdown/dist/index.es.js 963 B
packages/markdown/dist/index.js 1.04 kB
packages/markdown/dist/style.css 217 B
packages/menu/dist/index.es.js 3.8 kB
packages/menu/dist/index.js 3.88 kB
packages/menu/dist/style.css 862 B
packages/modal/dist/index.es.js 2.97 kB
packages/modal/dist/index.js 3.54 kB
packages/modal/dist/style.css 894 B
packages/navigation/dist/index.es.js 2.73 kB
packages/navigation/dist/index.js 2.81 kB
packages/navigation/dist/style.css 866 B
packages/overlay/dist/index.es.js 1.03 kB
packages/overlay/dist/index.js 1.09 kB
packages/pagination/dist/index.es.js 1.15 kB
packages/pagination/dist/index.js 1.23 kB
packages/pagination/dist/style.css 300 B
packages/popover/dist/index.es.js 3.06 kB
packages/popover/dist/index.js 3.56 kB
packages/popover/dist/style.css 514 B
packages/portal/dist/index.es.js 398 B
packages/portal/dist/index.js 457 B
packages/progress-bubbles/dist/index.es.js 1.74 kB
packages/progress-bubbles/dist/index.js 1.81 kB
packages/progress-bubbles/dist/style.css 817 B
packages/progress/dist/index.es.js 1.07 kB
packages/progress/dist/index.js 1.14 kB
packages/progress/dist/style.css 267 B
packages/select/dist/style.css 1.12 kB
packages/slider/dist/index.es.js 570 B
packages/slider/dist/index.js 637 B
packages/slider/dist/style.css 613 B
packages/snackbar/dist/index.es.js 1.15 kB
packages/snackbar/dist/index.js 1.71 kB
packages/snackbar/dist/style.css 529 B
packages/split-button/dist/index.es.js 940 B
packages/split-button/dist/index.js 1.01 kB
packages/split-button/dist/style.css 500 B
packages/stack/dist/index.es.js 464 B
packages/stack/dist/index.js 535 B
packages/stack/dist/style.css 181 B
packages/tab-list/dist/index.es.js 728 B
packages/tab-list/dist/index.js 801 B
packages/tab-list/dist/style.css 410 B
packages/table/dist/index.es.js 931 B
packages/table/dist/index.js 1.01 kB
packages/table/dist/style.css 689 B
packages/tag/dist/index.es.js 2.86 kB
packages/tag/dist/index.js 2.94 kB
packages/tag/dist/style.css 740 B
packages/toast/dist/index.es.js 956 B
packages/toast/dist/index.js 1.51 kB
packages/toast/dist/style.css 461 B
packages/toggle/dist/index.es.js 723 B
packages/toggle/dist/index.js 805 B
packages/toggle/dist/style.css 1.1 kB
packages/tokens/dist/fonts.css 183 B
packages/tokens/dist/index.css 2.54 kB
packages/tokens/dist/index.es.js 3.07 kB
packages/tokens/dist/index.js 3.07 kB
packages/tokens/dist/media-queries.css 114 B
packages/tokens/dist/themes.css 1.69 kB
packages/tooltip/dist/index.es.js 506 B
packages/tooltip/dist/index.js 581 B
packages/tooltip/dist/style.css 331 B
packages/vars/dist/index.es.js 2.75 kB
packages/vars/dist/index.js 2.83 kB

compressed-size-action

@Niznikr Niznikr merged commit 7684e7d into main Oct 1, 2024
17 checks passed
@Niznikr Niznikr deleted the renovate/all-minor-patch branch October 1, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant