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

chore(deps): update all non-major dependencies #25

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) ^6.5.15 -> ^6.5.16 age adoption passing confidence
@storybook/addon-essentials (source) ^6.5.15 -> ^6.5.16 age adoption passing confidence
@storybook/addon-interactions (source) ^6.5.15 -> ^6.5.16 age adoption passing confidence
@storybook/addon-links (source) ^6.5.15 -> ^6.5.16 age adoption passing confidence
@storybook/builder-vite ^0.2.7 -> ^0.3.0 age adoption passing confidence
@storybook/vue3 (source) ^6.5.15 -> ^6.5.16 age adoption passing confidence
@vitest/coverage-c8 ^0.26.3 -> ^0.28.3 age adoption passing confidence
eslint (source) ^8.31.0 -> ^8.33.0 age adoption passing confidence
pnpm (source) 7.23.0 -> 7.26.3 age adoption passing confidence
prettier (source) ^2.8.2 -> ^2.8.3 age adoption passing confidence
prettier-plugin-organize-imports ^3.2.1 -> ^3.2.2 age adoption passing confidence
rimraf ^4.0.4 -> ^4.1.2 age adoption passing confidence
rollup (source) ^3.9.1 -> ^3.12.1 age adoption passing confidence
typescript (source) ^4.9.4 -> ^4.9.5 age adoption passing confidence
vite-plugin-inspect ^0.7.12 -> ^0.7.15 age adoption passing confidence
vitest ^0.26.3 -> ^0.28.3 age adoption passing confidence

Release Notes

storybookjs/storybook

v6.5.16

Compare Source

Bug Fixes
  • Angular: Fix handling of docsMode option in angular builder #​20608
  • Angular: Fix webpackStatsJson types in angular-builder #​20296
Dependency Upgrades
  • Security: Upgrade json5 dependency #​20526
storybookjs/builder-vite

v0.3.0

Compare Source

What's Changed

If you'd like to continue using Vite 3, please stick with 0.2.x versions of this package.

Full Changelog: storybookjs/builder-vite@v0.2.7...v0.3.0

vitest-dev/vitest

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.27.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint

v8.33.0

Compare Source

Features
  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)
Documentation
  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
pnpm/pnpm

v7.26.3

Compare Source

Patch Changes

  • Directories inside the virtual store should not contain the ( or ) chars. This is to fix issues with storybook and the new v6 pnpm-lock.yaml lockfile format #​5976.
  • The update command should not replace dependency versions specified via dist-tags #​5996.
  • Fixed an issue that was causing pnpm to stuck forever during installation #​5909.

Our Gold Sponsors

Our Silver Sponsors

v7.26.2

Compare Source

Patch Changes

  • Wrap text in pnpm audit output for better readability #​5981
  • Fix "cross-device link not permitted" error when node-linker is set to hoisted #​5992.

Our Gold Sponsors

Our Silver Sponsors

v7.26.1

Compare Source

Patch Changes

  • Fixed out of memory error that sometimes happens when node-linker is set to hoisted #​5988.
  • Fixed EMFILE: too many open files by using graceful-fs for reading bin files of dependencies #​5887.
  • Fix lockfile v6 on projects that use patched dependencies #​5967.

Our Gold Sponsors

Our Silver Sponsors

v7.26.0

Compare Source

Minor Changes

Patch Changes

  • Packages hoisted to the virtual store are not removed on repeat install, when the non-headless algorithm runs the installation #​5971.
  • prepublishOnly and prepublish should not be executed on pnpm pack #​2941.

Our Gold Sponsors

Our Silver Sponsors


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 881b99f to ce50b4f Compare January 17, 2023 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c280c10 to e4d3042 Compare January 24, 2023 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f638b73 to 2a00fc0 Compare January 28, 2023 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 71a4c2b to 62bab1b Compare February 1, 2023 13:42
@tobiasdiez tobiasdiez changed the title chore(deps): update all non-major dependencies rebase! chore(deps): update all non-major dependencies Feb 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 62bab1b to 634ce6a Compare February 1, 2023 13:48
@renovate renovate bot changed the title rebase! chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies Feb 1, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2023

Codecov Report

Merging #25 (634ce6a) into main (eaee0ea) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files           1        1           
  Lines         203      203           
  Branches       36       36           
=======================================
  Hits          200      200           
  Misses          3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tobiasdiez tobiasdiez merged commit 5008a7b into main Feb 1, 2023
@tobiasdiez tobiasdiez deleted the renovate/all-minor-patch branch February 1, 2023 13:57
tobiasdiez pushed a commit that referenced this pull request Aug 4, 2024
tobiasdiez added a commit that referenced this pull request Aug 4, 2024
* chore: init

* chore: remove enforce

* chore: npm run

* fix: nuxt options

* chore: update deps

* chore: fix tsup commands (#1)

* fix: path, close #2

* build: use tsup.config.ts

* chore: update dependencies (#5)

* chore: update deps

* fix: `pnpm run dev` error (#7)

* fix: pnpm run dev error

* style: lint fix

* fix: fix dev error (#9)

* chore: update deps

* chore: update

* fix: cjs exports (#10) (#11)

* feat: add esbuild export (#12)

* ci: update release script

* chore: update deps

* feat: add esbuild export (#14)

* feat: add esbuild export (#13)

* chore: lint

* chore: add deps of 'chalk' (#15)

Co-authored-by: Anthony Fu <[email protected]>

* chore: update deps

* fix: 'UserOptions' set to optional (#18)

* feat: use type=module (#16) (#17)

* fix: pnpm workspace config (#19)

* chore: update deps

* fix: nuxt module hooks (#20)

* chore: update deps

* chore: update deps

* chore: update ci matrix

* chore: update deps

* chore: lint

* feat: update builds

* ci: add permission

* docs: update (#21)

* docs: update playground link (#22)

* feat: template update (#25)

* fix: require(...) is not a function (#28)

* update

* fix linter

* fix astro

* fix tests

* use jiti over esno

* update all eslint

* dedupe

* update node used for linter

* fix prettier

---------

Co-authored-by: Anthony Fu <[email protected]>
Co-authored-by: TropicalRaisel <[email protected]>
Co-authored-by: dengqing <[email protected]>
Co-authored-by: Tedy <[email protected]>
Co-authored-by: snowingfox <[email protected]>
Co-authored-by: Rongger <[email protected]>
Co-authored-by: 三咲智子 <[email protected]>
Co-authored-by: Alex Liu <[email protected]>
Co-authored-by: ntnyq <[email protected]>
Co-authored-by: Robert Soriano <[email protected]>
Co-authored-by: Ray <[email protected]>
Co-authored-by: yuyin <[email protected]>
Co-authored-by: lrs <[email protected]>
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.

2 participants