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

Update dependency @vanilla-extract/css to v1.16.0 - autoclosed #23

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

This PR contains the following updates:

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

Release Notes

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

v1.16.0

Compare Source

Minor Changes
  • #​1475 cd9d8b2 Thanks @​corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #​1450 7b256d2 Thanks @​wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@​vanilla-extract/css';
    
    export const titleViewTransition = createViewTransition();
    
    export const pageTitle = style({
      viewTransitionName: titleViewTransition
    });

v1.15.5

Compare Source

Patch Changes

v1.15.4

Compare Source

Patch Changes

v1.15.3

Compare Source

Patch Changes

v1.15.2

Compare Source

Patch Changes

v1.15.1

Compare Source

Patch Changes

v1.15.0

Compare Source

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',
      },
    ]);

v1.14.2

Compare Source

Patch Changes

Configuration

📅 Schedule: 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.

Copy link

cloudflare-workers-and-pages bot commented Mar 29, 2024

Deploying boxofrubberbands with  Cloudflare Pages  Cloudflare Pages

Latest commit: 44411a9
Status: ✅  Deploy successful!
Preview URL: https://67accbfb.boxofrubberbands.pages.dev
Branch Preview URL: https://renovate-vanilla-extract-css.boxofrubberbands.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/vanilla-extract-css-1.x-lockfile branch from 913e2c6 to 912e273 Compare April 27, 2024 12:55
@renovate renovate bot changed the title Update dependency @vanilla-extract/css to v1.14.2 fix(deps): update dependency @vanilla-extract/css to v1.14.2 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/vanilla-extract-css-1.x-lockfile branch from 912e273 to 44411a9 Compare April 28, 2024 13:06
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.14.2 fix(deps): update dependency @vanilla-extract/css to v1.15.0 Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.0 fix(deps): update dependency @vanilla-extract/css to v1.15.1 Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.1 fix(deps): update dependency @vanilla-extract/css to v1.15.2 May 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.2 fix(deps): update dependency @vanilla-extract/css to v1.15.3 Jun 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.3 fix(deps): update dependency @vanilla-extract/css to v1.15.4 Aug 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.4 fix(deps): update dependency @vanilla-extract/css to v1.15.5 Aug 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency @vanilla-extract/css to v1.15.5 Update dependency @vanilla-extract/css to v1.15.5 Sep 22, 2024
@renovate renovate bot changed the title Update dependency @vanilla-extract/css to v1.15.5 Update dependency @vanilla-extract/css to v1.16.0 Oct 1, 2024
@renovate renovate bot changed the title Update dependency @vanilla-extract/css to v1.16.0 Update dependency @vanilla-extract/css to v1.16.0 - autoclosed Oct 10, 2024
@renovate renovate bot closed this Oct 10, 2024
@renovate renovate bot deleted the renovate/vanilla-extract-css-1.x-lockfile branch October 10, 2024 14:24
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