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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

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

| Package | From | To |
| --- | --- | --- |
| [@vanilla-extract/css-utils](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/utils) | `0.1.3` | `0.1.4` |
| [@vanilla-extract/recipes](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/recipes) | `0.5.1` | `0.5.3` |
| [@vanilla-extract/css](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css) | `1.14.0` | `1.15.3` |
| [@vanilla-extract/dynamic](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/dynamic) | `2.1.0` | `2.1.1` |
| [@vanilla-extract/sprinkles](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/sprinkles) | `1.6.1` | `1.6.2` |
| [@vanilla-extract/vite-plugin](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin) | `3.9.4` | `4.0.12` |


Updates `@vanilla-extract/css-utils` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/utils)

Updates `@vanilla-extract/recipes` from 0.5.1 to 0.5.3
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/recipes/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/recipes)

Updates `@vanilla-extract/css` from 1.14.0 to 1.15.3
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/css/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/css)

Updates `@vanilla-extract/dynamic` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/dynamic/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/dynamic)

Updates `@vanilla-extract/sprinkles` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/sprinkles/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/sprinkles)

Updates `@vanilla-extract/vite-plugin` from 3.9.4 to 4.0.12
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/vite-plugin)

---
updated-dependencies:
- dependency-name: "@vanilla-extract/css-utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/recipes"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/sprinkles"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vanilla-extract
- dependency-name: "@vanilla-extract/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vanilla-extract
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2024 07:15
@dependabot dependabot bot requested review from krzysztofzuraw and poulch and removed request for a team July 1, 2024 07:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
Copy link

vercel bot commented Jul 1, 2024

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

Copy link

changeset-bot bot commented Jul 1, 2024

⚠️ No Changeset found

Latest commit: 7e6deaa

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Superseded by #822.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vanilla-extract-9452f92682 branch July 9, 2024 13:22
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.

0 participants