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 across 1 directory with 6 updates #822

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps the vanilla-extract group with 6 updates in the / directory:

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.13

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.13

Release notes

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

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

Patch Changes

@​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.

... (truncated)

Changelog

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

4.0.13

Patch Changes

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

... (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 1 month 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 26, 2024 8:38am
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 6fea327962763ff124e392f47cc963bdc812e245

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

github-actions[bot] commented 1 month ago

This pull request is stale because it has been open 14 days with no activity.

github-actions[bot] commented 3 weeks ago

This pull request is stale because it has been open 14 days with no activity.

github-actions[bot] commented 2 weeks ago

This PR request has been closed because it has been stalled for 2 days with no activity. You are still welcome to reopen it and continue from where you finished. Best regards Saleor team

dependabot[bot] commented 2 weeks ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml