Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize action CI and update deps #197

Merged
merged 19 commits into from
Dec 18, 2023

Conversation

tagoro9
Copy link
Contributor

@tagoro9 tagoro9 commented Dec 15, 2023

Description

This introduces a breaking change: we are now using node 20

Update all dependencies and use renovatebot instead of dependabot

Changes

  • ci: replace dependabot with renovatebot
  • ci: don't run tests on pre-commit
  • feat: use node 20
  • build(deps): update all dependencies
  • docs: add v2 docs
  • build: compile action

🚀 PR created with fotingo

@tagoro9 tagoro9 requested a review from a team as a code owner December 15, 2023 19:09
Copy link

Changes need to be built and committed to ./dist.

In your local repo, run:

npm run prepare
git commit -a --amend --no-edit
git push --force-with-lease

This will add those changes to your last commit, and get them pushed to the remote.

@tagoro9 tagoro9 force-pushed the f/update_all_deps_and_use_renovatebot branch from c9ccc89 to 988f153 Compare December 15, 2023 22:36
@tagoro9 tagoro9 force-pushed the f/update_all_deps_and_use_renovatebot branch from d238898 to d7fb817 Compare December 16, 2023 01:27
Copy link

github-actions bot commented Dec 16, 2023

Release notes preview

Below is a preview of the release notes if your PR gets merged.


2.0.0 (2023-12-16)

Features

BREAKING CHANGES

  • The action now uses node 20

Breaking changes file docs/breaking-changes/v2.md

Breaking changes in v2

The action now runs using Node 20


Copy link
Contributor

@Toolo Toolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice overhaul. Looks good to me 👍

README.md Outdated Show resolved Hide resolved
@tagoro9 tagoro9 merged commit 7b92486 into main Dec 18, 2023
8 checks passed
@tagoro9 tagoro9 deleted the f/update_all_deps_and_use_renovatebot branch December 18, 2023 23:53
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants