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

Move to node18 and patch dependencies #415

Merged
merged 5 commits into from
Jun 21, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Set up Nodejs 16
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Set up ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Set up Nodejs 16
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Set up ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## v0.68 (unreleased)

- [#407](https://github.com/awslabs/amazon-s3-find-and-forget/issues/407):
Upgrade frontend dependencies
- [#409](https://github.com/awslabs/amazon-s3-find-and-forget/issues/409):
Upgrade frontend dependencies
- [#410](https://github.com/awslabs/amazon-s3-find-and-forget/issues/410):
Upgrade backend dependencies
- [#411](https://github.com/awslabs/amazon-s3-find-and-forget/issues/411):
Upgrade frontend dependencies
- [#412](https://github.com/awslabs/amazon-s3-find-and-forget/issues/412):
Upgrade backend dependencies
- [#413](https://github.com/awslabs/amazon-s3-find-and-forget/issues/413):
Upgrade frontend dependencies
- [#414](https://github.com/awslabs/amazon-s3-find-and-forget/issues/414):
Upgrade frontend dependencies
- [#416](https://github.com/awslabs/amazon-s3-find-and-forget/issues/416):
Upgrade backend dependencies
- [#415](https://github.com/awslabs/amazon-s3-find-and-forget/issues/415):
Upgrade frontend dependencies and move to node20

## v0.67

- [#405](https://github.com/awslabs/amazon-s3-find-and-forget/pull/405) Replace
Expand Down
2 changes: 1 addition & 1 deletion docs/LOCAL_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following dependencies must be installed:

- AWS CLI (v1)
- Python >=3.9 and pip
- node.js >= v16.11 and npm >= 8
- node.js >= v20 and npm >= 10
- virtualenv
- Ruby >= 2.6
- libsnappy-dev/snappy-devel (debian/centos)
Expand Down
Loading
Loading