octochangelog / octochangelog-webapp

Compare GitHub changelogs across multiple releases in a single view.
https://octochangelog.com
MIT License
52 stars 9 forks source link

Update dependency prettier to v3.3.2 #2452

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence

Release Notes

prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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. View repository job log here.

socket-security[bot] commented 1 week ago

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

Package New capabilities Transitives Size Publisher
npm/cors@2.8.5 None +2 34.2 kB dougwilson
npm/cypress@13.10.0 environment, filesystem, shell, unsafe Transitive: eval, network +73 12.7 MB atofstryker
npm/downshift@9.0.6 environment +7 3.36 MB silviuaavram
npm/eslint-config-next@14.2.3 unsafe Transitive: environment, eval, filesystem +107 12.5 MB vercel-release-bot
npm/eslint-plugin-cypress@3.3.0 None 0 82.3 kB cypress-npm-publisher
npm/eslint-plugin-jest-formatting@3.1.0 None 0 75.6 kB dangreenleipciger
npm/eslint-plugin-jest@28.5.0 filesystem Transitive: environment +8 868 kB simenb
npm/eslint-plugin-unicorn@53.0.0 Transitive: environment, eval +19 3.87 MB sindresorhus
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell +48 8.22 MB eslintbot
npm/express@4.19.2 environment, filesystem, network +5 531 kB wesleytodd
npm/framer-motion@11.2.9 environment +1 2.34 MB popmotion
npm/happo-cypress@4.2.0 None 0 13.3 kB trotzig
npm/happo-e2e@2.6.0 Transitive: environment, filesystem, network +6 1.08 MB trotzig
npm/happo.io@9.1.6 environment, network Transitive: filesystem, shell +17 1.32 MB trotzig
npm/husky@9.0.11 environment, filesystem, shell 0 3.61 kB typicode
npm/is-ci@3.0.1 None 0 3.81 kB sibiraj-s
npm/jest-environment-jsdom@29.7.0 Transitive: environment, eval, filesystem +25 670 kB simenb
npm/js-cookie@3.0.5 None 0 26.2 kB carhartl
npm/lint-staged@15.2.5 Transitive: environment, filesystem, shell +20 1.36 MB okonet
npm/lodash-es@4.17.21 eval 0 636 kB bnjmnt4n
npm/msw@2.2.2 environment, filesystem, shell +8 2.18 MB kettanaito
npm/next@14.2.3 environment, filesystem, network, shell, unsafe +1 86.2 MB vercel-release-bot
npm/prettier@3.3.2 environment, filesystem, unsafe 0 8.25 MB prettier-bot
npm/react-dom@18.3.1 environment 0 4.51 MB react-bot
npm/react-icons@5.2.1 None 0 85 MB kamijin_fanta
npm/rehype-highlight@7.0.0 None 0 23.7 kB wooorm
npm/rehype-react@8.0.0 None 0 17.6 kB wooorm
npm/remark-emoji@5.0.0 None 0 10.7 kB rhysd
npm/remark-gfm@4.0.0 None 0 21.4 kB wooorm
npm/remark-github@12.0.0 None 0 38.6 kB wooorm
npm/remark-parse@11.0.0 None 0 19.5 kB wooorm
npm/remark-rehype@11.1.0 None 0 42.6 kB wooorm
npm/remark-stringify@11.0.0 None 0 19.6 kB wooorm
npm/start-server-and-test@2.0.3 environment Transitive: eval, filesystem, shell, unsafe +10 891 kB bahmutov
npm/ts-jest@29.1.4 environment, filesystem, unsafe +16 667 kB kul
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tsx@4.14.1 Transitive: environment, filesystem, network, shell, unsafe +3 405 kB
npm/type-fest@4.18.3 None 0 365 kB sindresorhus
npm/unified@11.0.4 None +1 170 kB wooorm

View full report↗︎

socket-security[bot] commented 1 week ago

🚨 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/esbuild@0.17.19
Install scripts npm/msw@2.2.2
  • Install script: postinstall
  • Source: node -e "try{require('./config/scripts/postinstall')}catch(e){}"
Telemetry npm/next@14.2.3
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information
Install scripts npm/cypress@13.10.0
  • Install script: postinstall
  • Source: node index.js --exec install
Install scripts npm/@vercel/speed-insights@1.0.11
  • Install script: postinstall
  • Source: node scripts/postinstall.mjs
  • orphan: npm/@vercel/speed-insights@1.0.11

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.

What is telemetry?

This package contains telemetry which tracks how it is used.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

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/esbuild@0.17.19
  • @SocketSecurity ignore npm/msw@2.2.2
  • @SocketSecurity ignore npm/next@14.2.3
  • @SocketSecurity ignore npm/cypress@13.10.0
  • @SocketSecurity ignore npm/@vercel/speed-insights@1.0.11
cypress[bot] commented 1 week ago

Passing run #8338 ↗︎

0 7 0 0 Flakiness 0

Details:

Update dependency prettier to v3.3.2
Project: Octochangelog Webapp Commit: 152cb65812
Status: Passed Duration: 01:27 💡
Started: Jun 13, 2024 12:36 PM Ended: Jun 13, 2024 12:37 PM

Review all test suite changes for PR #2452 ↗︎