Skip to content

Commit

Permalink
Merge branch 'master' into feature/support-cjs-and-mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhe554 authored Feb 5, 2024
2 parents c11c3db + 7ca576b commit e96a854
Show file tree
Hide file tree
Showing 790 changed files with 21,083 additions and 17,208 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
build:
if: ${{ github.repository_owner == 'nrwl' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
if-no-files-found: error

build-freebsd:
if: ${{ github.repository_owner == 'nrwl' }}
runs-on: macos-13-large
name: Build FreeBSD
timeout-minutes: 45
Expand Down
2 changes: 1 addition & 1 deletion .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
launch-templates:
linux-medium:
resource-class: 'docker_linux_amd64/medium+'
image: 'ubuntu22.04-node20.9-withDind-v1'
image: 'ubuntu22.04-node20.9-v2'
env:
GIT_AUTHOR_EMAIL: [email protected]
GIT_AUTHOR_NAME: Test
Expand Down
2 changes: 1 addition & 1 deletion .nx/workflows/dynamic-changesets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributes-on:
distribute-on:
small-changeset: 8 linux-medium
medium-changeset: 10 linux-medium
large-changeset: 12 linux-medium
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions community/approved-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"description": "Nx plugin to generate a CDK stack with support for the vitest runner. Supports all CDK commands.",
"url": "https://github.com/berenddeboer/nx-plugins/tree/main/packages/nx-aws-cdk"
},
{
"name": "@nx-iac/aws-cdk",
"description": "Empowers your Nx workspace with AWS CDK capabilities ⚡",
"url": "https://github.com/joelklint/nx-aws-cdk"
},
{
"name": "@routineless/nx-aws-cdk",
"description": "Nx plugin to generate and manage aws cdk app and lambdas.",
Expand Down Expand Up @@ -279,6 +284,16 @@
"description": "Nx plugin for deploying your resources with Pulumi",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/pulumi"
},
{
"name": "@nx-extend/react-email",
"description": "Nx plugin for developing email templates with react.email",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/react-email"
},
{
"name": "@nx-extend/shadcn-ui",
"description": "Nx plugin for working with shadcn/ui",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/shadcn-ui"
},
{
"name": "@nativescript/nx",
"description": "Nx Plugin adding first class support for NativeScript in your Nx workspace",
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/15_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ width="100%" /%}

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="1" smCols="2" mdCols="3" %}

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/16_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here are some of our feature highlights:

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="2" %}
{% card title="Removed @nrwl/cypress/plugins/preprocessor" type="external" url="https://github.com/nrwl/nx/pull/16170" /%}
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/17_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title="Nx 17.0 Has Landed!!!"

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="2" %}
{% card title="Rename @nx/linter to @nx/eslint" type="document" url="/recipes/other/rescope#rename" /%}
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/cli/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The package name and optional version (e.g. `@nx/react` or `@nx/react@latest`) t

Type: `boolean`

Update `package.json` scripts with inferred targets. Defaults to `true` when `NX_PCV3=true` and the package is a core Nx plugin
Update `package.json` scripts with inferred targets. Defaults to `true` when the package is a core Nx plugin

### verbose

Expand Down
34 changes: 1 addition & 33 deletions docs/generated/cli/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,12 @@ Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`

## Options

### addE2e

Type: `boolean`

Default: `false`

Set up Cypress E2E tests in integrated workspaces. Only for CRA projects.

### force

Type: `boolean`

Default: `false`

Force the migration to continue and ignore custom webpack setup or uncommitted changes. Only for CRA projects.

### help

Type: `boolean`

Show help

### integrated

Type: `boolean`

Default: `false`

Migrate to an Nx integrated layout workspace. Only for Angular CLI workspaces and CRA projects.

### interactive

Type: `boolean`
Expand All @@ -59,7 +35,7 @@ When false disables interactive input prompts for options.

Type: `boolean`

Set up remote caching with Nx Cloud.
Set up distributed caching with Nx Cloud.

### useDotNxInstallation

Expand All @@ -74,11 +50,3 @@ Initialize an Nx workspace setup in the .nx directory of the current repository.
Type: `boolean`

Show version number

### vite

Type: `boolean`

Default: `true`

Use Vite as the bundler. Only for CRA projects.
Loading

0 comments on commit e96a854

Please sign in to comment.