huang-julien / nuxt-applicationinsights

ApplicationInsights module for Nuxt 3.
15 stars 0 forks source link

fix(deps): update all non-major dependencies #71

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/applicationinsights-core-js (source) 3.2.1 -> 3.2.2 age adoption passing confidence
@microsoft/applicationinsights-web 3.2.1 -> 3.2.2 age adoption passing confidence
@nuxt/module-builder 0.7.0 -> 0.7.1 age adoption passing confidence
pnpm (source) 9.2.0 -> 9.3.0 age adoption passing confidence
vue-tsc (source) 2.0.19 -> 2.0.21 age adoption passing confidence

Release Notes

microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-core-js) ### [`v3.2.2`](https://togithub.com/microsoft/ApplicationInsights-JS/blob/HEAD/RELEASES.md#322-June-11th-2024) [Compare Source](https://togithub.com/microsoft/ApplicationInsights-JS/compare/3.2.1...3.2.2) ##### Changelog - [#​2356](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2356) \[Main]\[Task]27488189: Modify offline support enums for isolated mode - [#​2357](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2357) \[Main]\[Task]28050373: Expose Offline Support SendNextBatch function - [#​2358](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2358) \[Main]\[Task]27080650: Initialization Should Handle Offline Support Dependency - [#​2362](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2362) \[Main]Publishing: Add support for Az Modules instead of AzureRM Modules - [#​2360](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2360) set script attribut to avoid race condition when multiple sdks are inited
nuxt/module-builder (@​nuxt/module-builder) ### [`v0.7.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v071) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) ##### 🩹 Fixes - **build:** Declare `ModuleOptions` in correct place ([#​283](https://togithub.com/nuxt/module-builder/pull/283)) ##### 📖 Documentation - Update path for runtime js files ([#​282](https://togithub.com/nuxt/module-builder/pull/282)) ##### ❤️ Contributors - Adam DeHaven ([@​adamdehaven](http://github.com/adamdehaven)) - Daniel Roe ([@​danielroe](http://github.com/danielroe))
pnpm/pnpm (pnpm) ### [`v9.3.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.3.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.2.0...v9.3.0) #### Minor Changes - **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#​8177](https://togithub.com/pnpm/pnpm/pull/8177). #### Patch Changes - Set `reporter-hide-prefix` to `true` by default for `pnpm exec`. In order to show prefix, the user now has to explicitly set `reporter-hide-prefix=false` [#​8174](https://togithub.com/pnpm/pnpm/issues/8174). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
vuejs/language-tools (vue-tsc) ### [`v2.0.21`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2021-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.20...v2.0.21) ##### Bug Fixes - fix(typescript-plugin): TS plugin cause type checking broken in .ts files ([#​4453](https://togithub.com/vuejs/language-tools/issues/4453)) ### [`v2.0.20`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2020-2024-06-08) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.19...v2.0.20) ##### Features - feat(language-service): add localization support for zh-hk/zh-tw - feat(vscode): enable syntax highlighting of cue code blocks in MDX ([#​4425](https://togithub.com/vuejs/language-tools/issues/4425)) - Thanks [@​remcohaszing](https://togithub.com/remcohaszing) ##### Bug Fixes - fix(vscode): fix "as"/"instanceof" expressions syntax highlight ([#​4412](https://togithub.com/vuejs/language-tools/issues/4412)) - fix(language-core): `ForIteratorExpression`'s `returns` property may be undefined ([#​4418](https://togithub.com/vuejs/language-tools/issues/4418)) - Thanks [@​so1ve](https://togithub.com/so1ve) - fix(language-core): use defineEmits calls instead of type infer ([#​4430](https://togithub.com/vuejs/language-tools/issues/4430)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(tsc): log catched errors to console ([#​4451](https://togithub.com/vuejs/language-tools/issues/4451)) - Thanks [@​mik3ybark3r](https://togithub.com/mik3ybark3r) - fix(typescript-plugin): TS not working in template when tsconfig missing ([#​4452](https://togithub.com/vuejs/language-tools/issues/4452)) - fix(language-core): use type infer instead of await import ([#​4436](https://togithub.com/vuejs/language-tools/issues/4436)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - feat(language-core): ignore type error for new functional component ([#​4445](https://togithub.com/vuejs/language-tools/issues/4445)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-core): ignore type error for possible component name ([#​4446](https://togithub.com/vuejs/language-tools/issues/4446)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - fix(language-service): filter internal props in template completion - fix(language-service): sort component props in template completion - fix(language-core): duplicate completion appears at the beginning of script setup block ##### Other Changes - Upgrade Volar from `v2.2.4` to `v2.3.0-alpha.14`. - LSP server performance improved - Language server now responds with the exact server capabilities for initialization requests - Auto insertion requests can now exit early in the language client - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `kimuson.ts-type-expand` - Thanks [@​zcf0508](https://togithub.com/zcf0508)

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.



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