Skip to content

Update all non-major dependencies #569

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

This PR contains the following updates:

Package Change Age Confidence
@electron/remote 2.1.2 -> 2.1.3 age confidence
@mdi/font (source) 7.2.96 -> 7.4.47 age confidence
@mdi/js 7.2.96 -> 7.4.47 age confidence
@microsoft/applicationinsights-web 3.0.9 -> 3.3.9 age confidence
@reduxjs/toolkit (source) 1.9.3 -> 1.9.7 age confidence
@swc/core (source) 1.10.0 -> 1.13.3 age confidence
@swc/jest (source) 0.2.37 -> 0.2.39 age confidence
@testing-library/jest-dom 5.16.5 -> 5.17.0 age confidence
@testing-library/react 14.0.0 -> 14.3.1 age confidence
@types/adm-zip (source) 0.5.0 -> 0.5.7 age confidence
@​types/date-fns 2.6.0 -> 2.6.3 age confidence
@types/ftp (source) 0.3.33 -> 0.3.36 age confidence
@types/klaw (source) 3.0.3 -> 3.0.7 age confidence
@types/lodash.range (source) 3.2.7 -> 3.2.9 age confidence
@types/mousetrap (source) 1.6.11 -> 1.6.15 age confidence
@types/react (source) 17.0.55 -> 17.0.87 age confidence
@types/react-dom (source) 18.2.6 -> 18.3.7 age confidence
@types/react-redux (source) 7.1.25 -> 7.1.34 age confidence
@types/semver (source) 7.3.13 -> 7.7.0 age confidence
@types/shasum (source) 1.0.0 -> 1.0.2 age confidence
@types/triple-beam (source) 1.3.2 -> 1.3.5 age confidence
@typescript-eslint/eslint-plugin (source) 5.57.1 -> 5.62.0 age confidence
@typescript-eslint/parser (source) 5.57.1 -> 5.62.0 age confidence
adm-zip 0.5.10 -> 0.5.16 age confidence
applicationinsights 2.9.6 -> 2.9.7 age confidence
autoprefixer 10.4.14 -> 10.4.21 age confidence
commander 10.0.0 -> 10.0.1 age confidence
date-fns 2.29.3 -> 2.30.0 age confidence
electron 32.1.2 -> 32.3.3 age confidence
electron-store 8.1.0 -> 8.2.0 age confidence
esbuild 0.19.2 -> 0.25.8 age confidence
esbuild-sass-plugin 2.13.0 -> 2.16.1 age confidence
esbuild-style-plugin 1.6.2 -> 1.6.3 age confidence
eslint (source) 8.37.0 -> 8.57.1 age confidence
eslint-config-prettier 8.8.0 -> 8.10.2 age confidence
eslint-import-resolver-typescript 3.5.5 -> 3.10.1 age confidence
eslint-plugin-import 2.27.5 -> 2.32.0 age confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.10.2 age confidence
eslint-plugin-prettier 4.2.1 -> 4.2.5 age confidence
eslint-plugin-react 7.32.2 -> 7.37.5 age confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age confidence
fast-glob 3.2.12 -> 3.3.3 age confidence
focus-visible 5.2.0 -> 5.2.1 age confidence
jest (source) 29.5.0 -> 29.7.0 age confidence
jest-environment-jsdom (source) 29.5.0 -> 29.7.0 age confidence
npm-run-all2 6.0.5 -> 6.2.6 age confidence
postcss (source) 8.4.24 -> 8.5.6 age confidence
postcss-modules 6.0.0 -> 6.0.1 age confidence
prettier-plugin-tailwindcss ^0.3.0 -> ^0.6.0 age confidence
protobufjs (source) 7.4.0 -> 7.5.3 age confidence
react (source) 18.2.0 -> 18.3.1 age confidence
react-bootstrap (source) 1.6.6 -> 1.6.8 age confidence
react-dom (source) 18.2.0 -> 18.3.1 age confidence
react-flip-toolkit 7.0.17 -> 7.2.4 age confidence
react-resize-detector 9.1.0 -> 9.1.1 age confidence
react-test-renderer (source) 18.2.0 -> 18.3.1 age confidence
semver 7.3.8 -> 7.7.2 age confidence
systeminformation (source) 5.25.11 -> 5.27.7 age confidence
tailwindcss (source) 3.3.2 -> 3.4.17 age confidence
winston 3.8.2 -> 3.17.0 age confidence
zod (source) 3.23.8 -> 3.25.76 age confidence

Release Notes

electron/remote (@​electron/remote)

v2.1.3

Compare Source

Bug Fixes
Templarian/MaterialDesign-Webfont (@​mdi/font)

v7.4.47

Compare Source

v7.3.67

Compare Source

Templarian/MaterialDesign-JS (@​mdi/js)

v7.4.47

Compare Source

v7.3.67

Compare Source

microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-web)

v3.3.9

Compare Source

This release contains an important fix for a change introduced in v3.3.7 that caused the autoCaptureHandler to incorrectly evaluate elements within trackElementsType, resulting in some click events not being auto-captured. See more details here.

Changelog
  • #​2556 Update SDK Loader to rename the snippet postfix file to avoid CodeQL scanning issues
  • #​2586 [AI][Task] 3324697: Update Readme on Error Handler
  • #​2581 Export ICorrelationConfig interface from dependencies extension
  • #​2587 Click Analytics - Fix capturning of HTML events

v3.3.8

Compare Source

This release contains an important fix for a change introduced in v3.3.7 that caused a ReferenceError exception to be thrown when running in strict mode. See more details here.

Changelog
  • #​2524 Update Components to address governance issues
  • #​2536 Fix ReferenceError in Click Analytics v3.3.7 by reordering variable declaration
  • #​2530 Add negative isArray check to _isConfigDefaults

v3.3.7

Compare Source

Potential breaking change

This release contains a potential breaking change due to the new compress api feaure added. If you are using a Proxy to redirect your telemetry to your own endpoint or are relying on the events to be uncompressed (this feature is initially disabled and it is intended to be enabled by the service in the near future), it is recommended to either update collection endpoint to support GZip or to explicitly disable the feature. See more details here.

Changelog
  • #​2518 Remove Generated docs from the repo
  • #​2514 Address issues with isFeatureEnabled changes
  • #​2517 Update Components to address governance issues
  • #​2501 [Main][Task]31233527:Change Default RequestSizeLimitBytes
  • #​2507 [main] Handle race condition during unload
  • #​2513 [Main][Task]32698211: Add a Config to Allow Users to Change Max Number of Events Per Batch
    • Note: New Config maxEvtPerBatch is added to the post channel IChannelConfiguration.
  • #​2511 [Main][Task]31233527: Add a Config to Allow Users to Change RequestSizeLimitBytes
    • Note: New Config requestLimit is added to the post channel IChannelConfiguration.
  • #​2506 Drop correlation header to be passed on the dependency
    • Note: Option to drop the enrichment of correlation header during dependency processing is added to DependencyListenerFunction
  • #​2504 [main] [Click analytics] not logging no native html input elements
    • Note: trackElementTypes is added to IClickAnalyticsConfiguration to allow additional, configurable HTML element types to be tracked in addition to the default set
  • #​2451 [main] enable compress api in 1ds-post-channel and applicationinsights-channel
  • #​2489 [main][stats beat] implement stats beat in application insights

v3.3.6

Compare Source

Changelog
  • #​2481 [Main][Task]31338239: Add Config to allow excluding the configuration endpoints from being reported
  • #​2486 Minification improvements

v3.3.5

Compare Source

Changelog
Issues
  • #​2430 [BUG] Type signature for stopTrackEvent is incorrect
  • #​2442 [BUG] [Snippet] Unhandled exceptions are reported twice
  • #​2470 [BUG] @​microsoft/applicationinsights-channel-js lacks a proper repository URL
  • #​2467 [BUG] The regex used to parse the stack trace appears to be skipping anonymous lines
    • This fixes the portal missing stack frames which are from anonymous functions due to missed parsing of stack frames with unexpected formatting.
Commits
  • #​2428 [main] [snippet] Integrate 1DS with AI Snippet Generation
  • #​2443 Update Stale Issue action
  • #​2445 [main] snippet generation fix for pr #​2428
  • #​2446 [main] eliminate warning raised by tsdoc
  • #​2447 [main] [debug plugin] upgrade manifast to v3
  • #​2450 [main][doc] Type signature for stopTrackEvent is incorrect #​2430
  • #​2448 [main] fix tsdoc error for param and type tag
  • #​2452 [main][fix] rush fix
  • #​2459 [Main][Task]30499129: Turn on CDN Deprecation Message with Sampling Rate with 10% Each Day
  • #​2458 URGENT ACTION: Stop using az416426.vo.msecnd.net
  • #​2460 [ThrottleMgr] Turn on Test CDN Deprecation Message with Sampling Rate with 100% Each Day
  • #​2461 Update config version to 1.0.1
  • #​2463 [main][cfgsync] update test based on new config setting
  • #​2462 [main][debug tool] fix the way of calling chrome storage and add new url
  • #​2464 Update Code Owners
  • #​2465 [main][debug tool] enable check compressed data
  • #​2468 [Main][Task]31041354: Increase CDN Deprecation Message Sampling Rate to 20%
  • #​2471 [Main][Task]31111291: Fix Repo links in package.json
  • #​2455 [main] fix rush warning message
  • #​2473 Update rush version

v3.3.4

Compare Source

Changelog
  • #​2426 [Main][Task]29626594: PerfManager Should be Created without Customized CreatePerfMgr Function
  • #​2421 [Main]: Make file size checks flexible for nightly/dev builds
  • #​2434 [Main][Task]29884493: Add a Function to Export Offline Listener From Sender
  • #​2437 [Main][Task]29519727: Better Handle Sender Dynamic Changes
  • #​2438 [Main][Task]29445623: Update CfgSync Config Readme
  • #​2439 [BUG] Sourcemap load errors in debugger from dependencies
  • #​2429 Readme - Remove double negative

v3.3.3

Compare Source

Changelog
  • #​2401 [Main][Task]28966399: Separate critical events and non-critical events for Offline Support
    • Note: New Config splitEvts is added to Offline Channel Config. By enabling it, offline events will be batched and saved separately based on persistence level
  • #​2413 [Main][Task] 2944563: Fix Promise Initialization Sender Config Issue
  • #​2416 [Main][Task]29519574: Update AISKU Light to better handle Init Promise
  • #​2418 [Main][Task]29465842: Update Promise Initialization Post Channel
  • #​2404 [main] fix expCfg to be optional
  • #​2407 [main] Custom Trusted Type Policy Support for Snippet Script Injection
  • #​2409 [main] Trusted Type Policy Support for nounce tag

v3.3.2

Compare Source

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

v3.3.0

Compare Source

Potential breaking change

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

Changelog

!! potential breaking changes. IConfiguration support Promise types for the connectionString, instrumentationKey and endpointURL

  • #​2366 [Sdk Loader] Increase version to 1.2.0
  • #​2367 [main] update the way to generate ajax perforamance mark prefix

v3.2.2

Compare Source

Changelog
  • #​2356 [Main][Task]27488189: Modify offline support enums for isolated mode
  • #​2357 [Main][Task]28050373: Expose Offline Support SendNextBatch function
  • #​2358 [Main][Task]27080650: Initialization Should Handle Offline Support Dependency
  • #​2362 [Main]Publishing: Add support for Az Modules instead of AzureRM Modules
  • #​2360 set script attribut to avoid race condition when multiple sdks are inited

v3.2.1

Compare Source

Changelog
  • #​2333 [Main][Task]27749889: Change AISKU Sync Mode to Receive
  • #​2335 [Main][Task]27681441: Fix async tests for MsAzure Migration
  • #​2338 [Main][Task]27923018: Post Channel getOfflineSupport should set correct headers and url based on payload data
  • #​2342 [Main][Task]27923018: 1ds post getOffline support url fix

v3.2.0

Compare Source

!! CfgSync plugin is turned on. Throttling Ikey depreciation message is enabled with sampling rate 0.0001%
##​2317

!! Sender has breaking changes. The key used for session storage is changed and items stored in the storage now contain retry counts.
##​2324

Changelog
  • #​2371 [Main][Task]27365739 Turn on Ikey depreciation message with sampling rate 0.0001%
  • #​2319 [Main] Fix config release script overwrite flag and cache time
  • #​2321 [Main] Default request headers content-type for 1ds should be x-json-stream only ing
  • #​2324 [Main][Task]27079894 Add a max retry count for Sender
  • #​2325 [Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message
  • #​2331 [Main] Resetting the DataCacheHelper version number back to current version (from 3.0.5)
  • #​2332 [Main][Task]27742145: Change nonOverrideCfgs to be added only during initialization
  • #​2333 [Main][Task]27749889: Change AISKU Sync Mode to Receive

v3.1.2

Compare Source

!! Critical Bug fix for Memoery Leak !!
#​2311

It also contains a packaging fix for webpack #​2307 (caused by [#​2306]][https://github.com/microsoft/ApplicationInsights-JS/issues/2306](https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2306)6) ) and

Changelog
  • #​2307 ApplicationInsights-JS latest version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto')
  • #​2306 [BUG] Circular dependencies
  • #​2311 [BUG] Excessive memory usage for SPA where unload hooks keep accumulating
  • #​2299 [Main][Task]27156360: Add json config cdn details to tool folder
  • #​2308 [Main][Task]27221819: Remove node 14 (from ci.yml)

v3.1.1

Compare Source

Changelog
  • #​2296 [BUG] remove 403 as a “retriable” error code
  • #​2276 Update api-docs (typedoc) with the current 3.1.0 release details
  • #​2281 [Main][Task]26681188: Handle endpoint url change for offline channel and add notification mgr
  • #​2282 Addng two new PII Kind values for IPv6 scrubbing and dropping data.
  • #​2285 [Main][Task]25693679: Extract common sendPost implementation for online and offline sender
  • #​2197 [main] [BUG] using EndPointUrl (and IngestionEndpoint) results in Telemetry sent to incorrect urls
  • #​2288 [Main][Task]27064950: Add doc on adding offline support channel
  • #​2295 [Main][Task]27064983: Update post channel to use sender post common interfaces from core
  • #​2290 chore: remove extraneous console log from debug plugin
Web snippet additional update to 1.1.2 (March 1st, 2024)

Refer to #​2284 [Web-Snippet] [BUG] @​microsoft/applicationinsights-web-snippet version 1.1.1 type problem

Web snippet additional update to 1.1.1 (Feb 16th, 2024)

Refer to #​2277 [Web-Snippet] dependency chain issues

v3.1.0

Compare Source

Interface changes / Breaking changes

This release includes support for a new Offline Channel which has changed the IChannelsControls interface to include

@renovate renovate bot changed the title Update dependency @types/react to v17.0.56 Update all non-major dependencies Apr 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a919559 to 0e140e3 Compare April 14, 2023 11:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 904dcb7 to 438a91c Compare April 22, 2023 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from eac382e to a108ebd Compare April 26, 2023 12:14
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Apr 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eaddc2e to 08343d1 Compare April 28, 2023 07:46
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08343d1 to cee8a6c Compare April 29, 2023 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a555d42 to 3a5d6ad Compare June 26, 2025 06:59
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jun 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 68929a9 to 86de89c Compare July 4, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 16da630 to c1e8046 Compare July 8, 2025 04:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jul 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 84e5c8d to 597f0b0 Compare July 14, 2025 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30da9d9 to 70f0562 Compare July 18, 2025 01:29
Copy link
Contributor Author

renovate bot commented Jul 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @nordicsemiconductor/[email protected]
npm ERR! Found: @types/[email protected]
npm ERR! node_modules/@types/react
npm ERR!   @types/react@"17.0.87" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@"^18.0.0" from @types/[email protected]
npm ERR! node_modules/@types/react-dom
npm ERR!   @types/react-dom@"18.3.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-07-29T04_50_52_804Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fcd4ae5 to 36ce31f Compare July 23, 2025 01:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36ce31f to 12030ad Compare July 29, 2025 04:51
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