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 moo from 0.5.1 to 0.5.2 #60

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

Conversation

patrick-stephens
Copy link

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


Snyk has created this PR to upgrade moo from 0.5.1 to 0.5.2.

ℹ️ 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.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released a year ago, on 2022-10-03.
Release notes
Package name: moo
  • 0.5.2 - 2022-10-03

    Changes:

    • Avoid fall through in the keyword transform, thanks to @ lrowe in #164
    • Replace the keyword transform with a Map, to avoid triggering unsafe-eval Content-Security-Policy warnings, thanks to @ jsharkey13 in #173
    • Fix a bug in reset() relating to queuedText, thanks to @ hikerpig in #169
    • Improve error reporting and add additional context lines, thanks to @ airportyh in #129

    Documentation tweaks:

    Full Changelog: v0.5.1...v0.5.2

  • 0.5.1 - 2019-09-29

    Published v0.5.1 to NPM.

    • #116, #125 Allow Unicode flag if all RegExps use it
    • #114 Allow calling formatError without a token
    • 13e1157 Fix a bug with fast matching when include is used
from moo GitHub release notes
Commit messages
Package name: moo
  • ea38135 Bump version
  • 813e006 Merge pull request #129 from airportyh/improve-error-output
  • 1aac4c2 Merge pull request #173 from jsharkey13/master
  • 315fda5 Use explicit if-statement instead of ternary
  • a970bea Use ternary statements as requested by PR review
  • 52c0993 Fall back to using Object for keyword transforms if Map unsupported
  • 9963d5b Use Maps instead of compiled switch-case statements for keyword transform
  • 6d0ab79 Use the moo.keywords transformation in the benchmark tests
  • b24d534 Merge pull request #169 from hikerpig/bugfix/reset-queuedText
  • 7df2a0c Fix a bug, `queuedText` is not handled in `reset`
  • d8a76f7 Merge pull request #164 from lrowe/patch-2
  • 251a3fe Avoid fall through in keywordTransform
  • a8dd439 Merge pull request #147 from AlansCodeLog/master
  • 720748e Replace itt example and fix minor readme issues
  • cbf5018 Merge pull request #140 from EvanPurkhiser/patch-1
  • a492e1a Correct states example to use `pop: 1`
  • 56ccbdd Merge pull request #135 from no-context/dependabot/npm_and_yarn/mixin-deep-1.3.2
  • 845f2f1 Bump mixin-deep from 1.3.1 to 1.3.2
  • e2a2760 Bump version to v0.5.1
  • 4d94b61 Addressed code review comments.
  • 5b73140 Optimized getting few lines of input to display.
  • ae20c76 More input lines displayed on error

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01349de) 100.00% compared to head (6b954f7) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          212       212           
  Branches        38        38           
=========================================
  Hits           212       212           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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