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

fix(deps): update all non-major dependencies #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@biomejs/biome (source) ^1.6.4 -> ^1.9.4 age adoption passing confidence devDependencies minor
@tauri-apps/api ^1.5.3 -> ^1.6.0 age adoption passing confidence dependencies minor
@tauri-apps/cli ^1.5.11 -> ^1.6.3 age adoption passing confidence devDependencies minor
@types/node (source) ^20.12.3 -> ^20.17.25 age adoption passing confidence devDependencies minor
@types/react (source) ^18.2.74 -> ^18.3.19 age adoption passing confidence devDependencies minor
@types/react-dom (source) ^18.2.23 -> ^18.3.5 age adoption passing confidence devDependencies minor
@vanilla-extract/css (source) ^1.14.2 -> ^1.17.1 age adoption passing confidence dependencies minor
@vanilla-extract/next-plugin (source) ^2.4.0 -> ^2.4.10 age adoption passing confidence devDependencies patch
@vanilla-extract/sprinkles (source) ^1.6.1 -> ^1.6.3 age adoption passing confidence dependencies patch
Swatinem/rust-cache v2.7.3 -> v2.7.8 age adoption passing confidence action patch
actions/checkout v4.1.1 -> v4.2.2 age adoption passing confidence action minor
biomejs/setup-biome v2.1.1 -> v2.3.0 age adoption passing confidence action minor
lefthook ^1.6.8 -> ^1.11.3 age adoption passing confidence devDependencies minor
next (source) 14.1.4 -> 14.2.25 age adoption passing confidence dependencies minor
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence dependencies minor
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence dependencies minor
serde (source) 1.0 -> 1.0.219 age adoption passing confidence dependencies patch
serde_json 1.0 -> 1.0.140 age adoption passing confidence dependencies patch
tauri (source) 1.6.1 -> 1.8.2 age adoption passing confidence dependencies minor
tauri-build (source) 1.5.1 -> 1.5.6 age adoption passing confidence build-dependencies patch
the-new-css-reset ^1.11.2 -> ^1.11.3 age adoption passing confidence dependencies patch
typescript (source) ^5.4.3 -> ^5.8.2 age adoption passing confidence devDependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.4

Compare Source

v1.9.3

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

tauri-apps/tauri (@​tauri-apps/api)

v1.6.0: @​tauri-apps/cli v1.6.0

Compare Source

[1.6.0]

New Features
  • 253595a22 (#​9809) Add RPM packaging
  • a301be52d (#​9914) Use cargo's target directory to store and cache bundling tools when bundle > useLocalToolsDir option is active.
Bug Fixes
  • 08f57efef (#​10136) Fix parsing of cargo profile when using --profile=<profile> syntax.
  • 674accad7 (#​10015) Add missing dependency libayatana-appindicator3.so.1 for rpm package.
Dependencies
  • Upgraded to tauri-cli@1.6.0

v1.5.6: @​tauri-apps/api v1.5.6

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.64s.

[1.5.6]

Bug Fixes
  • 3b69c1384(#​9792) Revert #​9706 which broke compatability between tauri crate and the JS @tauri-apps/api npm package in a patch release where it should've been in a minor release.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.7s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.6
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.11s.

v1.5.5: @​tauri-apps/api v1.5.5

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.84s.

[1.5.5]

Enhancements
  • 7f885bd5e(#​9706) Enhance the speed of The JS Command.execute API from shell module.
Bug Fixes
  • 7f885bd5e(#​9706) Fix The JS Command.execute API from shell module including extra new lines.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.3s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.6s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.5
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.46s.

v1.5.4: @​tauri-apps/api v1.5.4

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 1.53s.

[1.5.4]

Bug Fixes
  • e3b6d38d2(#​9166) Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.
  • 705da977a(#​9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.6s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.4
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 9.52s.
vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.17.1

Compare Source

Patch Changes

v1.17.0

Compare Source

Minor Changes
  • #​1092 fd673f6 Thanks @​z4o4z! - keyframes: Add support for a vars property to steps within keyframes declarations

    Example usage:

    import {
      createVar,
      keyframes
    } from '@&#8203;vanilla-extract/css';
    
    const angle = createVar({
      syntax: '<angle>',
      inherits: false,
      initialValue: '0deg'
    });
    
    export const angleKeyframes = keyframes({
      '0%': {
        vars: {
          [angle]: '0deg'
        }
      },
      '100%': {
        vars: {
          [angle]: '360deg'
        }
      }
    });
  • #​1512 4abfc0b Thanks @​askoufis! - createTheme, createGlobalTheme: Add support for assigning themes to a layer

    Themes can now be assigned to a layer by name using the @layer key at the top-level of the theme definition.

    EXAMPLE USAGE:

    // themes.css.ts
    import {
      createTheme,
      createGlobalTheme,
      layer
    } from '@&#8203;vanilla-extract/css';
    
    export const themeLayer = layer();
    
    export const [themeA, vars] = createTheme({
      '@&#8203;layer': themeLayer,
      color: {
        brand: 'blue'
      },
      font: {
        body: 'arial'
      }
    });
    
    export const vars2 = createGlobalTheme(':root', {
      '@&#8203;layer': themeLayer,
      space: {
        small: '10px',
        large: '20px'
      }
    });

    This will generate the following CSS:

    @&#8203;layer themes_themeLayer__1k6oxph0;
    @&#8203;layer themes_themeLayer__1k6oxph0 {
      .themes_themeA__1k6oxph1 {
        --color-brand__1k6oxph2: blue;
        --font-body__1k6oxph3: arial;
      }
    
      :root {
        --space-small__z05zdf1: 10px;
        --space-large__z05zdf2: 20px;
      }
    }
  • #​1092 fd673f6 Thanks @​z4o4z! - createVar: Add support for defining [@property][@​property] rules

    Example usage:

    import { createVar } from '@&#8203;vanilla-extract/css';
    
    export const myVar = createVar({
      syntax: '<number>',
      inherits: false,
      initialValue: '0.5'
    });

    This will generate the following CSS:

    @&#8203;property --myVar__jteyb14 {
      syntax: '<number>';
      inherits: false;
      initial-value: 0.5;
    }

v1.16.1

Compare Source

Patch Changes
  • #​1505 103ce57 Thanks @​askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classname

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 '@&#8203;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'
      }
    ]);
vanilla-extract-css/vanilla-extract (@​vanilla-extract/next-plugin)

v2.4.10

Compare Source

Patch Changes

v2.4.9

Compare Source

Patch Changes

v2.4.8

Compare Source

Patch Changes

v2.4.7

Compare Source

Patch Changes

v2.4.6

Compare Source

Patch Changes

v2.4.5

Compare Source

Patch Changes

v2.4.4

Compare Source

Patch Changes

v2.4.3

Compare Source

Patch Changes

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes
vanilla-extract-css/vanilla-extract (@​vanilla-extract/sprinkles)

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes
Swatinem/rust-cache (Swatinem/rust-cache)

v2.7.8

Compare Source

What's Changed

Full Changelog: Swatinem/rust-cache@v2.7.7...v2.7.8

v2.7.7

Compare Source

Full Changelog: Swatinem/rust-cache@v2.7.6...v2.7.7

v2.7.6

Compare Source

What's Changed
New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.5...v2.7.6

v2.7.5

Compare Source

What's Changed
New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

  • Check git version before attempting to disable `s

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Apr 4, 2024
@renovate renovate bot requested a review from koralle April 4, 2024 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 606957d to 8fa0aed Compare April 10, 2024 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f38d320 to c411c76 Compare April 18, 2024 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 99d894b to 8f03ee2 Compare April 29, 2024 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f03ee2 to 7d14c46 Compare April 30, 2024 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3e2f7da to 2fef55e Compare January 23, 2025 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 587eb4c to 37099bf Compare February 4, 2025 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4b5b4e8 to e9f57d5 Compare February 14, 2025 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fb78116 to 9bcbb2b Compare February 26, 2025 10:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 11a429c to c96ecfe Compare March 7, 2025 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1975bc5 to 86eb8ec Compare March 9, 2025 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from caf1b23 to e8e49f3 Compare March 19, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8e49f3 to a8eb871 Compare March 21, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant