Skip to content

Conversation

@renovate
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.10 age confidence
@reduxjs/toolkit (source) 1.9.3 -> 1.9.7 age confidence
@swc/core (source) 1.10.0 -> 1.15.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.90 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.1 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
adm-zip 0.5.10 -> 0.5.16 age confidence
applicationinsights 2.9.6 -> 2.9.8 age confidence
autoprefixer 10.4.14 -> 10.4.22 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.27.0 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-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-jsonc (source) 2.20.1 -> 2.21.0 age confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.10.2 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.7.0 age confidence
protobufjs (source) 7.4.0 -> 7.5.4 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.3 age confidence
systeminformation (source) 5.25.11 -> 5.27.11 age confidence
tailwindcss (source) 3.3.2 -> 3.4.18 age confidence
tsx (source) 4.20.3 -> 4.20.6 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
typescript-eslint (source) 8.45.0 -> 8.48.0 age confidence
winston 3.8.2 -> 3.18.3 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.10

Compare Source

Interface changes

This release includes:

  • Support for custom providers for Offline Channel which has added customProvider and customUnloadProvider interfaces to the IOfflineChannelConfiguration.
  • IAnalyticsConfig is exported for Analytics extension.
  • redactUrls and redactQueryParams are added to IConfiguration to support URL redaction.
Changelog
  • #​2649 [Main][Task] 2792261: Provide Custom Provider Under Web Worker for Offline Channel
  • #​2638 [Main][Task] 3447059: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern
  • #​2637 [Main][Task] 3447059: Update AISKU Async Tests To Use the Modern AsyncQueue Pattern
  • #​2636 Fix TypeError in Click Analytics Data Collector
  • #​2633 Fix flush method root cause - handle async callbacks in _doSend with proper error handling
  • #​2632 [Feature] Implement cookie caching when disabled and automatic flushing when enabled with backward compatibility option
  • #​2625 Add Azure API Management proxy documentation to FAQ sections
  • #​2607 Update Async Tests Under AISKULight to Use the Modern AsyncQueue Pattern
  • #​2597 Fix TypeScript compatibility issue with ITelemetryPlugin interface
  • #​2595 Fix trackPageView not resetting maxAjaxCallsPerView counter
  • #​2583 Create IAnalyticsConfig interface to properly define AnalyticsPlugin configuration subset
  • #​2625 Add Azure API Management proxy documentation to FAQ sections
  • #​2627 Add weekly GitHub action to delete closed and merged branches
  • #​2635 Fix issue #​2634 moving the conditional check for filtering
  • #​2549 Redacting urls before sending to telemetry data
  • #​2622 Suppressed credentials inline to avoid credscan false positive

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

Interface changes

This release includes:

  • Support for custom providers for Offline Channel which has added customProvider and customUnloadProvider interfaces to the IOfflineChannelConfiguration.
  • IAnalyticsConfig is exported for Analytics extension.
  • redactUrls and redactQueryParams are added to IConfiguration to support URL redaction.
Changelog
  • #​2649 [Main][Task] 2792261: Provide Custom Provider Under Web Worker for Offline Channel
  • #​2638 [Main][Task] 3447059: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern
  • #​2637 [Main][Task] 3447059: Update AISKU Async Tests To Use the Modern AsyncQueue Pattern
  • #​2636 Fix TypeError in Click Analytics Data Collector
  • #​2633 Fix flush method root cause - handle async callbacks in _doSend with proper error handling
  • #​2632 [Feature] Implement cookie caching when disabled and automatic flushing when enabled with backward compatibility option
  • #​2625 Add Azure API Management proxy documentation to FAQ sections
  • #​2607 Update Async Tests Under AISKULight to Use the Modern AsyncQueue Pattern
  • #​2597 Fix TypeScript compatibility issue with ITelemetryPlugin interface
  • #​2595 Fix trackPageView not resetting maxAjaxCallsPerView counter
  • #​2583 Create IAnalyticsConfig interface to properly define AnalyticsPlugin configuration subset
  • #​2625 Add Azure API Management proxy documentation to FAQ sections
  • #​2627 Add weekly GitHub action to delete closed and merged branches
  • #​2635 Fix issue #​2634 moving the conditional check for filtering
  • #​2549 Redacting urls before sending to telemetry data
  • #​2622 Suppressed credentials inline to avoid credscan false positive

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 store

@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 7 times, most recently from b6100ff to 2787289 Compare October 1, 2025 20:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7352c28 to 4a98307 Compare October 7, 2025 18:28
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Oct 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c081a1b to 4a5642e Compare October 17, 2025 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a351e8a to 6c44d9c Compare October 25, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ab85662 to 8836348 Compare November 4, 2025 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a49abf7 to 8e3c55f Compare November 15, 2025 01:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e3c55f to 4d2a679 Compare November 18, 2025 03:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d2a679 to f7b8e1b Compare November 20, 2025 22:32
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