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

Update nx to 15.7.x #143

Merged
merged 17 commits into from
Mar 12, 2023
Merged

Update nx to 15.7.x #143

merged 17 commits into from
Mar 12, 2023

Conversation

domjtalbot
Copy link
Owner

What's Changed?

  1. Update nx to 15.7.2
  2. Major changeset

@domjtalbot domjtalbot self-assigned this Mar 11, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 11, 2023

🦋 Changeset detected

Latest commit: e0192d9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nx-mesh Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7145 lines exceeds the maximum allowed for the inline comments feature.

@nx-cloud
Copy link

nx-cloud bot commented Mar 11, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e0192d9. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 21 targets

Sent with 💌 from NxCloud.

@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

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.

Package Script field Source
cypress@12.7.0 (upgraded) postinstall package.json, pnpm-lock.yaml via , packages/nx-mesh/package.json via @nrwl/cypress@15.8.5
core-js@3.29.0 (upgraded) postinstall package.json, pnpm-lock.yaml
nx@15.8.5 (upgraded) postinstall pnpm-lock.yaml, packages/nx-mesh/package.json via @nrwl/cypress@15.8.5, @nrwl/js@15.8.5, @nrwl/linter@15.8.5, @nrwl/node@15.8.5, @nrwl/workspace@15.8.5
nx@15.8.6 (upgraded) postinstall packages/nx-mesh/package.json
Pull request report summary
Issue Status
Install scripts ⚠️ 4 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

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

  • @SocketSecurity ignore cypress@12.7.0
  • @SocketSecurity ignore core-js@3.29.0
  • @SocketSecurity ignore nx@15.8.5
  • @SocketSecurity ignore nx@15.8.6

Powered by socket.dev

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7151 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7159 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7163 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7165 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7300 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7305 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7308 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 17554 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 17558 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Mar 12, 2023

Code Climate has analyzed commit e0192d9 and detected 4 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 4

View more on Code Climate.

@domjtalbot domjtalbot temporarily deployed to examples-sdk-nextjs-preview March 12, 2023 11:26 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
nx-mesh 4.0.0-alpha-20230312112634 npm ↗︎ unpkg ↗︎

@github-actions github-actions bot temporarily deployed to examples-sdk-nextjs-preview March 12, 2023 11:26 Inactive
@sonarcloud
Copy link

sonarcloud bot commented Mar 12, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@@ -1,7 +1,7 @@
import type { Tree } from '@nrwl/devkit';
import type { BaseOptions } from './schema';

import * as devkit from '@nrwl/devkit';
import * as devkit from '@nrwl/devkit/';

Check warning

Code scanning / ESLint

'devkit' is defined but never used.

'devkit' is defined but never used.
@github-actions
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: e0192d9
✅ Preview: https://nx-mesh-rd5597d18-domjtalbot.vercel.app
🔍 Inspect: https://vercel.com/domjtalbot/nx-mesh/5RbLFgYsWuYiJydcc9T7js3CDm61

View Workflow Logs

@github-actions github-actions bot added the vercel An issue or pull request related to Vercel label Mar 12, 2023
@domjtalbot domjtalbot marked this pull request as ready for review March 12, 2023 19:54
@domjtalbot domjtalbot merged commit d7e2393 into main Mar 12, 2023
@domjtalbot domjtalbot deleted the feature/nx-15.7 branch March 12, 2023 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vercel An issue or pull request related to Vercel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant