Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Bumps @nrwl/linter from 13.8.8 to 14.5.0.

Release notes

Sourced from @​nrwl/linter's releases.

14.5.0

14.5.0 (2022-07-28)

Bug Fixes

  • angular: add @​angular/localize to list of default packages to be eagerly loaded in mf apps (#11189) (b7a1cd3)
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#11097) (9352f2e)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#11125) (1b6e587)
  • angular: do not set a module federation remote project as the default project (#11127) (ba592f8)
  • angular: do not write files unnecessarily in mfe to mf migration (#11126) (8ce1444)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#11032) (bc5c414)
  • angular: update module federation logic to correctly identify workspace libs secondary entry points (#11286) (7db3aac)
  • angular: update package watch version on secondary entrypoint changes when building libraries in watch mode (#11230) (41693f9)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (608ef8e)
  • core: handle specifying a prerelease version without a package when migrating (#11129) (9933d91)
  • core: improve performance of enforce-module-boundaries linting rule on Windows (#11251) (2f0cd86)
  • core: outputs in nx.json targetDefaults is not work (#11157) (f8104d9), closes #11141
  • core: print out configuration for run-many logging (#11228) (b89e321)
  • core: remove eslintrc.json from the package build artifact (#11043) (b8efa77)
  • core: use generator options from nx config (#11006) (d579f94), closes #11004
  • core: use proper package manager when installing package for migration (#11213) (f285446)
  • dep-graph: filter by text correctly during quick inputs (#10986) (fb4e92a)
  • linter: correctly fix absolute imports across package boundaries (8e6a66c)
  • linter: escape dollar signs in filepaths (#11009) (74c3c6c)
  • linter: improve performance of runtime lint utils (#11100) (5194551)
  • linter: update typescript eslint dependency (#11112) (c117ad5)
  • misc: add dotenv as dependencies for plugins that import it (#11167) (96e84ee)
  • misc: make unparsed not required and add smart provider in adapter (#11262) (00ef4c7)
  • misc: show help when no command is passed (#11269) (1a900d4)
  • nextjs: adjust generator reference in Next startup page component (9436a96)
  • nextjs: fix invalid config warning by sanitizing it before passing to Next.js (#11313) (1fef99d)
  • nextjs: set development outputPath to a different one from production build (#11169) (e3d5c53), closes #10312
  • react-native: fix library path in Podfile (#11327) (b4cc8c2)
  • react-native: only add resolverMainFields to metro.config for storybook (#11326) (2b44aaf)
  • react: buildable library sets NODE_ENV correctly (#11294) (4bb8ab1)
  • react: do not set a module federation remote project as the default project (#11128) (2163c54)
  • react: fix typo in testing-library migrations (57a6ebc)
  • repo: explicitly stop all agents on failure (#11123) (8ab6ad4)
  • storybook: adjusted STORYBOOK_ (#11171) (edc9ce1)
  • storybook: change-storybook-targets should not fail if no build (#11038) (01e25ec)
  • storybook: fix schema to read projectName from config (#11098) (a2d9577)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#11136) (943d4ba)
  • testing: update exports for .ts plugin files (#11200) (0cd8d8c)
  • web: fix http-server proxyOptions arg converter (#11309) (5614307), closes #11302

Features

  • angular: add spa option to file-server executor to support reloading client-side routes (#11252) (ea3fe2e)

... (truncated)

Commits
  • 46ad8c3 feat(angular): support angular v14.1.0 (#11155)
  • c117ad5 fix(linter): update typescript eslint dependency (#11112)
  • b8efa77 fix(core): remove eslintrc.json from the package build artifact (#11043)
  • 8d4e87d feat(core): support env vars and runtime deps as inputs
  • ea91c9f fix(linter): do not break on positional arguments (#10847)
  • 6a65101 feat(core): extend the default hasher to support different filesets
  • a788855 fix(linter): update @typescript-eslint/* deps
  • 274534c feat(linter): use project scoped ESLint cacheLocation (#10590)
  • 5b39955 fix(linter): linter executor should work from other folders than root (#10684)
  • 15c04b0 chore(repo): enable eslint plugin checks (#10666)
  • 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.5.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/14.5.0/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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2022
@nx-cloud
Copy link

nx-cloud bot commented Jul 28, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a2ff597. 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2022

Superseded by #173.

@dependabot dependabot bot closed this Jul 29, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/linter-14.5.0 branch July 29, 2022 20:49
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.

1 participant