turborepo-remote-cache 2.2.9 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -87,7 +87,7 @@ fix: fix a bug ---> 1.0.x
87
87
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/tom-fletcher"><img src="https://avatars.githubusercontent.com/u/16312830?v=4?s=100" width="100px;" alt="Tom Fletcher"/><br /><sub><b>Tom Fletcher</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=tom-fletcher" title="Code">💻</a> <a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=tom-fletcher" title="Documentation">📖</a></td>
88
88
  </tr>
89
89
  <tr>
90
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Klaitos"><img src="https://avatars.githubusercontent.com/u/644360?v=4?s=100" width="100px;" alt="Christopher Brookes"/><br /><sub><b>Christopher Brookes</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=Klaitos" title="Documentation">📖</a></td>
90
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/Klaitos"><img src="https://avatars.githubusercontent.com/u/644360?v=4?s=100" width="100px;" alt="Christopher Brookes"/><br /><sub><b>Christopher Brookes</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=Klaitos" title="Documentation">📖</a> <a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=Klaitos" title="Code">💻</a></td>
91
91
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/izi-p"><img src="https://avatars.githubusercontent.com/u/10976962?v=4?s=100" width="100px;" alt="Pierre S."/><br /><sub><b>Pierre S.</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=izi-p" title="Code">💻</a></td>
92
92
  <td align="center" valign="top" width="14.28%"><a href="http://danielmitrov.com"><img src="https://avatars.githubusercontent.com/u/21154704?v=4?s=100" width="100px;" alt="Daniel Mitrov"/><br /><sub><b>Daniel Mitrov</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=danielmitrov" title="Code">💻</a></td>
93
93
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/adriantr"><img src="https://avatars.githubusercontent.com/u/48787209?v=4?s=100" width="100px;" alt="Adrian Trzeciak"/><br /><sub><b>Adrian Trzeciak</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=adriantr" title="Code">💻</a></td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turborepo-remote-cache",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "Turborepo remote cache server",
5
5
  "main": "./dist/app.js",
6
6
  "type": "module",
@@ -64,28 +64,28 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@biomejs/biome": "1.2.2",
67
- "@commitlint/cli": "^19.6.0",
68
- "@commitlint/config-conventional": "^19.6.0",
69
- "@commitlint/prompt": "^19.6.0",
67
+ "@commitlint/cli": "^19.7.1",
68
+ "@commitlint/config-conventional": "^19.7.1",
69
+ "@commitlint/prompt": "^19.7.1",
70
70
  "@ducktors/tsconfig": "^1.0.0",
71
71
  "@semantic-release/changelog": "^6.0.3",
72
- "@semantic-release/commit-analyzer": "^13.0.0",
72
+ "@semantic-release/commit-analyzer": "^13.0.1",
73
73
  "@semantic-release/git": "^10.0.1",
74
- "@semantic-release/github": "^10.3.5",
74
+ "@semantic-release/github": "^11.0.1",
75
75
  "@semantic-release/npm": "^12.0.1",
76
- "@semantic-release/release-notes-generator": "^14.0.1",
76
+ "@semantic-release/release-notes-generator": "^14.0.3",
77
77
  "@types/node": "^20.6.3",
78
78
  "c8": "^9.0.0",
79
79
  "commitizen": "^4.3.1",
80
80
  "commitlint-config-cz": "^0.13.3",
81
- "commitlint-plugin-function-rules": "^2.0.2",
81
+ "commitlint-plugin-function-rules": "^4.0.1",
82
82
  "cz-conventional-changelog": "^3.3.0",
83
83
  "fastify-tsconfig": "^2.0.0",
84
- "husky": "^8.0.3",
84
+ "husky": "^9.1.7",
85
85
  "npm-run-all": "^4.1.5",
86
- "rimraf": "^4.4.1",
86
+ "rimraf": "^6.0.1",
87
87
  "s3rver": "^3.7.1",
88
- "semantic-release": "^22.0.12",
88
+ "semantic-release": "^24.2.1",
89
89
  "tsx": "^4.7.0",
90
90
  "typescript": "^5.2.2"
91
91
  },
@@ -95,7 +95,7 @@
95
95
  "homepage": "https://github.com/ducktors/turborepo-remote-cache#readme",
96
96
  "engines": {
97
97
  "node": ">=20.0.0",
98
- "pnpm": ">=9.14.2"
98
+ "pnpm": ">=9.15.5"
99
99
  },
100
100
  "keywords": [
101
101
  "turborepo",