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

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

Merged
merged 3 commits into from
Sep 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@microsoft/applicationinsights-core-js (source) 3.3.0 -> 3.3.2 age adoption passing confidence dependencies patch
@microsoft/applicationinsights-web 3.3.0 -> 3.3.2 age adoption passing confidence dependencies patch
@nuxt/eslint-config (source) ^0.3.0 -> ^0.5.0 age adoption passing confidence devDependencies minor
@nuxt/test-utils 3.13.1 -> 3.14.2 age adoption passing confidence devDependencies minor
@types/node (source) 20.14.10 -> 20.16.5 age adoption passing confidence devDependencies minor
huang-julien/reproduire-sur-stackblitz v1.0.0 -> v1.0.2 age adoption passing confidence action patch
pnpm (source) 9.2.0 -> 9.10.0 age adoption passing confidence packageManager minor
vue-tsc (source) 2.0.26 -> 2.1.6 age adoption passing confidence devDependencies minor

Release Notes

microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-core-js)

v3.3.2

Changelog
  • #​2396 [Main] Update generated typedoc documentation
  • #​2397[Main] Change tslib peerDependency from "*" to open range
  • #​2391 [Main] enhance exception telemetry with customer log Information
    • Note: Config expCfg is moved from IConfig to IConfiguration(this change is going to cause the TypeScript type error).

v3.3.1

Compare Source

Changelog
  • #​2379 [Main][Task]28644993: Update Online Sender Status Code Check with Offline Mode
  • #​2380 [Main][Task]28751664: Fix Offline Circular Dependency
  • #​2386 [Main][Task]28846327: Fix Offline Default Max in Storage Time to 7 Days
  • #​2387 [Main][Task]27760339: Typedoc is not including ILoadedPlugin
  • #​2381 [Main] [CDN Publishing] Cleanup AzureRM scripts from AI and 1DS
  • #​2377 Fix Nightly Size Tests
  • #​2389 [main] fix AI Basic Sku by exporting proxy function
  • #​2373 add withCredentials config
  • #​2388 [main] enhance exception telemetry with optional script Information
    • !! New config expCfg is available to provide more details of exception telemetry. See more details here
Web snippet additional update to 1.2.1 (July 10th, 2024)

This release includes fix for dependency problem in version 1.2.0, check #​2369 for more detail.

Changelog
  • #​2374 [main][snippet] remove the snippet dependency on web package
Web snippet additional update to 1.2.0 (June 21st, 2024)

This release includes support for multiple snippet loading. Snippets with different names (passed in by the user via configuration; check ##​2355 and README for more details) can now run simultaneously.

Additionally, users can pass in a customized configuration with getSdkLoaderScript to get a ready-to-use snippet.

Users can also enable Integrity Check and minimize snippet loading time by setting sri to true.

Changelog
  • #​2365 [main][snippet] prepare new snippet release, add support for more config
  • #​2360 [main] set script attribut to avoid race condition when multiple sdks are inited #​2355
  • #​2339 [main] create snippet mini loader
nuxt/eslint (@​nuxt/eslint-config)

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

    View changes on GitHub

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.14.2

Compare Source

compare changes

🔥 Performance
  • e2e: Use tinyexec to run commands (#​939)
🩹 Fixes
  • config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
🏡 Chore
  • vitest-environment-nuxt: Specify license is MIT (#​919)
  • Release vitest-environment-nuxt (e30c044cf)
  • Update @nuxtjs/i18n separately (3d8955d36)
  • Set compatibilityDate in fixtures (7723f969c)
  • Update vitest type import (05e94fcc4)
  • Trim tag from tinyexec stdout (2b50cfee0)
❤️ Contributors

v3.14.1

Compare Source

compare changes

🩹 Fixes
  • e2e,config: Provide fallback compatibilityDate (8e01e3f7f)
  • module: Don't include type-check plugin in resolved vitest plugins (#​911)
📖 Documentation
  • Provide intellisense hints for setup properties (#​906)
🏡 Chore
❤️ Contributors

v3.14.0

Compare Source

compare changes

🚀 Enhancements
  • runtime-utils: Expose setup result from renderSuspended (#​852)
  • e2e: Allow overwriting env variables in setup (#​903)
  • e2e: Allow running e2e tests against existing server (#​803)
  • e2e: Allow updating env in context before setup runs (#​812)
🩹 Fixes
  • runtime-utils: Ts-ignore #build/ import until nuxt v3.12 release (66b23ae6)
  • runtime-utils: Allow setProps to replace an array (#​877)
🏡 Chore
✅ Tests
  • Bump timeout in windows browser spec (73e2c716)
❤️ Contributors
huang-julien/reproduire-sur-stackblitz (huang-julien/reproduire-sur-stackblitz)

v1.0.2

Compare Source

Full Changelog: huang-julien/reproduire-sur-stackblitz@v1.0.1...v1.0.2

v1.0.1

Compare Source

What's Changed

Full Changelog: huang-julien/reproduire-sur-stackblitz@v1.0.0...v1.0.1

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.1

Compare Source

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "pnpm@9.3.0"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@​version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.6.0: pnpm 9.6

Compare Source

Minor Changes

  • Support specifying node version (via pnpm.executionEnv.nodeVersion in package.json) for running lifecycle scripts per each package in a workspace #​6720.
  • Overrides now support the catalogs: protocol #​8303.

Patch Changes

  • The pnpm deploy command now supports the catalog: protocol #​8298.
  • The pnpm outdated command now supports the catalog: protocol #​8304.
  • Correct the error message when trying to run pnpm patch without node_modules/.modules.yaml #​8257.
  • Silent reporting fixed with the pnpm exec command #​7608.
  • Add registries information to the calculation of dlx cache hash #​8299.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

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.

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.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5825f53 to 1ffe9aa Compare July 7, 2024 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ca9cf17 to 310ff2f Compare July 23, 2024 19:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8ffa846 to 8c00a3e Compare July 28, 2024 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 833177d to 4a04494 Compare August 8, 2024 23:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ade7dd1 to 8b16cc5 Compare August 16, 2024 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fe3dafa to 3fed4ee Compare August 22, 2024 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 99fc38f to 6b57ce1 Compare August 28, 2024 03:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9cb7ac8 to fdb0ea3 Compare September 4, 2024 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 52deba4 to 503e7a2 Compare September 11, 2024 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 503e7a2 to a3704dd Compare September 15, 2024 09:17
Copy link
Contributor Author

renovate bot commented Sep 15, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@huang-julien huang-julien merged commit 98a89f7 into master Sep 15, 2024
1 check passed
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.

1 participant