-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update dependency tap to v19 #229
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
Conversation
|
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
167e278 to
c3d5548
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^16.3.10->^19.0.0Release Notes
tapjs/tapjs (tap)
v19.0.0Compare Source
v18.8.0Compare Source
v18.7.3Compare Source
v18.7.2Compare Source
v18.7.1Compare Source
v18.7.0Compare Source
v18.6.1Compare Source
v18.6.0Compare Source
v18.5.8Compare Source
v18.5.7Compare Source
v18.5.6Compare Source
v18.5.5Compare Source
v18.5.4Compare Source
v18.5.3Compare Source
v18.5.2Compare Source
v18.5.1Compare Source
v18.5.0Compare Source
v18.4.6Compare Source
v18.4.5Compare Source
v18.4.4Compare Source
v18.4.3Compare Source
v18.4.2Compare Source
v18.4.1Compare Source
v18.4.0Compare Source
What's Changed
Note: The formatting of
Symbolobjects and enumerableSymbolproperties has changed in snapshots and object diffs.You may need to run
tap --snapshotafter updating to this release, and/or update some tests that were relying on symbol property keys being ignored.Symbolkeys in formatting/comparison.Symbol.for(...)if appropriate.Symbolconstructor asSymbol.<key>, egSymbol.iteratorinstead ofSymbol(Symbol.iterator).Full Changelog: https://github.com/tapjs/tapjs/compare/tap@18.3.0...tap@18.4.0
v18.3.1Compare Source
Bug-fix, actually turning off type checking by default, as intended.
v18.3.0Compare Source
Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.3.0
v18.2.2Compare Source
What's Changed
my-wayto 100 club by @amio in https://github.com/tapjs/tapjs/pull/573tsandjsxby default, removeesmby @coreyfarrell in https://github.com/tapjs/tapjs/pull/651New Contributors
Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.2.2
v18.2.1Compare Source
Note: this is the first auto-generated release notes release for tap 18, and GitHub picked up every change in all the repos pulled into the monorepo since forever. It's not technically "incorrect" per se, but it is unhelpful. Moving forward, these will be hopefully much less absurd. My apologies for the spam if you were tagged in this.
What's Changed
my-wayto 100 club by @amio in https://github.com/tapjs/tapjs/pull/573tsandjsxby default, removeesmby @coreyfarrell in https://github.com/tapjs/tapjs/pull/651New Contributors
Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.2.1
v18.2.0Compare Source
v18.1.5Compare Source
v18.1.4Compare Source
v18.1.3Compare Source
v18.1.2Compare Source
v18.1.1Compare Source
v18.1.0Compare Source
v18.0.4Compare Source
v18.0.3Compare Source
v18.0.2Compare Source
v18.0.1Compare Source
v18.0.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here