chore(release): remove direct pushing updates to CHANGELOG.md (#144) - #777
Conversation
This pull request updates the CI/CD workflows, dependency versions, and Node.js version across the repository to keep the build system and dependencies current. It also includes minor improvements such as workflow file renaming and code style fixes. **CI/CD Workflow Upgrades:** - Upgraded GitHub Actions in all workflow files from `actions/checkout@v4` to `v5`, `actions/setup-node@v4` to `v5`, and `pnpm/action-setup@v4` to `v5` for improved reliability and features. [[1]](diffhunk://#diff-99ef037169381ecdc856c10199a6bb8d442341ed2f51ef2fae4afd8412f284b5L82-R82) [[2]](diffhunk://#diff-ce072a75664f3aabd61e8604723c426c6242e65ce62cda5a6787eea5f4f33589L30-R44) [[3]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL39-R39) [[4]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL72-R83) [[5]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL154-R162) [[6]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL193-R201) [[7]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL226-R234) [[8]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL264-R272) [[9]](diffhunk://#diff-12783128521e452af0cfac94b99b8d250413c516ec71fe6d97dbea666ff7ba27L27-R37) [[10]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcR26-R42) [[11]](diffhunk://#diff-81df65e16fc072cc1fb4b4e53d2de83d48d66749df8f2b0e90c9199be480b00bL15-R29) [[12]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L47-R61) [[13]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L111-R125) [[14]](diffhunk://#diff-e8ca070981ccdc3f369851c960bec6882143a0c7afe78acd7b05e0c2b0068d72L33-R33) [[15]](diffhunk://#diff-e8ca070981ccdc3f369851c960bec6882143a0c7afe78acd7b05e0c2b0068d72L42-R48) - Updated `nick-fields/retry` from `v2` to `v3` and `actions/upload-pages-artifact` from `v3` to `v4` for Storybook deploy workflows. [[1]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcL51-R92) [[2]](diffhunk://#diff-81df65e16fc072cc1fb4b4e53d2de83d48d66749df8f2b0e90c9199be480b00bL42-R52) - Removed the "notify-failure" jobs from CI and release workflows, which previously created GitHub issues on CI failures. [[1]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL313-L353) [[2]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L184-R191) - Renamed `.github/workflows/deploy-storybook-gh-pages.yml` to `.github/workflows/deploy-storybook-dev.yml` and `.github/workflows/deploy-storybook.yml` to `.github/workflows/deploy-storybook-main.yml` for clarity. [[1]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcR1-R4) [[2]](diffhunk://#diff-81df65e16fc072cc1fb4b4e53d2de83d48d66749df8f2b0e90c9199be480b00bL15-R29) **Dependency and Runtime Updates:** - Updated Node.js version from 20 to 22 in all workflows and `.nvmrc`, and updated pnpm to `10.18.1` throughout. [[1]](diffhunk://#diff-ce072a75664f3aabd61e8604723c426c6242e65ce62cda5a6787eea5f4f33589L30-R44) [[2]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL72-R83) [[3]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL154-R162) [[4]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL193-R201) [[5]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL226-R234) [[6]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL264-R272) [[7]](diffhunk://#diff-12783128521e452af0cfac94b99b8d250413c516ec71fe6d97dbea666ff7ba27L27-R37) [[8]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcR26-R42) [[9]](diffhunk://#diff-81df65e16fc072cc1fb4b4e53d2de83d48d66749df8f2b0e90c9199be480b00bL15-R29) [[10]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L47-R61) [[11]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L111-R125) [[12]](diffhunk://#diff-e8ca070981ccdc3f369851c960bec6882143a0c7afe78acd7b05e0c2b0068d72L42-R48) [[13]](diffhunk://#diff-2c8effdf840690ccb88c7e21e56148978c6adb2c6926530c58ff0e47a9588b44L1-R1) - Updated demo app dependencies: `next` to `15.5.4`, `react` and `react-dom` to `19.2.0`, and `react-router-dom` to `7.9.3`. **Code and Configuration Adjustments:** - Changed Jest config files to use `module.exports` instead of `export default` for compatibility. [[1]](diffhunk://#diff-ce76bf1f49a7541d5729b1f5504c3705b6783bd3a51a763de4f30dbea9e1ca57L1-R1) [[2]](diffhunk://#diff-860bd1f15d1e0bafcfc6f62560524f588e6d6bf56d4ab1b0f6f8146461558730L2-R4) - Added `.nx/self-healing` to `.prettierignore`. **Other Improvements:** - Added comments and improved structure in workflow files for clarity, including environment tracking for deployments. [[1]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcR1-R4) [[2]](diffhunk://#diff-aa780ee64345d41dad3707f94348f1919f316b88cbbcc085428c1666706974dcL51-R92) These changes ensure the repository is using the latest CI tooling, dependency versions, and Node.js runtime, reducing technical debt and improving maintainability.
Sync dev into alpha for prerelease
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.