Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

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

Merged
merged 1 commit into from Sep 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.26.1 -> ^0.26.3 age adoption passing confidence
@iconify-json/tabler ^1.1.25 -> ^1.1.33 age adoption passing confidence
@tailwindcss/typography ^0.5.4 -> ^0.5.7 age adoption passing confidence
@vueuse/core ^9.1.0 -> ^9.2.0 age adoption passing confidence
@vueuse/head ^0.7.9 -> ^0.7.10 age adoption passing confidence
autoprefixer ^10.4.8 -> ^10.4.9 age adoption passing confidence
daisyui ^2.24.0 -> ^2.27.0 age adoption passing confidence
eslint (source) ^8.22.0 -> ^8.23.1 age adoption passing confidence
firebase (source, changelog) ^9.9.3 -> ^9.9.4 age adoption passing confidence
pinia ^2.0.20 -> ^2.0.22 age adoption passing confidence
pnpm (source) ^7.9.3 -> ^7.11.0 age adoption passing confidence
typescript (source) ^4.7.4 -> ^4.8.3 age adoption passing confidence
unplugin-icons ^0.14.8 -> ^0.14.9 age adoption passing confidence
unplugin-vue-components ^0.22.4 -> ^0.22.7 age adoption passing confidence
vitest ^0.22.1 -> ^0.23.2 age adoption passing confidence
vue (source) ^3.2.37 -> ^3.2.39 age adoption passing confidence
vue-router ^4.1.3 -> ^4.1.5 age adoption passing confidence
vue-tsc ^0.40.1 -> ^0.40.13 age adoption passing confidence

Release Notes

antfu/eslint-config

v0.26.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.26.2

Compare Source

No significant changes

    View changes on GitHub
tailwindcss/typography

v0.5.7

Compare Source

Fixed
  • Update TypeScript types (#​284)

v0.5.6

Compare Source

v0.5.5

Compare Source

Added
vueuse/vueuse

v9.2.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/head

v0.7.10

Compare Source

No unreleased changes.

postcss/autoprefixer

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.
saadeghi/daisyui

v2.27.0

Compare Source

Features
  • btn-group-horizontal and btn-group-vertical classes are now responsive (f27340b)

v2.26.0

Compare Source

Features
  • allow utility classes to change padding and min-height for collapse (e0fa734)
Bug Fixes

v2.25.0

Compare Source

Features
  • 70% smaller size for mask styles
Bug Fixes
  • corrected incorrect jsx attribute on drawer and modal components (#​1095) (77506ca)
2.24.2 (2022-09-04)
2.24.1 (2022-09-04)
Bug Fixes

v2.24.2

Compare Source

v2.24.1

Compare Source

eslint/eslint

v8.23.1

Compare Source

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#​16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#​16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#​16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#​16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#​16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#​16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#​16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#​16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#​16223) (Mert Ciflikli)

Chores

v8.23.0

Compare Source

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#​16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#​15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#​16120) (Lachlan Hunt)

Documentation

Chores

firebase/firebase-js-sdk

v9.9.4

Compare Source

vuejs/pinia

v2.0.22

Compare Source

Please refer to CHANGELOG.md for details.

v2.0.21

Compare Source

Please refer to CHANGELOG.md for details.

pnpm/pnpm

v7.11.0

Compare Source

Minor Changes

  • pnpm patch: edit the patched package in a directory specified by the --edit-dir option. E.g., pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express #​5304

Patch Changes

  • Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project #​5144.
  • When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.10.0...v7.11.0

v7.10.0

Compare Source

Minor Changes

  • New time-based resolution strategy supported.

    When resolution-mode is set to time-based, pnpm will resolve dependencies the following way:

    1. Direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed.
    2. Subdependencies will be resolved from versions that were published before the last direct dependency was published.

    With this resolution mode installations with hot cache are faster. It also reduces the chance of subdependency hijacking as subdependencies will be updated only if direct dependencies are updated.

    This resolution mode works only with npm's full metadata. So it is slower in some scenarios. However, if you use Verdaccio v5.15.1 or newer, you may set the registry-supports-time-field setting to true, and it will be really fast.

    Related RFC.

  • Enhance pnpm env with the remove command. To remove a Node.js version installed by pnpm, run:

    pnpm env remove --global <node.js version>
    

Patch Changes

  • pnpm store prune should remove all cached metadata.
  • Don't modify the manifest of the injected workspace project, when it has the same dependency in prod and peer dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.9.5...v7.10.0

v7.9.5

Compare Source

Patch Changes
  • Set NODE_PATH when prefer-symlinked-executables is enabled #​5251.
  • Fail with a meaningful error when the audit endpoint doesn't exist #​5200.
  • Symlink a local dependency to node_modules, even if the target directory doesn't exist #​5219.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors

Full Changelog: pnpm/pnpm@v7.9.4...v7.9.5

v7.9.4

Compare Source

Patch Changes

  • Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date #​5213.
  • pnpm env: for Node.js<16 install the x64 build on Darwin ARM as ARM build is not available #​5239.
  • pnpm env: log a message when the node.js tarball starts the download #​5241.
  • Fix pnpm install --merge-git-branch-lockfile when the lockfile is up to date #​5212.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.9.3...v7.9.4

Microsoft/TypeScript

v4.8.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.8.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

antfu/unplugin-icons

v0.14.9

Compare Source

No significant changes

    View changes on GitHub
antfu/unplugin-vue-components

v0.22.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.22.6

Compare Source

No significant changes

    View changes on GitHub
vitest-dev/vitest

v0.23.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.23.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.23.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Sep 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
estimate ✅ Ready (Inspect) Visit Preview Sep 12, 2022 at 10:46AM (UTC)

@netlify
Copy link

netlify bot commented Sep 12, 2022

Deploy Preview for esti ready!

Name Link
🔨 Latest commit f881178
🔍 Latest deploy log https://app.netlify.com/sites/esti/deploys/631f0dff766613000942282e
😎 Deploy Preview https://deploy-preview-30--esti.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 site settings.

@renovate renovate bot merged commit 666068b into main Sep 12, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch September 12, 2022 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants