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

[Snyk] Upgrade change-case from 4.1.2 to 5.4.4 #7

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

OKEAMAH
Copy link
Owner

@OKEAMAH OKEAMAH commented May 27, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade change-case from 4.1.2 to 5.4.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 13 versions ahead of your current version.

  • The recommended version was released on 2 months ago.

Release notes
Package name: change-case
  • 5.4.4 - 2024-04-03

    Fixed

    Full Changelog: https://github.com/blakeembrey/change-case/compare/change-case@5.4.3...change-case@5.4.4

  • 5.4.3 - 2024-02-14

    Fixed

    • Fixes options used recursively in change-case/keys - previously options were ignored after the first level #334 by @ Quicksaver
  • 5.4.2 - 2024-01-14
  • 5.4.1 - 2024-01-10

    Fixed

    • Remove lookbehind from regex for older browser support (6512635)
  • 5.4.0 - 2024-01-08

    Added

    • Added a split option to the change-case transform functions to allow for customization on how words are extracted from input

    Changed

    • The package exports are now default instead of import to fix some tooling that doesn't work properly with import
    • The exported split utility no longer accepts a second options argument
  • 5.3.0 - 2023-12-06

    Added

    • New suffixCharacters option to retain characters during case conversion. Useful for retaining something like the _ in type_. Closes #322.
  • 5.2.0 - 2023-11-17

    Added

    • Add delimiter option for customizing join character in any change case method
    • Add mergeAmbiguousCharacters for camel and pascal case to avoid prefixing _ before numbers
  • 5.1.2 - 2023-10-20
  • 5.1.1 - 2023-10-20

    change-case@5.1.1

  • 5.1.0 - 2023-10-18
  • 5.0.2 - 2023-10-03
  • 5.0.1 - 2023-09-30
  • 5.0.0 - 2023-09-30
  • 4.1.2 - 2020-12-02
from change-case GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade change-case from 4.1.2 to 5.4.4.

See this package in npm:
change-case

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/ec06289a-db6a-47b5-9391-082534603e7b?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@OKEAMAH OKEAMAH merged commit d076d04 into Master Jun 5, 2024
13 of 23 checks passed
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.

Postfixing characters
2 participants