Skip to content

Update dependency @vanilla-extract/css to v1.20.1#6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vanilla-extract-css-1.x
Open

Update dependency @vanilla-extract/css to v1.20.1#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vanilla-extract-css-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vanilla-extract/css (source) 1.17.51.20.1 age adoption passing confidence

Release Notes

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

v1.20.1

Compare Source

Patch Changes

v1.20.0

Compare Source

Minor Changes
  • #​1702 48a9caf Thanks @​bschlenk! - Allow :where and :is in selectors if all selectors target &

    EXAMPLE USAGE:

    const example = style({
      color: 'red',
      selectors: {
        // Valid: all selectors in the list target `example`
        ':is(h1 > &, h2 > &)': { color: 'blue' }
        // Invalid: the second selector in the list does not target `example`
        ':is(h1 > &, h2)': { color: 'blue' }
      }
    });

v1.19.1

Compare Source

Patch Changes
  • #​1558 9b1bfd0 Thanks @​andjsrk! - style: Fixed a bug where nested arrays of classnames could cause missing or malformed CSS during style composition in certain situations.

    For example, the following style composition would not generate CSS for the backgroundColor: 'orange' style, and would also generate malformed CSS:

    const styleWithNestedComposition = style([
      [style1, style2],
      { backgroundColor: 'orange' },
      [style3]
    ]);

v1.19.0

Compare Source

Minor Changes

v1.18.0

Compare Source

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title chore(deps): update dependency @vanilla-extract/css to v1.18.0 chore(deps): update dependency @vanilla-extract/css to v1.20.1 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/vanilla-extract-css-1.x branch from 8aebbbb to f45ebf1 Compare March 31, 2026 10:08
@renovate renovate Bot changed the title chore(deps): update dependency @vanilla-extract/css to v1.20.1 Update dependency @vanilla-extract/css to v1.20.1 Apr 15, 2026
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.

0 participants