Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps @nrwl/linter from 13.8.8 to 14.2.1.

Release notes

Sourced from @​nrwl/linter's releases.

14.2.1

14.2.1 (2022-06-07)

Bug Fixes

  • angular: add missing angular packages to the v14 migration (#10530) (20a509d)
  • angular: apply default eager packages correctly #10496 (#10596) (339b129)
  • angular: do not configure e2e test runner when generating a library (#10553) (ec90625)
  • angular: fix component export logic to handle internal modules and secondary entry points (#10517) (2b1591d)
  • angular: fix implementation path to setup-tailwind schematic (#10545) (5ec5497)
  • angular: handle paths correctly on window when migrating angular cli workspaces to nx (#10611) (f828da9)
  • angular: update remote entry component selector to use the provided prefix (#10561) (edea01a)
  • core: do not create project graph when creating a sandbox in create-nx-workspace (10e9992)
  • core: ensure createPackageJson sorts dependencies consistently (#10476) (7ee93f0)
  • core: ensure pnpm v7 install when peer deps are missing (#10522) (daa5cfe)
  • core: fix outputs migration (#10575) (41882bf)
  • core: new and migrate commands should exit with code (#10491) (affa979)
  • core: print normalized generator name instead of aliases (#10574) (2fb1059)
  • core: require.resolve(m/package.json) is not guarunteed to work for modern module format (#10497) (7f7bc1a)
  • core: swc should be an optional peer dependency (#10461) (c9897c6)
  • devkit: add options allow trailing commas for parsing json (#10538) (925a27b)
  • docs: yarn1 does not need -W flag (#10419) (a7e2d0c)
  • js: return empty array if no helper dependencies found (#10582) (5daeaf8)
  • js: semver regex update (#10416) (c0a0f16)
  • linter: relative paths should be correct on windows (#10604) (838170e)
  • nextjs: update e2e test case to cover env variables exported from libraries (#10532) (89d9d9a), closes #9633
  • nx-plugin: handle nx.json without npmScope during plugin generation (620b858)
  • react-native: rename blacklistRE to blockList in metro.config.js (#10607) (df61381)
  • react: fix external option for @​emotion/react (#7870) (a2c22eb)
  • react: fixes typescript override error in the render method of a generated app (#10069) (0407d8a)
  • storybook: allow NX_* environment variables (#10061) (bb166a5)
  • storybook: dont generate stories for stories (#10570) (d48a709), closes #10286
  • storybook: fix migration (#10573) (8b12832)
  • storybook: ignore addon-notes from version update (#10568) (189c036), closes #10484
  • storybook: optional chain includes (#10567) (a49ee7e), closes #10482
  • testing: fix ts-node migration version (#10578) (26177d1)
  • web: enable tree shaking (#8296) (85b1857)
  • web: fix dev-server deprecation warning (#10203) (daddcde)

Features

  • angular: add x-type to host and remote generators (#10479) (33b5142)
  • angular: support angular v14.0.0 (#10559) (eea2470)
  • angular: support angular v14.0.0-rc.2 (#8883) (62afcb7)
  • angular: support angular v14.0.0-rc.3 (#10543) (26edb49)
  • angular: support auto-serving known dynamic remotes (#10475) (0c241ee)
  • angular: support exporting standalone component in library's entry point file (#10544) (98014dd)
  • angular: support tailwind.config.cjs as valid config file in library executors (#10531) (c6af229)

... (truncated)

Commits
  • 10363e3 feat(nx-plugin): add plugin eslint rules (#9697)
  • eea2470 feat(angular): support angular v14.0.0 (#10559)
  • 914f0ce feat(misc): update typescript to 4.7 (#10560)
  • 26edb49 feat(angular): support angular v14.0.0-rc.3 (#10543)
  • e491c6f feat(core): make nx.json optional
  • 3d97203 chore(repo): migrate to nx@14.2.0-beta.1
  • 62afcb7 feat(angular): support angular v14.0.0-rc.2 (#8883)
  • c9897c6 fix(core): swc should be an optional peer dependency (#10461)
  • 04985be chore(repo): switch publishing to use lerna (#10293)
  • 6351413 fix(core): preserve dash casing when passing args to executors
  • 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 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)

Bumps [@nrwl/linter](https://github.com/nrwl/nx/tree/HEAD/packages/linter) from 13.8.8 to 14.2.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/14.2.1/packages/linter)

---
updated-dependencies:
- dependency-name: "@nrwl/linter"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@nx-cloud
Copy link

nx-cloud bot commented Jun 7, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e4a62af. 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 2 targets

Sent with 💌 from NxCloud.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2022

Superseded by #137.

@dependabot dependabot bot closed this Jun 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/linter-14.2.1 branch June 8, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants