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

chore(deps): update dependency nanoid to v3.3.7 #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nanoid 3.3.6 -> 3.3.7 age adoption passing confidence

Release Notes

ai/nanoid (nanoid)

v3.3.7

Compare Source

  • Fixed node16 TypeScript support (by Saadi Myftija).

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

[puLL-Merge] - ai/nanoid@3.3.6..3.3.7

Description

This PR updates the project dependencies and configuration, primarily focusing on upgrading Node.js versions and adjusting the GitHub Actions workflow. It also includes a minor version bump and a small fix for TypeScript support.

Changes

Changes

  1. .github/workflows/test.yml:

    • Added support for Node.js v3 branch
    • Updated Node.js versions: Added 20 and 21, removed 14
    • Changed pnpm version to 8
    • Removed FORCE_COLOR environment variable
    • Added permissions configuration for better security
    • Modified installation command for old Node.js versions
  2. CHANGELOG.md:

    • Added entry for version 3.3.7, fixing Node.js 16 TypeScript support
  3. package.json:

    • Bumped version to 3.3.7
    • Updated dual-publish dependency to version 4.0.0
  4. pnpm-lock.yaml:

    • Updated lockfile to reflect dependency changes
    • Various minor version updates for dependencies

Possible Issues

  • The removal of Node.js 14 support might affect users still using that version.
  • Changes in the GitHub Actions workflow might require adjustments in other parts of the CI/CD pipeline if they exist.

Security Hotspots

  • The addition of the permissions field in the GitHub Actions workflow is a positive security change, limiting the workflow's access to only read contents.

Overall, this PR seems to be a routine maintenance update, improving the project's compatibility with newer Node.js versions and updating dependencies. The changes appear to be well-considered and shouldn't introduce any major issues.

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

Successfully merging this pull request may close these issues.

0 participants