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 tap to v19 #229

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tap (source) ^16.3.10 -> ^19.0.0 age adoption passing confidence

Release Notes

tapjs/tapjs (tap)

v19.0.0

Compare Source

v18.8.0

Compare Source

v18.7.3

Compare Source

v18.7.2

Compare Source

v18.7.1

Compare Source

v18.7.0

Compare Source

v18.6.1

Compare Source

v18.6.0

Compare Source

v18.5.8

Compare Source

v18.5.7

Compare Source

v18.5.6

Compare Source

v18.5.5

Compare Source

v18.5.4

Compare Source

v18.5.3

Compare Source

v18.5.2

Compare Source

v18.5.1

Compare Source

v18.5.0

Compare Source

v18.4.6

Compare Source

v18.4.5

Compare Source

v18.4.4

Compare Source

v18.4.3

Compare Source

v18.4.2

Compare Source

v18.4.1

Compare Source

v18.4.0

Compare Source

What's Changed

Note: The formatting of Symbol objects and enumerable Symbol properties has changed in snapshots and object diffs.

You may need to run tap --snapshot after updating to this release, and/or update some tests that were relying on symbol property keys being ignored.

  • Include Symbol keys in formatting/comparison.
  • Print symbols in formatted objects as Symbol.for(...) if appropriate.
  • Print known symbols from the Symbol constructor as Symbol.<key>, eg Symbol.iterator instead of
    Symbol(Symbol.iterator).
  • Add reporter-file config option https://github.com/tapjs/tapjs/pull/931

Full Changelog: https://github.com/tapjs/tapjs/compare/tap@18.3.0...tap@18.4.0

v18.3.1

Compare Source

Bug-fix, actually turning off type checking by default, as intended.

v18.3.0

Compare Source

Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.3.0

v18.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.2.2

v18.2.1

Compare 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

New Contributors

Full Changelog: https://github.com/tapjs/tapjs/commits/tap@18.2.1

v18.2.0

Compare Source

v18.1.5

Compare Source

v18.1.4

Compare Source

v18.1.3

Compare Source

v18.1.2

Compare Source

v18.1.1

Compare Source

v18.1.0

Compare Source

v18.0.4

Compare Source

v18.0.3

Compare Source

v18.0.2

Compare Source

v18.0.1

Compare Source

v18.0.0

Compare 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.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

Copy link

socket-security bot commented May 24, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sanity/base@2.36.2 Transitive: environment, eval, filesystem, network, unsafe +65 21.2 MB bjoerge
npm/@sanity/core@2.36.2 environment, filesystem, shell Transitive: eval, network, unsafe +274 23.3 MB bjoerge
npm/@sanity/default-layout@2.36.2 Transitive: environment, network +10 1.44 MB bjoerge
npm/@sanity/default-login@2.36.2 Transitive: network +4 531 kB bjoerge
npm/@sanity/desk-tool@2.36.2 Transitive: environment, network +31 16.3 MB bjoerge
npm/@sanity/eslint-config-studio@2.0.4 Transitive: environment, filesystem, unsafe +20 5.66 MB sanity-io
npm/@sanity/google-maps-input@2.36.0 Transitive: environment, filesystem, network +18 6.07 MB stipsan
npm/@sanity/incompatible-plugin@0.0.1 Transitive: environment, filesystem +28 17.3 MB
npm/@sanity/pkg-utils@2.4.10 environment, filesystem Transitive: network, shell, unsafe +52 244 MB sanity-io
npm/@sanity/plugin-kit@0.0.1-studio-v3.4 filesystem, shell Transitive: environment, network +43 2.37 MB snorreeb
npm/@sanity/vision@2.36.2 Transitive: eval +7 3.33 MB bjoerge
npm/@typescript-eslint/eslint-plugin@5.62.0 Transitive: environment, filesystem, network +15 5.09 MB jameshenry
npm/@typescript-eslint/parser@5.62.0 Transitive: environment, filesystem, network +9 1.95 MB jameshenry
npm/eslint-plugin-prettier@4.2.1 None 0 58.3 kB jounqin
npm/eslint-plugin-react@7.34.1 filesystem Transitive: environment, eval +31 2.08 MB ljharb
npm/parcel@2.12.0 environment Transitive: eval, filesystem, network, shell, unsafe +156 759 MB devongovett
npm/react-icons@3.11.0 None 0 33.6 MB kamijin_fanta

🚮 Removed packages: npm/@commitlint/cli@19.3.0, npm/@commitlint/config-conventional@19.2.2, npm/@rexxars/choosealicense-list@1.1.2, npm/@sanity/pkg-utils@6.8.18

View full report↗︎

Copy link

socket-security bot commented May 24, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/@swc/core@1.5.7
  • Install script: postinstall
  • Source: node postinstall.js

View full report↗︎

Next steps

What 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 dependency

Take 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 package

If 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 risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/@swc/core@1.5.7

Copy link
Contributor Author

renovate bot commented May 24, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 19.x releases. But if you manually upgrade to 19.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/tap-19.x branch May 24, 2024 06:30
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.

None yet

1 participant