Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.11.0
v24.3.0
48 changes: 21 additions & 27 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
{
"branches": [
"main"
"branches": ["main"],
"repositoryUrl": "https://github.com/truepill/rum-react-integration.git",
"debug": "true",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"repositoryUrl": "https://github.com/truepill/rum-react-integration.git",
"debug": "true",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"pnpm-lock.yaml",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
[
"@semantic-release/git",
{
"assets": ["package.json", "pnpm-lock.yaml", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
}
]
}
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
## [2.0.1](https://github.com/truepill/rum-react-integration/compare/v2.0.0...v2.0.1) (2025-04-30)


### Bug Fixes

* update peer dependency declaration for react-router ([9900b59](https://github.com/truepill/rum-react-integration/commit/9900b5999126f4fb29ef1ece8e9344ee55b872cb))
- update peer dependency declaration for react-router ([9900b59](https://github.com/truepill/rum-react-integration/commit/9900b5999126f4fb29ef1ece8e9344ee55b872cb))

# [2.0.0](https://github.com/truepill/rum-react-integration/compare/v1.1.0...v2.0.0) (2025-04-30)


### chore

* update react-router to v7 ([bf723a6](https://github.com/truepill/rum-react-integration/commit/bf723a63b46c76e6ba70173648f696671d66c0a1))

- update react-router to v7 ([bf723a6](https://github.com/truepill/rum-react-integration/commit/bf723a63b46c76e6ba70173648f696671d66c0a1))

### BREAKING CHANGES

* Update react-router to v7
- Update react-router to v7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Datadog react integration used by Truepill Vpharm 🚀.
This package is published to Github Packages using [Semantic Release](https://github.com/semantic-release/semantic-release)/[Semver](https://semver.org/)

Depending on the type of your change, you need to follow the following commit message styles:

`feat: add tracking for cart button press`

| Commit message | Release type |
Expand Down
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"registry": "https://npm.pkg.github.com/"
},
"engines": {
"node": "^22.11.0",
"pnpm": "^9.14.2"
"node": "^24.3.0",
"pnpm": "^10.12.1"
},
"scripts": {
"build": "run-p build:cjs build:esm",
Expand Down Expand Up @@ -40,40 +40,39 @@
},
"devDependencies": {
"@datadog/browser-rum-core": "^5.32.0",
"@eslint/js": "^9.25.1",
"@eslint/js": "^9.29.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.3.0",
"@truepill/eslint-config-truepill": "^5.0.3",
"@types/history": "^4",
"@types/node": "^22.10.1",
"@types/node": "^24.0.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/eslint-plugin": "^1.1.43",
"eslint": "9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint": "9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"history": "^4",
"lefthook": "^1.8.2",
"npm-run-all": "^4.1.5",
"prettier": "3.5.3",
"prettier": "3.6.2",
"react": "^18",
"react-dom": "^18",
"react-router": "^7.1.1",
"unplugin-swc": "^1.4.4",
"vite": "^5.4.11",
"react-router": "^7.6.2",
"unplugin-swc": "^1.5.5",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^1.6.0",
"typescript": "5.2.2",
"typescript-eslint": "^8.31.0"
"vitest": "^3.2.4",
"typescript": "5.1.6",
"typescript-eslint": "^8.35.0"
}
}
Loading