Skip to content

Commit 0a5de63

Browse files
saikumarrsdependabot[bot]web-flow
authored
chore(release): merge release/2.1.10 into master (#260)
* Merge pull request #248 from rudderlabs/dependabot/npm_and_yarn/develop/npm-prod-deps-e73c2e863c chore(deps): bump axios from 1.12.1 to 1.12.2 in the npm-prod-deps group * chore: disable npm lifecycle scripts (#251) * chore: disable npm lifecycle scripts (#252) * chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 (#254) Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@1a6d90e...fd88b7d) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump lint-staged in the npm-dev-deps group (#257) Bumps the npm-dev-deps group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 16.1.6 to 16.2.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@v16.1.6...v16.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @commitlint/config-conventional (#258) Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.8.1 to 20.0.0. - [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/v20.0.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: clean up peer deps and upgrade to latest (#250) * chore(deps-dev): bump commitlint from 19.8.1 to 20.0.0 (#259) Bumps [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) from 19.8.1 to 20.0.0. - [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/v20.0.0/@alias/commitlint) --- updated-dependencies: - dependency-name: commitlint dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): 2.1.10 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub actions <noreply@github.com>
2 parents fe77e87 + 2137b51 commit 0a5de63

File tree

9 files changed

+467
-371
lines changed

9 files changed

+467
-371
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
./scripts/fix-reports-path-in-github-runner.sh
3939
4040
- name: SonarQube Scan
41-
uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1
41+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rationale: Disabling all npm lifecycle scripts for security hardening and CI reproducibility.
2+
ignore-scripts=true

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.1.10](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.1.9...v2.1.10) (2025-09-30)
6+
57
### [2.1.9](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.1.8...v2.1.9) (2025-09-14)
68

79

examples/async-flush/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rationale: Disabling all npm lifecycle scripts for security hardening and CI reproducibility.
2+
ignore-scripts=true

examples/custom-axios/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rationale: Disabling all npm lifecycle scripts for security hardening and CI reproducibility.
2+
ignore-scripts=true

examples/sample-app/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rationale: Disabling all npm lifecycle scripts for security hardening and CI reproducibility.
2+
ignore-scripts=true

0 commit comments

Comments
 (0)