Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): merge release/3.81.0-SDK-3067 into main [SDK-3067] #2075

Merged
merged 26 commits into from
Mar 3, 2025

Conversation

devops-github-rudderstack
Copy link
Contributor

👑 Automated Release PR

This pull request was created automatically by the GitHub Actions workflow. It merges the release branch (release/3.81.0-SDK-3067) into the main branch.

This ensures that the latest release branch changes are incorporated into the main branch for production.

Details

  • Release Version: v3.81.0
  • Release Branch: release/3.81.0-SDK-3067
  • Related Ticket: SDK-3067

Please review and merge when ready. 🚀

saikumarrs and others added 26 commits February 24, 2025 09:00
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](SonarSource/sonarqube-scan-action@v4...v5)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: implement concurrency in github workflows

* chore: empty commit
* chore: revert sdk values in instrumentation

* refactor: remove unnecessary instance creation

* refactor: remove unnecessary options as they are already the defaults

* refactor: remove unnecessary fallback value

* fix: register event handlers on initialization

* fix: avoid configuring storage engines by default

* refactor: remove unused import

* fix: address ai bot review comments

* chore: address documentation issues

* chore: update dependabot config
* feat: add events processing and retry headers

* test: add more test cases for improving coverage

* chore: add inline documentation

* chore: add inline documentation

* refactor: use property shorthand

* chore: bump size limits
* feat: speed up rollback process

* chore: refactor rollback workflow for test ready

* fix: use env specific secrets

* chore: enable dev testing

* fix: change working directory

* fix: exclude paths

* fix: revert changes added for dev testing

* fix: add needs dependendency
Bumps the npm-prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.1` |
| [@nx/nx-darwin-arm64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64) | `20.3.1` | `20.4.6` |
| [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) | `20.3.1` | `20.4.6` |
| [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) | `20.3.1` | `20.4.6` |
| [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) | `20.3.1` | `20.4.6` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.30.1` | `4.34.9` |


Updates `axios` from 1.7.9 to 1.8.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.1)

Updates `@nx/nx-darwin-arm64` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/nx/native-packages/darwin-arm64)

Updates `@nx/nx-darwin-x64` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/nx/native-packages/darwin-x64)

Updates `@nx/nx-linux-x64-gnu` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/nx/native-packages/linux-x64-gnu)

Updates `@nx/nx-win32-x64-msvc` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/nx/native-packages/win32-x64-msvc)

Updates `@rollup/rollup-linux-x64-gnu` from 4.30.1 to 4.34.9
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.1...v4.34.9)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-darwin-x64"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-win32-x64-msvc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rollup-plugin-delete](https://github.com/vladshcherbin/rollup-plugin-delete) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/vladshcherbin/rollup-plugin-delete/releases)
- [Commits](vladshcherbin/rollup-plugin-delete@2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-delete
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

* chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.2

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.2)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: add dep version to the overrides section

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sai Kumar Battinoju <[email protected]>
* chore(deps-dev): bump the npm-dev-deps group with 32 updates

Bumps the npm-dev-deps group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.9` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.25.9` | `7.26.8` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.25.9` | `7.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.6.0` | `19.7.1` |
| [@commitlint/config-nx-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-nx-scopes) | `19.5.0` | `19.7.1` |
| [@jscutlery/semver](https://github.com/jscutlery/semver) | `5.5.1` | `5.6.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.3.1` | `20.4.6` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.3.1` | `20.4.6` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.3.1` | `20.4.6` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.3.1` | `20.4.6` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.3.1` | `20.4.6` |
| [@originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) | `1.3.7` | `1.3.9` |
| [@size-limit/file](https://github.com/ai/size-limit) | `11.1.6` | `11.2.0` |
| [@size-limit/webpack](https://github.com/ai/size-limit) | `11.1.6` | `11.2.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.6` | `1.11.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.3` | `22.13.8` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `19.6.1` | `19.7.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.40.0` | `3.41.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.7.0` | `3.8.3` |
| [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) | `3.0.1` | `3.0.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.3` |
| [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.3.1` | `20.4.6` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` |
| [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.3.0` | `0.3.7` |
| [rollup](https://github.com/rollup/rollup) | `4.30.1` | `4.34.9` |
| [rollup-plugin-exclude-dependencies-from-bundle](https://github.com/basselalaraaj/rollup-plugin-exclude-dependencies-from-bundle) | `1.1.23` | `1.1.24` |
| [size-limit](https://github.com/ai/size-limit) | `11.1.6` | `11.2.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `8.1.2` | `8.2.0` |


Updates `@babel/core` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.9 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/eslint/babel-eslint-parser)

Updates `@babel/plugin-transform-runtime` from 7.25.9 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env)

Updates `@commitlint/config-conventional` from 19.6.0 to 19.7.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.7.1/@commitlint/config-conventional)

Updates `@commitlint/config-nx-scopes` from 19.5.0 to 19.7.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-nx-scopes/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.7.1/@commitlint/config-nx-scopes)

Updates `@jscutlery/semver` from 5.5.1 to 5.6.0
- [Release notes](https://github.com/jscutlery/semver/releases)
- [Commits](jscutlery/semver@semver-5.5.1...semver-5.6.0)

Updates `@nx/eslint` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/eslint)

Updates `@nx/eslint-plugin` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/eslint-plugin)

Updates `@nx/jest` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/jest)

Updates `@nx/js` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/js)

Updates `@nx/workspace` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/workspace)

Updates `@originjs/vite-plugin-federation` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/originjs/vite-plugin-federation/releases)
- [Commits](originjs/vite-plugin-federation@v1.3.7...v1.3.9)

Updates `@size-limit/file` from 11.1.6 to 11.2.0
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.1.6...11.2.0)

Updates `@size-limit/webpack` from 11.1.6 to 11.2.0
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.1.6...11.2.0)

Updates `@swc/core` from 1.10.6 to 1.11.5
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.6...v1.11.5)

Updates `@types/node` from 22.7.3 to 22.13.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `commitlint` from 19.6.1 to 19.7.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.7.1/@alias/commitlint)

Updates `core-js` from 3.40.0 to 3.41.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.41.0/packages/core-js)

Updates `eslint-import-resolver-typescript` from 3.7.0 to 3.8.3
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.7.0...v3.8.3)

Updates `eslint-plugin-sonarjs` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/SonarSource/SonarJS/releases)
- [Commits](https://github.com/SonarSource/SonarJS/commits)

Updates `lint-staged` from 15.3.0 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.3.0...v15.4.3)

Updates `msw` from 2.7.0 to 2.7.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.0...v2.7.3)

Updates `nx` from 20.3.1 to 20.4.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.6/packages/nx)

Updates `prettier` from 3.4.2 to 3.5.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.2)

Updates `publint` from 0.3.0 to 0.3.7
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/[email protected]/packages/publint)

Updates `rollup` from 4.30.1 to 4.34.9
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.1...v4.34.9)

Updates `rollup-plugin-exclude-dependencies-from-bundle` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/basselalaraaj/rollup-plugin-exclude-dependencies-from-bundle/releases)
- [Commits](basselalaraaj/rollup-plugin-exclude-dependencies-from-bundle@v1.1.23...v1.1.24)

Updates `size-limit` from 11.1.6 to 11.2.0
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.1.6...11.2.0)

Updates `ts-jest` from 29.2.5 to 29.2.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6)

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

Updates `@bugsnag/js` from 8.1.2 to 8.2.0
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v8.1.2...v8.2.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@commitlint/config-nx-scopes"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@jscutlery/semver"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@originjs/vite-plugin-federation"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@size-limit/file"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@size-limit/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: commitlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: eslint-plugin-sonarjs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: publint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: rollup-plugin-exclude-dependencies-from-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@bugsnag/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: upgrade patches to the latest versions

* chore: clean up overrides

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sai Kumar Battinoju <[email protected]>
* fix: handle when max items is 1

* fix: handle queue item on processing error

* chore: add documentation and fix lint issues

* test: add more test cases for improving coverage
@devops-github-rudderstack devops-github-rudderstack requested a review from a team as a code owner March 3, 2025 04:59
Copy link
Contributor

coderabbitai bot commented Mar 3, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(release)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

Attention: Patch coverage is 97.75281% with 2 lines in your changes missing coverage. Please review.

Project coverage is 61.55%. Comparing base (1f8eedd) to head (c941fe0).
Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
packages/analytics-v1.1/src/core/analytics.js 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2075      +/-   ##
==========================================
+ Coverage   61.42%   61.55%   +0.13%     
==========================================
  Files         478      478              
  Lines       16407    16447      +40     
  Branches     3227     3251      +24     
==========================================
+ Hits        10078    10124      +46     
+ Misses       5122     5107      -15     
- Partials     1207     1216       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Mar 3, 2025

Copy link

github-actions bot commented Mar 3, 2025

size-limit report 📦

Name Size (Base) Size (Current) Size Limit Status
Cookies Utils - Legacy - NPM (ESM) 1.54 KB 1.54 KB (-0.07% ▼) 2 KB
Cookies Utils - Legacy - NPM (CJS) 1.75 KB 1.75 KB (-0.12% ▼) 2 KB
Cookies Utils - Legacy - NPM (UMD) 1.54 KB 1.53 KB (-0.07% ▼) 2 KB
Cookies Utils - Modern - NPM (ESM) 1.17 KB 1.17 KB (0%) 1.5 KB
Cookies Utils - Modern - NPM (CJS) 1.4 KB 1.4 KB (0%) 1.5 KB
Cookies Utils - Modern - NPM (UMD) 1.16 KB 1.16 KB (0%) 1.5 KB
Plugins Module Federation Mapping - Legacy - CDN 332 B 332 B (0%) 512 B
Plugins Module Federation Mapping - Modern - CDN 331 B 331 B (0%) 512 B
Plugins - Legacy - CDN 13.66 KB 14.15 KB (+3.6% ▲) 14.5 KB
Plugins - Modern - CDN 5.64 KB 5.65 KB (+0.16% ▲) 6 KB
Common - No bundling 17.93 KB 18.38 KB (+2.49% ▲) 18.4 KB
Load Snippet 765 B 765 B (0%) 1 KB
Core (v1.1) - NPM (ESM) 30.16 KB 30.14 KB (-0.1% ▼) 32 KB
Core (v1.1) - NPM (CJS) 30.32 KB 30.31 KB (-0.03% ▼) 32 KB
Core (v1.1) - NPM (UMD) 30.23 KB 30.16 KB (-0.23% ▼) 32 KB
Core (Content Script - v1.1) - NPM (ESM) 29.59 KB 29.69 KB (+0.35% ▲) 30.5 KB
Core (Content Script - v1.1) - NPM (CJS) 29.84 KB 29.85 KB (+0.03% ▲) 30.5 KB
Core (Content Script - v1.1) - NPM (UMD) 29.71 KB 29.73 KB (+0.06% ▲) 30.5 KB
Core (v1.1) - Legacy - CDN 32.03 KB 32.01 KB (-0.07% ▼) 32.5 KB
Core (v1.1) - Modern - CDN 30 KB 30.04 KB (+0.14% ▲) 32 KB
Service Worker - Legacy - NPM (ESM) 30.54 KB 30.3 KB (-0.79% ▼) 31 KB
Service Worker - Legacy - NPM (CJS) 30.85 KB 30.57 KB (-0.9% ▼) 31 KB
Service Worker - Legacy - NPM (UMD) 30.69 KB 30.39 KB (-0.98% ▼) 31 KB
Service Worker - Modern - NPM (ESM) 25.73 KB 25.51 KB (-0.87% ▼) 26 KB
Service Worker - Modern - NPM (CJS) 26 KB 25.76 KB (-0.93% ▼) 26.5 KB
Service Worker - Modern - NPM (UMD) 25.75 KB 25.55 KB (-0.77% ▼) 26 KB
Core - Legacy - NPM (ESM) 47.38 KB 47.76 KB (+0.82% ▲) 48 KB
Core - Legacy - NPM (CJS) 47.66 KB 48.09 KB (+0.91% ▲) 48.2 KB
Core - Legacy - NPM (UMD) 47.46 KB 47.79 KB (+0.69% ▲) 48 KB
Core - Legacy - CDN 47.54 KB 47.93 KB (+0.82% ▲) 48 KB
Core - Modern - NPM (ESM) 26.85 KB 26.78 KB (-0.27% ▼) 27 KB
Core - Modern - NPM (CJS) 27.11 KB 26.97 KB (-0.52% ▼) 27.2 KB
Core - Modern - NPM (UMD) 26.9 KB 26.81 KB (-0.35% ▼) 27 KB
Core - Modern - CDN 27.17 KB 27.04 KB (-0.48% ▼) 27.5 KB
Core (Bundled) - Legacy - NPM (ESM) 47.38 KB 47.76 KB (+0.82% ▲) 48 KB
Core (Bundled) - Legacy - NPM (CJS) 47.62 KB 48.04 KB (+0.89% ▲) 48.2 KB
Core (Bundled) - Legacy - NPM (UMD) 47.46 KB 47.79 KB (+0.69% ▲) 48 KB
Core (Bundled) - Modern - NPM (ESM) 38.61 KB 38.93 KB (+0.83% ▲) 39 KB
Core (Bundled) - Modern - NPM (CJS) 38.86 KB 39.18 KB (+0.84% ▲) 39.2 KB
Core (Bundled) - Modern - NPM (UMD) 38.64 KB 38.91 KB (+0.7% ▲) 39 KB
Core (Content Script) - Legacy - NPM (ESM) 47.41 KB 47.73 KB (+0.68% ▲) 48 KB
Core (Content Script) - Legacy - NPM (CJS) 47.59 KB 47.91 KB (+0.68% ▲) 48 KB
Core (Content Script) - Legacy - NPM (UMD) 47.41 KB 47.73 KB (+0.69% ▲) 48 KB
Core (Content Script) - Modern - NPM (ESM) 38.51 KB 38.87 KB (+0.96% ▲) 39 KB
Core (Content Script) - Modern - NPM (CJS) 38.75 KB 39.16 KB (+1.06% ▲) 39.2 KB
Core (Content Script) - Modern - NPM (UMD) 38.52 KB 38.92 KB (+1.03% ▲) 39 KB
All Integrations - Legacy - CDN 95.1 KB 95.08 KB (-0.03% ▼) 95.3 KB
All Integrations - Modern - CDN 90.67 KB 90.77 KB (+0.11% ▲) 91 KB

@saikumarrs saikumarrs merged commit 21ec079 into main Mar 3, 2025
15 checks passed
@saikumarrs saikumarrs deleted the release/3.81.0-SDK-3067 branch March 3, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants