Skip to content

Conversation

@elamperti
Copy link
Contributor

@elamperti elamperti commented Dec 10, 2023

Before submitting an issue, please:
✔️ Agree the Code of Conduct.
✔️ Read the Contributing Guide.

Checklist

Before submitting a pull request, please make sure the following is done:

  1. Add tests for new functionality or bug fixes, following the red/green/refactor method

I haven't added new tests.

  1. Ensure all tests pass: npm test

Tests pass successfully after installing the upgraded package.

  1. Update and/or add documentation

The contributing guide suggest syncing the yarn lockfile and the npm lockfile, yet the script mentioned (generate-lockfile) is not present. Given that the repo doesn't have a yarn.lock either, I'm not sure how to proceed with this. I was able to generate an updated lockfile with the new Redux version though.

Changes

  • I've bumped Redux to 5.0.0
  • npm doesn't have the bin command anymore (since v9), so many of the scripts using it didn't work. I've removed all uses of npm bin in package.json.

(and I didn't bump the package version, so this is not ready for a release)

Let me know if I need to make any adjustments.

@pburtchaell
Copy link
Owner

Hey @elamperti, thanks for the PR. I'm traveling, but will take a look as soon as possible.

@pburtchaell pburtchaell merged commit 8a74b79 into pburtchaell:main Dec 27, 2023
@pburtchaell
Copy link
Owner

Hey @elamperti, just merged this to master, bumped version to 6.2.0 and released to npm. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants