Skip to content

Commit bceaaa7

Browse files
chore: update deps and CI (#386)
* chore: update build * feat: add comprehensive serverless testing and lint-staged integration - Add 50+ new serverless architecture test cases covering: - Concurrent resource loading - Error handling and recovery - Locale fallback mechanisms - Performance and latency monitoring - Cache management strategies - Edge cases and validation - Integrate lint-staged with Husky for automated code quality - Run Biome checks and formatting on staged files - Ensure code consistency before commits - Update CHANGELOG with v1.6.0 features and improvements - Format scripts with Biome standards and Node.js protocol imports * chore: update build * chore: update build * chore: update build * chore: update build * chore(deps): update dependency rollup to v4.50.0 (#385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update pkgs * chore: update deps and ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc7a552 commit bceaaa7

File tree

4 files changed

+320
-314
lines changed

4 files changed

+320
-314
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "- **Commit:** \`${{ github.sha }}\`" >> $GITHUB_STEP_SUMMARY
109109
echo "" >> $GITHUB_STEP_SUMMARY
110110
echo "### 🔗 Links" >> $GITHUB_STEP_SUMMARY
111-
echo "- [NPM Package](https://www.npmjs.com/package/@devmehq/email-validator-js/v/${{ steps.semantic_release.outputs.version }})" >> $GITHUB_STEP_SUMMARY
111+
echo "- [NPM Package](https://www.npmjs.com/package/@devmehq/phone-number-validator-js/v/${{ steps.semantic_release.outputs.version }})" >> $GITHUB_STEP_SUMMARY
112112
echo "- [GitHub Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.semantic_release.outputs.tag }})" >> $GITHUB_STEP_SUMMARY
113113
else
114114
echo "### ℹ️ No Release Published" >> $GITHUB_STEP_SUMMARY

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "- **Commit:** \`${{ github.sha }}\`" >> $GITHUB_STEP_SUMMARY
104104
echo "" >> $GITHUB_STEP_SUMMARY
105105
echo "### 🔗 Links" >> $GITHUB_STEP_SUMMARY
106-
echo "- [NPM Package](https://www.npmjs.com/package/@devmehq/email-validator-js/v/${{ steps.semantic_release.outputs.version }})" >> $GITHUB_STEP_SUMMARY
106+
echo "- [NPM Package](https://www.npmjs.com/package/@devmehq/phone-number-validator-js/v/${{ steps.semantic_release.outputs.version }})" >> $GITHUB_STEP_SUMMARY
107107
echo "- [GitHub Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.semantic_release.outputs.tag }})" >> $GITHUB_STEP_SUMMARY
108108
else
109109
echo "### ℹ️ No Release Published" >> $GITHUB_STEP_SUMMARY

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
"@types/shelljs": "^0.8.17",
9494
"esbuild": "^0.25.9",
9595
"husky": "^9.1.7",
96-
"jest": "^30.1.1",
97-
"lint-staged": "^16.1.5",
96+
"jest": "^30.1.3",
97+
"lint-staged": "^16.1.6",
9898
"prettier": "^3.6.2",
99-
"rollup": "^4.49.0",
99+
"rollup": "^4.50.0",
100100
"rollup-plugin-esbuild": "^6.2.1",
101101
"shelljs": "^0.10.0",
102102
"ts-jest": "^29.4.1",

0 commit comments

Comments
 (0)