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 #33

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.1.142 -> ^1.1.144 age adoption passing confidence
@playwright/test (source) ^1.40.0 -> ^1.40.1 age adoption passing confidence
@types/node (source) ^20.10.0 -> ^20.10.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.13.0 -> ^6.13.2 age adoption passing confidence
@typescript-eslint/parser (source) ^6.13.0 -> ^6.13.2 age adoption passing confidence
better-sqlite3 ^9.1.1 -> ^9.2.0 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.55.0 age adoption passing confidence
eslint-config-prettier ^9.0.0 -> ^9.1.0 age adoption passing confidence
postcss (source) ^8.4.31 -> ^8.4.32 age adoption passing confidence
svelte (source) ^4.2.7 -> ^4.2.8 age adoption passing confidence
tailwindcss (source) ^3.3.5 -> ^3.3.6 age adoption passing confidence
unplugin-icons ^0.17.4 -> ^0.18.1 age adoption passing confidence
vite (source) ^5.0.2 -> ^5.0.5 age adoption passing confidence
vite-node (source) ^0.34.6 -> ^0.34.7 age adoption passing confidence
vite-plugin-pwa ^0.17.2 -> ^0.17.3 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.40.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders

Browser Versions
  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

WiseLibs/better-sqlite3 (better-sqlite3)

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v9.1.1...v9.2.0

eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.0

Compare Source

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
postcss/postcss (postcss)

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).
sveltejs/svelte (svelte)

v4.2.8

Compare Source

Patch Changes
  • fix: port over props that were set prior to initialization (#​9701)
tailwindlabs/tailwindcss (tailwindcss)

v3.3.6

Compare Source

Fixed
  • Don’t add spaces to negative numbers following a comma (#​12324)
  • Don't emit @config in CSS when watching via the CLI (#​12327)
  • Improve types for resolveConfig (#​12272)
  • Ensure configured font-feature-settings for mono are included in Preflight (#​12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#​12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#​12514)
  • Fix support for slashes in arbitrary modifiers (#​12515)
  • Fix source maps of variant utilities that come from an @layer rule (#​12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#​12506)
unplugin/unplugin-icons (unplugin-icons)

v0.18.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.18.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
vitejs/vite (vite)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

vitest-dev/vitest (vite-node)

v0.34.7

Compare Source

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.17.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 5:00pm on Monday" in timezone America/New_York, 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, check this box

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

@renovate renovate bot merged commit d77566d into master Dec 5, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 5, 2023 00:07
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