Upgrade the parser and add a few simple tests. No changes to validations.
Also:
Upgraded the workflows to use node 20 same as the actions that had forced upgrades.
Did an npm update to the lockfile to remove flagged vulnerabilities - this has introduced some deprecated and scary warning messages from deps used by jest. No nice way to fix yet but everything will work the same as before.
Upgrade the parser and add a few simple tests. No changes to validations.
Also:
npm update
to the lockfile to remove flagged vulnerabilities - this has introduced some deprecated and scary warning messages from deps used byjest
. No nice way to fix yet but everything will work the same as before.