Skip to content

chore(deps): bump the sample-apps-npm-deps group across 15 directories with 20 updates#2923

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/examples/angular/sample-app/develop/sample-apps-npm-deps-fde8743393
Open

chore(deps): bump the sample-apps-npm-deps group across 15 directories with 20 updates#2923
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/examples/angular/sample-app/develop/sample-apps-npm-deps-fde8743393

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the sample-apps-npm-deps group with 11 updates in the /examples/angular/sample-app directory:

Package From To
@angular/animations 21.2.5 21.2.6
@angular/common 21.2.5 21.2.6
@angular/compiler 21.2.5 21.2.6
@angular/core 21.2.5 21.2.6
@angular/forms 21.2.5 21.2.6
@angular/platform-browser 21.2.5 21.2.6
@angular/platform-browser-dynamic 21.2.5 21.2.6
@angular/router 21.2.5 21.2.6
@rudderstack/analytics-js 3.30.0 3.31.0
@angular/compiler-cli 21.2.5 21.2.6
user-agent-data-types 0.4.2 0.4.3

Bumps the sample-apps-npm-deps group with 3 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-npm directory: @rudderstack/analytics-js, @ninetailed/experience.js and web-vitals.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-v1.1-cdn directory: @ninetailed/experience.js and web-vitals.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-v3-cdn directory: @ninetailed/experience.js and web-vitals.
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/hooks/sample-app directory: @rudderstack/analytics-js, next and eslint-config-next.
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/js/sample-app directory: @rudderstack/analytics-js, next and eslint-config-next.
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/page-router/sample-app directory: @rudderstack/analytics-js, next and eslint-config-next.
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/ts/sample-app directory: @rudderstack/analytics-js, next and eslint-config-next.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/hooks/sample-app directory: @rudderstack/analytics-js and web-vitals.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/js/sample-app directory: @rudderstack/analytics-js and web-vitals.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/ts/sample-app directory: @rudderstack/analytics-js and web-vitals.
Bumps the sample-apps-npm-deps group with 4 updates in the /examples/reactjs/vite/sample-app directory: @rudderstack/analytics-js, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and vite.
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/serverless/cloudflare-worker directory: @rudderstack/analytics-js-service-worker and wrangler.
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/serverless/vercel-edge directory: next, eslint-config-next and @rudderstack/analytics-js-service-worker.
Bumps the sample-apps-npm-deps group with 1 update in the /examples/symfony/sample directory: @rudderstack/analytics-js.

Updates @angular/animations from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/animations's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/animations's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

Updates @angular/common from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/common's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/common's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • b4ab6ba fix(common): avoid redundant image fetch on destroy with auto sizes
  • See full diff in compare view

Updates @angular/compiler from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/compiler's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/compiler's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • 880a57d fix(compiler): prevent shimCssText from adding extra blank lines per CSS comment
  • See full diff in compare view

Updates @angular/core from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/core's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/core's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • c157916 build: consolidate domino bundling in platform-server
  • 9be5e2c docs: fix typo in Input decorator
  • a21be36 refactor: prepare for required changeDetection prop on G3.
  • 831746e docs: Add callout about the Component interface.
  • ad0156e fix(core): fixes a regression with animate.leave and reordering
  • 73d6b01 fix(migrations): inject migration not work in multi-project workspace with op...
  • 3838554 build: update cross-repo angular dependencies to v21.2.3
  • See full diff in compare view

Updates @angular/forms from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/forms's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/forms's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • b658acc docs: fix js doc of signal forms ignoreValidators option.
  • See full diff in compare view

Updates @angular/platform-browser from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/platform-browser's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/platform-browser's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

Updates @angular/router from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/router's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/router's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • a21be36 refactor: prepare for required changeDetection prop on G3.
  • See full diff in compare view

Updates @rudderstack/analytics-js from 3.30.0 to 3.31.0

Release notes

Sourced from @​rudderstack/analytics-js's releases.

@​rudderstack/analytics-js@​3.31.0

3.31.0 (2026-03-23)

Dependency Updates

  • @rudderstack/analytics-js-common updated to version 3.28.1

Features

  • analytics-js: replace error-stack-parser with lean inline parser [SDK-4625] (#2833) (9a99057)
Changelog

Sourced from

@dependabot dependabot bot added dependencies Pull requests that update a dependency file sample-apps labels Apr 1, 2026
@dependabot dependabot bot requested review from a team as code owners April 1, 2026 06:59
@dependabot dependabot bot requested review from achettyiitr and krishna2020 April 1, 2026 06:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file sample-apps labels Apr 1, 2026
saikumarrs
saikumarrs previously approved these changes Apr 1, 2026
@saikumarrs
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/angular/sample-app/develop/sample-apps-npm-deps-fde8743393 branch from d77ffb4 to c449925 Compare April 1, 2026 08:32
@github-actions github-actions bot enabled auto-merge (squash) April 1, 2026 08:33
…s with 20 updates

Bumps the sample-apps-npm-deps group with 11 updates in the /examples/angular/sample-app directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.5` | `21.2.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.5` | `21.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.5` | `21.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.5` | `21.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.5` | `21.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.5` | `21.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.5` | `21.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.5` | `21.2.6` |
| [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js) | `3.30.0` | `3.31.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.5` | `21.2.6` |
| [user-agent-data-types](https://github.com/lukewarlow/user-agent-data-types) | `0.4.2` | `0.4.3` |

Bumps the sample-apps-npm-deps group with 3 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-npm directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [@ninetailed/experience.js](https://github.com/ninetailed-inc/experience.js/tree/HEAD/packages/sdks/javascript) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-v1.1-cdn directory: [@ninetailed/experience.js](https://github.com/ninetailed-inc/experience.js/tree/HEAD/packages/sdks/javascript) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/integrations/Ninetailed/sample-apps/app-using-v3-cdn directory: [@ninetailed/experience.js](https://github.com/ninetailed-inc/experience.js/tree/HEAD/packages/sdks/javascript) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/hooks/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/js/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/page-router/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/nextjs/ts/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/hooks/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/js/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/reactjs/ts/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
Bumps the sample-apps-npm-deps group with 4 updates in the /examples/reactjs/vite/sample-app directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the sample-apps-npm-deps group with 2 updates in the /examples/serverless/cloudflare-worker directory: [@rudderstack/analytics-js-service-worker](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js-service-worker) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).
Bumps the sample-apps-npm-deps group with 3 updates in the /examples/serverless/vercel-edge directory: [next](https://github.com/vercel/next.js), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [@rudderstack/analytics-js-service-worker](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js-service-worker).
Bumps the sample-apps-npm-deps group with 1 update in the /examples/symfony/sample directory: [@rudderstack/analytics-js](https://github.com/rudderlabs/rudder-sdk-js/tree/HEAD/packages/analytics-js).


Updates `@angular/animations` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/animations)

Updates `@angular/common` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/common)

Updates `@angular/compiler` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/compiler)

Updates `@angular/core` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/core)

Updates `@angular/forms` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/forms)

Updates `@angular/platform-browser` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/router)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@angular/compiler-cli` from 21.2.5 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.6/packages/compiler-cli)

Updates `user-agent-data-types` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/lukewarlow/user-agent-data-types/releases)
- [Commits](https://github.com/lukewarlow/user-agent-data-types/compare/0.4.2...0.4.3)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@ninetailed/experience.js` from 7.21.1 to 7.21.3
- [Release notes](https://github.com/ninetailed-inc/experience.js/releases)
- [Commits](https://github.com/ninetailed-inc/experience.js/commits/7.21.3/packages/sdks/javascript)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.0...v16.2.2)

Updates `eslint-config-next` from 16.2.0 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](https://github.com/rudderlabs/rudder-sdk-js/commits/@rudderstack/analytics-js@3.31.0/packages/analytics-js)

Updates `@rudderstack/analytics-js` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/rudderlabs/rudder-sdk-js/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-js/blob/develop/packages/analytics-js/CHANGELOG.md)
- [Commits](htt...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/angular/sample-app/develop/sample-apps-npm-deps-fde8743393 branch from c449925 to 23383a4 Compare April 1, 2026 09:10
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 sample-apps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant