Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps @vanilla-extract/css from 1.9.2 to 1.18.0.

Release notes

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

@​vanilla-extract/css@​1.18.0

Minor Changes

  • #1566 8b49b35 Thanks @​lfantone! - style: Add support for @starting-style rules

    EXAMPLE USAGE:

    import { style } from '@vanilla-extact/css';
    export const styleWithStartingStyle = style({
      backgroundColor: 'black',
      '@starting-style': {
        backgroundColor: 'white'
      }
    });

Patch Changes

  • #1646 0b2c09e Thanks @​plesiecki! - Swap the order of createVar's overloads to enable inference of VarDelcaration type

  • #1666 c6047fb Thanks @​askoufis! - Remove custom container properties type

    The csstype package used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.

@​vanilla-extract/css@​1.17.5

Patch Changes

@​vanilla-extract/css@​1.17.4

Patch Changes

  • #1610 2b0be1b Thanks @​askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fix Named export not found error when importing ESM entrypoints

  • Updated dependencies [2b0be1b]:

    • @​vanilla-extract/private@​1.0.9

@​vanilla-extract/css@​1.17.3

Patch Changes

... (truncated)

Changelog

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

1.18.0

Minor Changes

  • #1566 8b49b35 Thanks @​lfantone! - style: Add support for @starting-style rules

    EXAMPLE USAGE:

    import { style } from '@vanilla-extact/css';
    export const styleWithStartingStyle = style({
      backgroundColor: 'black',
      '@starting-style': {
        backgroundColor: 'white'
      }
    });

Patch Changes

  • #1646 0b2c09e Thanks @​plesiecki! - Swap the order of createVar's overloads to enable inference of VarDelcaration type

  • #1666 c6047fb Thanks @​askoufis! - Remove custom container properties type

    The csstype package used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.

1.17.5

Patch Changes

1.17.4

Patch Changes

  • #1610 2b0be1b Thanks @​askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fix Named export not found error when importing ESM entrypoints

  • Updated dependencies [2b0be1b]:

    • @​vanilla-extract/private@​1.0.9

1.17.3

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vanilla-extract/css since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vanilla-extract/css](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css) from 1.9.2 to 1.18.0.
- [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)

---
updated-dependencies:
- dependency-name: "@vanilla-extract/css"
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
@netlify
Copy link

netlify bot commented Jan 19, 2026

Deploy Preview for frontside ready!

Name Link
🔨 Latest commit baa0081
🔍 Latest deploy log https://app.netlify.com/projects/frontside/deploys/696eb17046b8070008c35560
😎 Deploy Preview https://deploy-preview-447--frontside.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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