saleor / macaw-ui

MacawUI: an official UI design kit for Saleor
https://macaw-ui.vercel.app
100 stars 33 forks source link

build(deps): bump the vanilla-extract group with 6 updates #816

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the vanilla-extract group with 6 updates:

Package From To
@vanilla-extract/css-utils 0.1.3 0.1.4
@vanilla-extract/recipes 0.5.1 0.5.3
@vanilla-extract/css 1.14.0 1.15.3
@vanilla-extract/dynamic 2.1.0 2.1.1
@vanilla-extract/sprinkles 1.6.1 1.6.2
@vanilla-extract/vite-plugin 3.9.4 4.0.12

Updates @vanilla-extract/css-utils from 0.1.3 to 0.1.4

Release notes

Sourced from @​vanilla-extract/css-utils's releases.

@​vanilla-extract/css-utils@​0.1.4

Patch Changes

Changelog

Sourced from @​vanilla-extract/css-utils's changelog.

0.1.4

Patch Changes

Commits


Updates @vanilla-extract/recipes from 0.5.1 to 0.5.3

Release notes

Sourced from @​vanilla-extract/recipes's releases.

@​vanilla-extract/recipes@​0.5.3

Patch Changes

@​vanilla-extract/recipes@​0.5.2

Patch Changes

Changelog

Sourced from @​vanilla-extract/recipes's changelog.

0.5.3

Patch Changes

0.5.2

Patch Changes

Commits


Updates @vanilla-extract/css from 1.14.0 to 1.15.3

Release notes

Sourced from @​vanilla-extract/css's releases.

@​vanilla-extract/css@​1.15.3

Patch Changes

@​vanilla-extract/css@​1.15.2

Patch Changes

@​vanilla-extract/css@​1.15.1

Patch Changes

@​vanilla-extract/css@​1.15.0

Minor Changes

  • #1379 df9fe3ee3fc0057bc14a2333a405f8229f80c214 Thanks @​ronci! - Add support for passing multiple font face rules to globalFontFace

    EXAMPLE USAGE:

    const gentium = 'GlobalGentium';
    

    globalFontFace(gentium, [ { src: 'local("Gentium")', fontWeight: 'normal', }, { src: 'local("Gentium Bold")', fontWeight: 'bold', }, ]);

@​vanilla-extract/css@​1.14.2

Patch Changes

... (truncated)

Changelog

Sourced from @​vanilla-extract/css's changelog.

1.15.3

Patch Changes

1.15.2

Patch Changes

1.15.1

Patch Changes

1.15.0

Minor Changes

  • #1379 df9fe3ee3fc0057bc14a2333a405f8229f80c214 Thanks @​ronci! - Add support for passing multiple font face rules to globalFontFace

    EXAMPLE USAGE:

    const gentium = 'GlobalGentium';
    

    globalFontFace(gentium, [ { src: 'local("Gentium")', fontWeight: 'normal', }, { src: 'local("Gentium Bold")', fontWeight: 'bold', }, ]);

1.14.2

... (truncated)

Commits
  • 8a2b3f3 Version Packages (#1426)
  • 99e974b fix: change the order of function overloading(createTheme) (#1410)
  • b86f3f5 css: Fix conditional rule merging bug (#1425)
  • e50a078 Convert all @vanilla-extract deps and dev deps to use the workspace: prot...
  • e7d79f2 Version Packages (#1413)
  • b8a99e4 Add types field to all package's package.json (#1335)
  • 5e06ada addFileScope: Don't mangle non-template strings that contain newlines (#1406)
  • 39ea179 Version Packages (#1398)
  • 3df9b4e css, webpack-plugin: Replace chalk dependency with picocolors (#1385)
  • e58cf90 css, integration: Replace outdent dependency with dedent (#1386)
  • Additional commits viewable in compare view


Updates @vanilla-extract/dynamic from 2.1.0 to 2.1.1

Release notes

Sourced from @​vanilla-extract/dynamic's releases.

@​vanilla-extract/dynamic@​2.1.1

Patch Changes

Changelog

Sourced from @​vanilla-extract/dynamic's changelog.

2.1.1

Patch Changes

Commits


Updates @vanilla-extract/sprinkles from 1.6.1 to 1.6.2

Release notes

Sourced from @​vanilla-extract/sprinkles's releases.

@​vanilla-extract/sprinkles@​1.6.2

Patch Changes

Changelog

Sourced from @​vanilla-extract/sprinkles's changelog.

1.6.2

Patch Changes

Commits


Updates @vanilla-extract/vite-plugin from 3.9.4 to 4.0.12

Release notes

Sourced from @​vanilla-extract/vite-plugin's releases.

@​vanilla-extract/vite-plugin@​4.0.12

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.11

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.10

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.9

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.8

Patch Changes

@​vanilla-extract/vite-plugin@​4.0.7

Patch Changes

  • #1369 05ef2f0 Thanks @​askoufis! - Fixes a bug where an internal Remix plugin would throw an error inside the vite-node compiler

  • #1368 90f0315 Thanks @​askoufis! - Update @vanilla-extract/integration dependency

    This fixes a bug where APIs that used the walkObject utility (e.g. createTheme) would fail when used with module namespace objects inside vite-node. This was due to the previous implementation using the input object's constructor to initialize a clone, which does not work with module namespace objects because they do not have a constructor function.

  • Updated dependencies [c8aefe0]:

    • @​vanilla-extract/integration@​7.1.2

@​vanilla-extract/vite-plugin@​4.0.6

... (truncated)

Changelog

Sourced from @​vanilla-extract/vite-plugin's changelog.

4.0.12

Patch Changes

4.0.11

Patch Changes

4.0.10

Patch Changes

4.0.9

Patch Changes

4.0.8

Patch Changes

4.0.7

Patch Changes

  • #1369 05ef2f0 Thanks @​askoufis! - Fixes a bug where an internal Remix plugin would throw an error inside the vite-node compiler

  • #1368 90f0315 Thanks @​askoufis! - Update @vanilla-extract/integration dependency

    This fixes a bug where APIs that used the walkObject utility (e.g. createTheme) would fail when used with module namespace objects inside vite-node. This was due to the previous implementation using the input object's constructor to initialize a clone, which does not work with module namespace objects because [they do not have a constructor function][es6 spec].

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
macaw-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 7:16am
changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 7e6deaad2eae92a926aadc6038ae8d4929c72d46

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

dependabot[bot] commented 1 month ago

Superseded by #822.