⬆️ Update all non-major dependencies #140

Merged
sebclem merged 1 commits from renovate/all-minor-patch into main 2024-11-07 09:46:55 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies minor 22.8.2 -> 22.9.0
eslint (source) devDependencies minor 9.13.0 -> 9.14.0
pinia dependencies patch 2.2.4 -> 2.2.6
sass devDependencies patch 1.80.4 -> 1.80.6
sass-loader devDependencies patch 16.0.2 -> 16.0.3
vue-tsc (source) devDependencies patch 2.1.8 -> 2.1.10
vuetify (source) dependencies patch 3.7.3 -> 3.7.4

Release Notes

eslint/eslint (eslint)

v9.14.0

Compare Source

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#​19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#​19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#​19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#​19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#​19035) (Livia Medeiros)

Documentation

Chores

vuejs/pinia (pinia)

v2.2.6

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.5

Compare Source

Please refer to CHANGELOG.md for details.

sass/dart-sass (sass)

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.
webpack-contrib/sass-loader (sass-loader)

v16.0.3

Compare Source

vuejs/language-tools (vue-tsc)

v2.1.10

Compare Source

Features
  • language-service: auto insert const props = with props completion (#​4942) - Thanks to @​KazariEX!
Bug Fixes
  • language-core: revert #​4902
  • language-core: inject as assertion of useCssModule into correct location (#​4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#​4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#​4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#​4966)
Refactors
vuetifyjs/vuetify (vuetify)

v3.7.4

Compare Source

🔧 Bug Fixes

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`22.8.2` -> `22.9.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.8.2/22.9.0) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.13.0` -> `9.14.0`](https://renovatebot.com/diffs/npm/eslint/9.13.0/9.14.0) | | [pinia](https://github.com/vuejs/pinia) | dependencies | patch | [`2.2.4` -> `2.2.6`](https://renovatebot.com/diffs/npm/pinia/2.2.4/2.2.6) | | [sass](https://github.com/sass/dart-sass) | devDependencies | patch | [`1.80.4` -> `1.80.6`](https://renovatebot.com/diffs/npm/sass/1.80.4/1.80.6) | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | devDependencies | patch | [`16.0.2` -> `16.0.3`](https://renovatebot.com/diffs/npm/sass-loader/16.0.2/16.0.3) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | patch | [`2.1.8` -> `2.1.10`](https://renovatebot.com/diffs/npm/vue-tsc/2.1.8/2.1.10) | | [vuetify](https://vuetifyjs.com) ([source](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | dependencies | patch | [`3.7.3` -> `3.7.4`](https://renovatebot.com/diffs/npm/vuetify/3.7.3/3.7.4) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.14.0`](https://github.com/eslint/eslint/releases/tag/v9.14.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0) #### Features - [`3fa009f`](https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4) feat: add support for Import Attributes and RegExp Modifiers ([#&#8203;19076](https://github.com/eslint/eslint/issues/19076)) (Milos Djermanovic) - [`b0faee3`](https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541) feat: add types for the `@eslint/js` package ([#&#8203;19010](https://github.com/eslint/eslint/issues/19010)) (Nitin Kumar) #### Bug Fixes - [`24d0172`](https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066) fix: enable retry concurrency limit for readFile() ([#&#8203;19077](https://github.com/eslint/eslint/issues/19077)) (Nicholas C. Zakas) - [`b442067`](https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087) fix: Don't crash when directory is deleted during traversal. ([#&#8203;19067](https://github.com/eslint/eslint/issues/19067)) (Nicholas C. Zakas) - [`d474443`](https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2) fix: avoid call stack overflow while processing globs ([#&#8203;19035](https://github.com/eslint/eslint/issues/19035)) (Livia Medeiros) #### Documentation - [`151c965`](https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc) docs: update `context.languageOptions.parser` description ([#&#8203;19084](https://github.com/eslint/eslint/issues/19084)) (Nitin Kumar) - [`dc34f94`](https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e) docs: Update README (GitHub Actions Bot) - [`f16e846`](https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5) docs: Update README (GitHub Actions Bot) - [`ee0a77e`](https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68) docs: change link from [@&#8203;types/eslint](https://github.com/types/eslint) to lib/types ([#&#8203;19049](https://github.com/eslint/eslint/issues/19049)) (Karl Horky) - [`50f03a1`](https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8) docs: Clarify global ignores in config migration guide ([#&#8203;19032](https://github.com/eslint/eslint/issues/19032)) (Milos Djermanovic) #### Build Related - [`37c9177`](https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415) build: update `@wdio/*` dependencies ([#&#8203;19068](https://github.com/eslint/eslint/issues/19068)) (Francesco Trotta) - [`35a8858`](https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d) build: exclude flawed dendency versions ([#&#8203;19065](https://github.com/eslint/eslint/issues/19065)) (Francesco Trotta) #### Chores - [`f36cb16`](https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).14.0 ([#&#8203;19086](https://github.com/eslint/eslint/issues/19086)) (Milos Djermanovic) - [`28be447`](https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f48a2a0`](https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba) test: add `no-invalid-regexp` tests with RegExp Modifiers ([#&#8203;19075](https://github.com/eslint/eslint/issues/19075)) (Milos Djermanovic) - [`425202e`](https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa) perf: Fix caching in config loaders ([#&#8203;19042](https://github.com/eslint/eslint/issues/19042)) (Milos Djermanovic) - [`3d44b3c`](https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29) ci: run tests in Node.js 23 ([#&#8203;19055](https://github.com/eslint/eslint/issues/19055)) (Francesco Trotta) - [`7259627`](https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0) test: ensure tmp directory cleanup in `check-emfile-handling.js` ([#&#8203;19036](https://github.com/eslint/eslint/issues/19036)) (Livia Medeiros) </details> <details> <summary>vuejs/pinia (pinia)</summary> ### [`v2.2.6`](https://github.com/vuejs/pinia/releases/tag/pinia%402.2.6) [Compare Source](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) Please refer to [CHANGELOG.md](https://github.com/vuejs/pinia/blob/v2/packages/pinia/CHANGELOG.md) for details. ### [`v2.2.5`](https://github.com/vuejs/pinia/releases/tag/pinia%402.2.5) [Compare Source](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) Please refer to [CHANGELOG.md](https://github.com/vuejs/pinia/blob/v2/packages/pinia/CHANGELOG.md) for details. </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.80.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1806) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.5...1.80.6) ##### Command-Line Interface - Make `@parcel/watcher` an optional dependency so this can still be installed on operating systems where it's unavailable. ### [`v1.80.5`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1805) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.4...1.80.5) ##### Embedded Host - Don't produce phantom `@import` deprecations when using an importer with the legacy API. </details> <details> <summary>webpack-contrib/sass-loader (sass-loader)</summary> ### [`v16.0.3`](https://github.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1603-2024-11-01) [Compare Source](https://github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.1.10`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2110-supofficialsup-2111-supinsiderssup-2024-10-31) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.8...v2.1.10) ##### Features - **language-service:** auto insert `const props =` with `props` completion ([#&#8203;4942](https://github.com/vuejs/language-tools/issues/4942)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core:** revert [#&#8203;4902](https://github.com/vuejs/language-tools/issues/4902) - **language-core:** inject `as` assertion of `useCssModule` into correct location ([#&#8203;4952](https://github.com/vuejs/language-tools/issues/4952)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** hold prev track id correctly ([#&#8203;4961](https://github.com/vuejs/language-tools/issues/4961)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** generate style modules type as needed ([#&#8203;4953](https://github.com/vuejs/language-tools/issues/4953)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** reference global types file with relative path ([#&#8203;4966](https://github.com/vuejs/language-tools/issues/4966)) ##### Refactors - **vscode:** rewrite with [Reactive VSCode](https://kermanx.github.io/reactive-vscode/) ([#&#8203;4945](https://github.com/vuejs/language-tools/issues/4945)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX), [@&#8203;KermanX](https://github.com/KermanX)! </details> <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.7.4`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.7.4) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.7.3...v3.7.4) ##### :wrench: Bug Fixes - **VBtn:** only remove overlay transition in pagination ([675b464](https://github.com/vuetifyjs/vuetify/commit/675b464c79c09fcc855f0a0c015e2d36c1870d22)), closes [#&#8203;18874](https://github.com/vuetifyjs/vuetify/issues/18874) - **VBtnToggle:** plain variant button opacity when selected ([#&#8203;20279](https://github.com/vuetifyjs/vuetify/issues/20279)) ([bfe6310](https://github.com/vuetifyjs/vuetify/commit/bfe631027588b73da8cf94655ae8316c763cafe8)), closes [#&#8203;20142](https://github.com/vuetifyjs/vuetify/issues/20142) - **VCode,VKbd:** set default tag ([18c0adc](https://github.com/vuetifyjs/vuetify/commit/18c0adcd4a3cdd8dffda9691e3aa8ea18aaceb92)) - **VDialog:** make form fill parent ([#&#8203;20555](https://github.com/vuetifyjs/vuetify/issues/20555)) ([42a12dd](https://github.com/vuetifyjs/vuetify/commit/42a12dd89da2e7e5ea5f6a3bc7611fb2e9f2563a)) - **VDialog:** ignore size props when fullscreen ([#&#8203;20554](https://github.com/vuetifyjs/vuetify/issues/20554)) ([3adcbef](https://github.com/vuetifyjs/vuetify/commit/3adcbef2e993f520cc1136cbcc36b84505490620)), closes [#&#8203;19915](https://github.com/vuetifyjs/vuetify/issues/19915) - **VDialog,VMenu:** remove focus listeners on unmount ([a72df88](https://github.com/vuetifyjs/vuetify/commit/a72df884ba8415a272332f86bba8401eec7d6fc5)), closes [#&#8203;20422](https://github.com/vuetifyjs/vuetify/issues/20422) - **VList:** apply avatar spacing to badge:has(avatar) ([#&#8203;20588](https://github.com/vuetifyjs/vuetify/issues/20588)) ([0ac22b5](https://github.com/vuetifyjs/vuetify/commit/0ac22b5b4c190bede80f20a8f7090f1aaa322f8c)) </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-30 03:03:41 +01:00
⬆️ Update all non-major dependencies
All checks were successful
ci / docker (pull_request) Successful in 57s
65d86b75d8
renovate-bot force-pushed renovate/all-minor-patch from 65d86b75d8 to 28baa7aa18 2024-10-31 03:03:34 +01:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 28baa7aa18 to 7400c518ec 2024-11-01 03:03:38 +01:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7400c518ec to f65a721d3a 2024-11-02 03:03:40 +01:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from f65a721d3a to 905d11b760 2024-11-04 03:03:58 +01:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 905d11b760 to 5524e160e1 2024-11-05 03:03:49 +01:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 5524e160e1 to 384b4efc19 2024-11-07 03:04:00 +01:00 Compare
sebclem merged commit 97a7e054c9 into main 2024-11-07 09:46:55 +01:00
sebclem deleted branch renovate/all-minor-patch 2024-11-07 09:46:55 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/Claptrap-ui#140
No description provided.