Bedrock-Layouts / Bedrock

Foundational Layout Primitives for your React App
https://bedrock-layout.dev/
MIT License
439 stars 26 forks source link

build(deps): bump nx from 18.3.4 to 19.2.2 #2496

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps nx from 18.3.4 to 19.2.2.

Release notes

Sourced from nx's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • 55197fb fix(misc): nx wrapper should work better on windows (#26460)
  • 4989865 fix(core): fix duplicate nx entry in gitignore (#26461)
  • a7dc8f6 chore(repo): fix file formatting (#26463)
  • 8891bdc fix(core): ensure tuple passed to aggregate create nodes error (#26456)
  • 08a0e5c fix(core): clean versions read from package.json when resolving depen… (#26457)
  • 6de382c fix(core): don't throw when hashing undefined object (#26455)
  • 28b3d80 fix(core): correctly handle negative patterns in workspaces/packages config (...
  • 356479b fix(core): handle projects inside dependsOn correctly (#26392)
  • e441991 fix(core): fix postinstall when nx is not resolveable (#26433)
  • 795bec0 fix(misc): gitignore workspace-data when init run (#26429)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
socket-security[bot] commented 1 month ago

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

Package New capabilities Transitives Size Publisher
npm/@nx/nx-darwin-arm64@19.2.2 None 0 0 B
npm/@nx/nx-darwin-x64@19.2.2 None 0 0 B
npm/@nx/nx-freebsd-x64@19.2.2 None 0 0 B
npm/@nx/nx-linux-arm-gnueabihf@19.2.2 None 0 0 B
npm/@nx/nx-linux-arm64-gnu@19.2.2 None 0 0 B
npm/@nx/nx-linux-arm64-musl@19.2.2 None 0 0 B
npm/@nx/nx-linux-x64-gnu@19.2.2 None 0 0 B
npm/@nx/nx-linux-x64-musl@19.2.2 None 0 0 B
npm/@nx/nx-win32-arm64-msvc@19.2.2 None 0 0 B
npm/@nx/nx-win32-x64-msvc@19.2.2 None 0 0 B
npm/nx@19.2.2 Transitive: environment, filesystem +3 296 kB

🚮 Removed packages: npm/available-typed-arrays@1.0.6, npm/function.prototype.name@1.1.6, npm/has-symbols@1.0.3, npm/internal-slot@1.0.7, npm/nx@18.3.4

View full report↗︎

socket-security[bot] commented 1 month 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 Note
Install scripts npm/nx@18.3.4
  • Install script: postinstall
  • Source: node ./bin/post-install

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/nx@18.3.4
netlify[bot] commented 1 month ago

Deploy Preview for admiring-yalow-f522c7 ready!

Name Link
Latest commit 9b93ea41e0fb900eee4291651b929796db851f2a
Latest deploy log https://app.netlify.com/sites/admiring-yalow-f522c7/deploys/666674217be51c0008c11bd1
Deploy Preview https://deploy-preview-2496--admiring-yalow-f522c7.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dependabot[bot] commented 1 month ago

Superseded by #2497.