⬆️ Update all non-major dependencies #130

Merged
sebclem merged 1 commits from renovate/all-minor-patch into main 2024-09-03 09:48:10 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 20.16.2 -> 20.16.3
@vitejs/plugin-vue (source) devDependencies patch 5.1.2 -> 5.1.3
axios (source) dependencies patch 1.7.5 -> 1.7.7
lint-staged devDependencies patch 15.2.9 -> 15.2.10
pinia-plugin-persistedstate (source) dependencies patch 3.2.1 -> 3.2.3
vue-tsc (source) devDependencies minor 2.0.29 -> 2.1.4

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.3

axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release
lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)

v3.2.3

Compare Source

v3.2.2

Compare Source

vuejs/language-tools (vue-tsc)

v2.1.4

Compare Source

Features
  • typescript-plugin, language-server: generate global types file into node_modules/.vue-global-types (#​4752) - Thanks to @​KazariEX!
  • language-core: navigation support for template-ref (#​4726) - Thanks to @​KazariEX!
Bug Fixes
  • language-core, typescript-plugin, language-server: apply snake case on globalTypes filename (#​4749) - Thanks to @​KazariEX!
  • language-core: hoist $refs type (#​4763)
  • language-core: disable lib check on global types file (#​4767) - Thanks to @​KazariEX!
  • language-core: prevent circular reference of templateRef (#​4768) - Thanks to @​zhiyuanzmj!
  • language-core: using interface merging for GlobalComponents
  • language-core: fallthroughAttributes causes global components to be self-referential (#​4761)
  • language-core: auto-completion for the last line of template block (#​4771) - Thanks to @​zhiyuanzmj!
  • language-core: update ast correctly on repeated v-for modifications (#​4772) - Thanks to @​KazariEX!
  • language-server: leaking named pipes (#​4672)
  • typescript-plugin: compatible with Yarn PnP (#​4751)
  • vscode: whitelist ms-dynamics-smb.al extension for Vue Hybrid Mode. (#​4765) - Thanks to @​kyleweishaupt!
Other Changes

v2.1.2

Compare Source

Bug Fixes
  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#​4740) (#​4737) (#​4738) (#​4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

v2.1.0

Compare Source

Features
Bug Fixes
Refactors
  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen
  • language-core: rewrite a part of confusing codegen code
  • language-core: reduce virtual code generated by component tags (#​4714)
  • language-core: do not wrap template virtual code with function (#​4731)
  • language-core: write real files to FS for shared global types (#​4736)
  • component-meta: remove deprecated createComponentMetaCheckerByJsonConfig, createComponentMetaChecker api
Other Changes

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 | patch | [`20.16.2` -> `20.16.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.2/20.16.3) | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | devDependencies | patch | [`5.1.2` -> `5.1.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.1.2/5.1.3) | | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | dependencies | patch | [`1.7.5` -> `1.7.7`](https://renovatebot.com/diffs/npm/axios/1.7.5/1.7.7) | | [lint-staged](https://github.com/lint-staged/lint-staged) | devDependencies | patch | [`15.2.9` -> `15.2.10`](https://renovatebot.com/diffs/npm/lint-staged/15.2.9/15.2.10) | | [pinia-plugin-persistedstate](https://prazdevs.github.io/pinia-plugin-persistedstate/) ([source](https://github.com/prazdevs/pinia-plugin-persistedstate)) | dependencies | patch | [`3.2.1` -> `3.2.3`](https://renovatebot.com/diffs/npm/pinia-plugin-persistedstate/3.2.1/3.2.3) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | minor | [`2.0.29` -> `2.1.4`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.29/2.1.4) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v5.1.3`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small513-2024-08-29-small) - chore: upgrade to eslint 9 ([236a40f](https://github.com/vitejs/vite-plugin-vue/commit/236a40f)) - chore: use pnpm catalog for shared deps ([0735e18](https://github.com/vitejs/vite-plugin-vue/commit/0735e18)) - chore(deps): update dependency rollup to ^4.20.0 ([#&#8203;433](https://github.com/vitejs/vite-plugin-vue/issues/433)) ([37c9073](https://github.com/vitejs/vite-plugin-vue/commit/37c9073)), closes [#&#8203;433](https://github.com/vitejs/vite-plugin-vue/issues/433) - chore(deps): update upstream ([#&#8203;436](https://github.com/vitejs/vite-plugin-vue/issues/436)) ([b75a46f](https://github.com/vitejs/vite-plugin-vue/commit/b75a46f)), closes [#&#8203;436](https://github.com/vitejs/vite-plugin-vue/issues/436) - fix(deps): update all non-major dependencies ([#&#8203;421](https://github.com/vitejs/vite-plugin-vue/issues/421)) ([e3a7fec](https://github.com/vitejs/vite-plugin-vue/commit/e3a7fec)), closes [#&#8203;421](https://github.com/vitejs/vite-plugin-vue/issues/421) - fix(plugin-vue): default value for `__VUE_OPTIONS_API__` ([acb57c9](https://github.com/vitejs/vite-plugin-vue/commit/acb57c9)), closes [#&#8203;438](https://github.com/vitejs/vite-plugin-vue/issues/438) </details> <details> <summary>axios/axios (axios)</summary> ### [`v1.7.7`](https://github.com/axios/axios/blob/HEAD/CHANGELOG.md#177-2024-08-31) [Compare Source](https://github.com/axios/axios/compare/v1.7.6...v1.7.7) ##### Bug Fixes - **fetch:** fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; ([#&#8203;6584](https://github.com/axios/axios/issues/6584)) ([d198085](https://github.com/axios/axios/commit/d1980854fee1765cd02fa0787adf5d6e34dd9dcf)) - **http:** fixed support for IPv6 literal strings in url ([#&#8203;5731](https://github.com/axios/axios/issues/5731)) ([364993f](https://github.com/axios/axios/commit/364993f0d8bc6e0e06f76b8a35d2d0a35cab054c)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/10539109?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Rishi556](https://github.com/Rishi556 "+39/-1 (#&#8203;5731 )") - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+27/-7 (#&#8203;6584 )") ### [`v1.7.6`](https://github.com/axios/axios/blob/HEAD/CHANGELOG.md#176-2024-08-30) [Compare Source](https://github.com/axios/axios/compare/v1.7.5...v1.7.6) ##### Bug Fixes - **fetch:** fix content length calculation for FormData payload; ([#&#8203;6524](https://github.com/axios/axios/issues/6524)) ([085f568](https://github.com/axios/axios/commit/085f56861a83e9ac02c140ad9d68dac540dfeeaa)) - **fetch:** optimize signals composing logic; ([#&#8203;6582](https://github.com/axios/axios/issues/6582)) ([df9889b](https://github.com/axios/axios/commit/df9889b83c2cc37e9e6189675a73ab70c60f031f)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+98/-46 (#&#8203;6582 )") - <img src="https://avatars.githubusercontent.com/u/3534453?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jacques Germishuys](https://github.com/jacquesg "+5/-1 (#&#8203;6524 )") - <img src="https://avatars.githubusercontent.com/u/53894505?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [kuroino721](https://github.com/kuroino721 "+3/-1 (#&#8203;6575 )") </details> <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v15.2.10`](https://github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210) [Compare Source](https://github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) ##### Patch Changes - [#&#8203;1471](https://github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`. </details> <details> <summary>prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)</summary> ### [`v3.2.3`](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.2...v3.2.3) [Compare Source](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.2...v3.2.3) ### [`v3.2.2`](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.1...v3.2.2) [Compare Source](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.1...v3.2.2) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.1.4`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#214-supofficialsup-215-supinsiderssup-2024-09-01) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.2...v2.1.4) ##### Features - **typescript-plugin, language-server:** generate global types file into `node_modules/.vue-global-types` ([#&#8203;4752](https://github.com/vuejs/language-tools/issues/4752)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** navigation support for template-ref ([#&#8203;4726](https://github.com/vuejs/language-tools/issues/4726)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! ##### Bug Fixes - **language-core, typescript-plugin, language-server:** apply snake case on globalTypes filename ([#&#8203;4749](https://github.com/vuejs/language-tools/issues/4749)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** hoist `$refs` type ([#&#8203;4763](https://github.com/vuejs/language-tools/issues/4763)) - **language-core:** disable lib check on global types file ([#&#8203;4767](https://github.com/vuejs/language-tools/issues/4767)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** prevent circular reference of templateRef ([#&#8203;4768](https://github.com/vuejs/language-tools/issues/4768)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** using interface merging for `GlobalComponents` - **language-core:** `fallthroughAttributes` causes global components to be self-referential ([#&#8203;4761](https://github.com/vuejs/language-tools/issues/4761)) - **language-core:** auto-completion for the last line of template block ([#&#8203;4771](https://github.com/vuejs/language-tools/issues/4771)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** update ast correctly on repeated `v-for` modifications ([#&#8203;4772](https://github.com/vuejs/language-tools/issues/4772)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-server:** leaking named pipes ([#&#8203;4672](https://github.com/vuejs/language-tools/issues/4672)) - **typescript-plugin:** compatible with Yarn PnP ([#&#8203;4751](https://github.com/vuejs/language-tools/issues/4751)) - **vscode:** whitelist `ms-dynamics-smb.al` extension for Vue Hybrid Mode. ([#&#8203;4765](https://github.com/vuejs/language-tools/issues/4765)) - Thanks to [@&#8203;kyleweishaupt](https://github.com/kyleweishaupt)! ##### Other Changes - Add optional "dependencies" textarea to issue template ([#&#8203;4758](https://github.com/vuejs/language-tools/issues/4758)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! ### [`v2.1.2`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#212-supofficialsup-213-supinsiderssup-2024-08-29) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.1.0...v2.1.2) ##### Bug Fixes - **language-core, typescript-plugin, language-server:** write globalTypes into dist for correct export ([#&#8203;4740](https://github.com/vuejs/language-tools/issues/4740)) ([#&#8203;4737](https://github.com/vuejs/language-tools/issues/4737)) ([#&#8203;4738](https://github.com/vuejs/language-tools/issues/4738)) ([#&#8203;4739](https://github.com/vuejs/language-tools/issues/4739)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** don't default `vueCompilerOptions.lib` to `@vue/runtime-dom` for Vue 2 ### [`v2.1.0`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#210-supofficialsup-211-supinsiderssup-2024-08-29) [Compare Source](https://github.com/vuejs/language-tools/compare/49ad9563e6f2677595878a000179dfea83fb910c...v2.1.0) ##### Features - **language-core:** inlay hints for destructured props ([#&#8203;4634](https://github.com/vuejs/language-tools/issues/4634)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** typed fallthrough attributes ([#&#8203;4103](https://github.com/vuejs/language-tools/issues/4103)) - Thanks to [@&#8203;A5rocks](https://github.com/A5rocks), [@&#8203;so1ve](https://github.com/so1ve)! - **language-core:** document links for classname within `:class` ([#&#8203;4642](https://github.com/vuejs/language-tools/issues/4642)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** auto infer type for $refs & useTemplateRef ([#&#8203;4644](https://github.com/vuejs/language-tools/issues/4644)) - Thanks to [@&#8203;zhiyuanzmj](https://github.com/zhiyuanzmj)! - **language-core:** type support for CSS Modules API ([#&#8203;4674](https://github.com/vuejs/language-tools/issues/4674)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** better completion for directives ([#&#8203;4640](https://github.com/vuejs/language-tools/issues/4640)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** better sorting & filtering of completion ([#&#8203;4671](https://github.com/vuejs/language-tools/issues/4671)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** add style scoped and module completion ([#&#8203;4705](https://github.com/vuejs/language-tools/issues/4705)) - Thanks to [@&#8203;runyasak](https://github.com/runyasak)! ##### Bug Fixes - **vscode:** type of `vue.server.hybridMode` config ([#&#8203;4703](https://github.com/vuejs/language-tools/issues/4703)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** dependency on vulnerable version of `vue-template-compiler` ([#&#8203;4613](https://github.com/vuejs/language-tools/issues/4613)) - Thanks to [@&#8203;yyx990803](https://github.com/yyx990803)! - **language-core:** support parse method to access ctx var in object ([#&#8203;4609](https://github.com/vuejs/language-tools/issues/4609)) - Thanks to [@&#8203;linghaoSu](https://github.com/linghaoSu)! - **language-core:** escape \ and ' in className avoid type error ([#&#8203;4619](https://github.com/vuejs/language-tools/issues/4619)) - Thanks to [@&#8203;linghaoSu](https://github.com/linghaoSu)! - **language-core:** semantic highlight of the end tag of namespaced elements ([#&#8203;4623](https://github.com/vuejs/language-tools/issues/4623)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** nullable modelvalues ([#&#8203;4648](https://github.com/vuejs/language-tools/issues/4648)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! - **language-core:** should try casting dynamic slot name into constant ([#&#8203;4669](https://github.com/vuejs/language-tools/issues/4669)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** local name support for prop using runtime api ([#&#8203;4650](https://github.com/vuejs/language-tools/issues/4650)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** optimize matching of scoped class and `v-bind()` ([#&#8203;4679](https://github.com/vuejs/language-tools/issues/4679)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** should preserve generic info in directive ([#&#8203;4686](https://github.com/vuejs/language-tools/issues/4686)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** generate `ref` as identifier instead of interpolation ([#&#8203;4688](https://github.com/vuejs/language-tools/issues/4688)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correct type narrowing from script to template ([#&#8203;4689](https://github.com/vuejs/language-tools/issues/4689)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** should camelize prop name in `experimentalModelPropName` ([#&#8203;4691](https://github.com/vuejs/language-tools/issues/4691)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-core:** drop duplicate hints on incomplete tag ([#&#8203;4696](https://github.com/vuejs/language-tools/issues/4696)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** correct inlay hints for v-bind with modifier ([#&#8203;4721](https://github.com/vuejs/language-tools/issues/4721)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-core:** transform range of `file-md` correctly ([#&#8203;4735](https://github.com/vuejs/language-tools/issues/4735)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-plugin-pug:** should cache proxyed object ([#&#8203;4626](https://github.com/vuejs/language-tools/issues/4626)) - Thanks to [@&#8203;KermanX](https://github.com/KermanX)! - **language-plugin-pug:** compute offset correctly of pug class ([#&#8203;4652](https://github.com/vuejs/language-tools/issues/4652)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** completion documentations for binding attributes ([#&#8203;4667](https://github.com/vuejs/language-tools/issues/4667)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** avoid converting internal id of special tags ([#&#8203;4643](https://github.com/vuejs/language-tools/issues/4643)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** reinstate the completion for modifiers ([#&#8203;4639](https://github.com/vuejs/language-tools/issues/4639)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **language-service:** consistent data from provider for sfc completion ([#&#8203;4645](https://github.com/vuejs/language-tools/issues/4645)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! - **typescript-plugin:** unknown request type warning ([#&#8203;4715](https://github.com/vuejs/language-tools/issues/4715)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! ##### Refactors - **language-core:** extract SFC root tags to separate virtual code - **language-core:** removed `__hint` trick from codegen - **language-core:** rewrite a part of confusing codegen code - **language-core:** reduce virtual code generated by component tags ([#&#8203;4714](https://github.com/vuejs/language-tools/issues/4714)) - **language-core:** do not wrap template virtual code with function ([#&#8203;4731](https://github.com/vuejs/language-tools/issues/4731)) - **language-core**: write real files to FS for shared global types ([#&#8203;4736](https://github.com/vuejs/language-tools/issues/4736)) - **component-meta:** remove deprecated `createComponentMetaCheckerByJsonConfig`, `createComponentMetaChecker` api ##### Other Changes - Upgraded Volar from `v2.4.0-alpha.18` to `v2.4.1`: - Ensure unopened files are synced to project ([#&#8203;4711](https://github.com/vuejs/language-tools/issues/4711)) ([#&#8203;4632](https://github.com/vuejs/language-tools/issues/4632)) - Thanks to [@&#8203;davidmatter](https://github.com/davidmatter)! - **ci:** integrated [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) - **tsc:** test all typecheck cases in one tsconfig ([#&#8203;4723](https://github.com/vuejs/language-tools/issues/4723)) - **tsc:** add test for TS-next ([#&#8203;4724](https://github.com/vuejs/language-tools/issues/4724)) - **tsc:** add tests for for [#&#8203;3779](https://github.com/vuejs/language-tools/issues/3779), [#&#8203;3820](https://github.com/vuejs/language-tools/issues/3820) ([#&#8203;3838](https://github.com/vuejs/language-tools/issues/3838)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - **vscode:** add grammar test ([#&#8203;3861](https://github.com/vuejs/language-tools/issues/3861)) - Thanks to [@&#8203;so1ve](https://github.com/so1ve)! - **language-service:** migrate tests to `@volar/test-utils` ([#&#8203;4719](https://github.com/vuejs/language-tools/issues/4719)) - **language-core:** add scoped classes renaming case ([#&#8203;4727](https://github.com/vuejs/language-tools/issues/4727)) - Thanks to [@&#8203;KazariEX](https://github.com/KazariEX)! </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-08-29 03:03:40 +02:00
⬆️ Update all non-major dependencies
Some checks failed
ci / docker (pull_request) Failing after 42s
6f89ceaabb
renovate-bot force-pushed renovate/all-minor-patch from 6f89ceaabb to 56d9fb18cf 2024-08-30 03:04:03 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 56d9fb18cf to ddd66510cf 2024-08-31 03:03:57 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ddd66510cf to 605a3282ac 2024-09-01 03:04:39 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 605a3282ac to 33476d0728 2024-09-02 03:09:14 +02:00 Compare
sebclem merged commit dc8a38fdb2 into main 2024-09-03 09:48:10 +02:00
sebclem deleted branch renovate/all-minor-patch 2024-09-03 09:48:10 +02: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#130
No description provided.