Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2024

Bumps applicationinsights from 2.9.1 to 2.9.2.

Release notes

Sourced from applicationinsights's releases.

2.9.2

#1253 Update Web Snippet to Browser SDK Loader in Statsbeat #1250 Add New Features to Statsbeat #1243 Add Check for Invalid iKey #1241 Fix ApplicationInsights:Invalid JSON config file issue

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/12575)

Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases)
- [Commits](microsoft/ApplicationInsights-node.js@2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: applicationinsights
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 9, 2024 14:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2024
@marlenecota marlenecota merged commit 90c0287 into main Jan 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/applicationinsights-2.9.2 branch January 9, 2024 19:27
jonthysell added a commit that referenced this pull request Jan 10, 2024
## Description

Fixes a build break introduced by #12575 

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why

yarn build is broken with this due to a bug in the package that gets run during codegen

### What
Revert back to the working version.

## Screenshots
N/A

## Testing
Ran yarn build

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit to jonthysell/react-native-windows that referenced this pull request Jan 10, 2024
This PR backports microsoft#12582 to 0.73.

## Description

Fixes a build break introduced by microsoft#12575

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why

yarn build is broken with this due to a bug in the package that gets run during codegen

### What
Revert back to the working version.

## Screenshots
N/A

## Testing
Ran yarn build

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit to jonthysell/react-native-windows that referenced this pull request Jan 10, 2024
…n versions

## Description

When updating dependencies in main, (see microsoft#12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit to jonthysell/react-native-windows that referenced this pull request Jan 10, 2024
…n versions

## Description

When updating dependencies in main, (see microsoft#12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit to jonthysell/react-native-windows that referenced this pull request Jan 10, 2024
…n versions

## Description

When updating dependencies in main, (see microsoft#12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit that referenced this pull request Jan 10, 2024
…n versions (#12586)

## Description

When updating dependencies in main, (see #12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
jonthysell added a commit that referenced this pull request Jan 10, 2024
…n versions (#12585)

## Description

When updating dependencies in main, (see #12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants