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

build(deps): bump minimatch, @nrwl/angular, @nrwl/cypress, @nrwl/eslint-plugin-nx, @nrwl/linter and @nrwl/workspace #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2022

Bumps minimatch to 5.0.1 and updates ancestor dependencies minimatch, @nrwl/angular, @nrwl/cypress, @nrwl/eslint-plugin-nx, @nrwl/linter and @nrwl/workspace. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 5.0.1

Changelog

Sourced from minimatch's changelog.

change log

5.1

  • use windowsPathNoEscape/allowWindowsEscape opts

5.0

  • brace-expansion: ignore only blocks that begins with $
  • Expect exclusively forward slash as path sep, same as node-glob

4.2

  • makeRe: globstar should match zero+ path portions
  • Fix bug with escaped '@' in patterns

4.1

  • treat nocase:true as always having magic
  • expose GLOBSTAR marker

4.0

  • Update to modern JS syntax
  • Add allowWindowsEscape option

3.x

  • Added basic redos protection
  • Handle unfinished !( extglob patterns
  • Add partial: true option
Commits
  • 9f49616 5.0.1
  • cdc3188 don't load the whole path module just for the sep
  • dfa4f22 test unix path so win32 has full coverage
  • a000988 remove unused npmignore file
  • 0b2d3ba mention fnmatch(3) in impl comparison
  • 8c3f5f4 skip tests on windows that rely on \ being a valid path char
  • fc44f5f 5.0.0
  • 9104d8d Expect exclusively forward slash as path sep, same as node-glob
  • 58b72d3 fix(brace-expansion): ignore only blocks that begins with $
  • 048ada0 4.2.1
  • Additional commits viewable in compare view

Updates @nrwl/angular from 13.2.1 to 13.10.6

Release notes

Sourced from @​nrwl/angular's releases.

Release 13.10.6

No release notes provided.

Release 13.10.5

Bug Fixes

  • core: fix having multiple versions of nx/devkit (#9998) (1987251)

Release 13.10.4

Bug Fixes

  • core: fix migrating workspaces without any task runners configured (#10065) (46ff3ad)

Release 13.10.3

Bug Fixes

  • angular: path normalize was in correct on windows #9861 (#9881) (75c6722)
  • core: allow parsing dot notation cli args (#9812) (2b045e0), closes #9764
  • core: build-project-graph shouldn't fail when large number of workers are available (#9804) (d37379f), closes #9801
  • core: make CNW preset property open for custom presets (0078e3f)
  • js: enable hidden files as assets (#9880) (92737a6)
  • react: path normalize was in correct on windows #9861 (#9882) (ae4fea6)
  • storybook: remove hard-coded ci:true option (#9827) (2ac7746), closes #9681

Release 13.10.2

Bug Fixes

  • angular: remove implicit deps creation from mfe (#9799) (ee4174c)
  • core: fix migration for tasks runners (#9778) (a5b9bba)
  • core: init generators should not crash when trying to remove dependencies when package.json does not have dependencies (#9765) (6da0c2b)
  • js: add init generator placeholder (#9777) (a3b032c)
  • js: ignore tsx and .test. files with buildable swc libraries (#9540) (0528b03), closes #9442
  • react: migrate react-test-renderer correctly (#9811) (8886f0f)
  • storybook: component props should only consider inputs #9417 (#9780) (d2bf124)
  • testing: provide descriptive message when the project does not have targets defined. (#9795) (e49671f), closes #9756

Features

  • react: update @​types/react and other packages (#9767) (7365438)

Release 13.10.1

Bug Fixes

  • angular: add application schema options to mfe-host (#9751) (409f000)

... (truncated)

Commits
  • 804cc26 fix(angular): export component generator (#10883)
  • 75c6722 fix(angular): path normalize was in correct on windows #9861 (#9881)
  • ee4174c fix(angular): remove implicit deps creation from mfe (#9799)
  • d2bf124 fix(storybook): component props should only consider inputs #9417 (#9780)
  • 5b105b1 fix(angular): add application schema options to mfe-remote (#9752)
  • 409f000 fix(angular): add application schema options to mfe-host (#9751)
  • 9d89ea8 chore(linter): update eslint version (#9708)
  • f4403e2 feat(angular): add example remote override to prod mfe (#9703)
  • 9579aec feat(storybook): add projectBuildConfig as an option in generator (#9655)
  • e42069b fix(angular): add --module option to component generator (#9684)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwlowner, a new releaser for @​nrwl/angular since your current version.


Updates @nrwl/cypress from 13.2.1 to 13.10.6

Release notes

Sourced from @​nrwl/cypress's releases.

Release 13.10.6

No release notes provided.

Release 13.10.5

Bug Fixes

  • core: fix having multiple versions of nx/devkit (#9998) (1987251)

Release 13.10.4

Bug Fixes

  • core: fix migrating workspaces without any task runners configured (#10065) (46ff3ad)

Release 13.10.3

Bug Fixes

  • angular: path normalize was in correct on windows #9861 (#9881) (75c6722)
  • core: allow parsing dot notation cli args (#9812) (2b045e0), closes #9764
  • core: build-project-graph shouldn't fail when large number of workers are available (#9804) (d37379f), closes #9801
  • core: make CNW preset property open for custom presets (0078e3f)
  • js: enable hidden files as assets (#9880) (92737a6)
  • react: path normalize was in correct on windows #9861 (#9882) (ae4fea6)
  • storybook: remove hard-coded ci:true option (#9827) (2ac7746), closes #9681

Release 13.10.2

Bug Fixes

  • angular: remove implicit deps creation from mfe (#9799) (ee4174c)
  • core: fix migration for tasks runners (#9778) (a5b9bba)
  • core: init generators should not crash when trying to remove dependencies when package.json does not have dependencies (#9765) (6da0c2b)
  • js: add init generator placeholder (#9777) (a3b032c)
  • js: ignore tsx and .test. files with buildable swc libraries (#9540) (0528b03), closes #9442
  • react: migrate react-test-renderer correctly (#9811) (8886f0f)
  • storybook: component props should only consider inputs #9417 (#9780) (d2bf124)
  • testing: provide descriptive message when the project does not have targets defined. (#9795) (e49671f), closes #9756

Features

  • react: update @​types/react and other packages (#9767) (7365438)

Release 13.10.1

Bug Fixes

  • angular: add application schema options to mfe-host (#9751) (409f000)

... (truncated)

Commits
  • e49671f fix(testing): provide descriptive message when the project does not have targ...
  • 6da0c2b fix(core): init generators should not crash when trying to remove dependencie...
  • 9d89ea8 chore(linter): update eslint version (#9708)
  • 05a9544 cleanup(misc): replace deprecated String.prototype.substr()
  • 80dd63e docs(core): cypress package has better schema descriptions (#9503)
  • 6dae32c docs(nxdev): support packages schemas metadata & discoverability (#9383)
  • d4b5c30 cleanup(core): remove the indirection left after inlining ta… (#9469)
  • 1723e8e docs(nxdev): remove unused versions & flavors feature (#9462)
  • 4e9375f chore(repo): update the version of nx
  • ca38be7 chore(core): add type for hasher filter to avoid typos (#9287)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwlowner, a new releaser for @​nrwl/cypress since your current version.


Updates @nrwl/eslint-plugin-nx from 13.2.1 to 15.2.4

Release notes

Sourced from @​nrwl/eslint-plugin-nx's releases.

15.2.4

15.2.4 (2022-11-30)

Bug Fixes

  • core: fix configuration option for affected:build|test|e2e (#13487) (9a8505e)
  • expo: ensure schema files pass the linter rule (#13433) (66f6a18)

Reverts

  • Revert "Revert "fix(misc): add configuration option to print-affected (#13422)"" (d04c8da), closes #13422

15.2.3

15.2.3 (2022-11-29)

Reverts

  • Revert "fix(misc): add configuration option to print-affected (#13422)" (31bfaeb), closes #13422

15.2.2

15.2.2 (2022-11-29)

Bug Fixes

  • angular: checks for targets existence before attempting to iterate them (#13287) (3ac2e8e)
  • angular: fix Karma test runner config (#13293) (724d3cc)
  • angular: update make-angular-cli-faster version map with angular 15 (#13297) (31326f2)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#13275) (8d56b1b)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#13319) (8816c51)
  • core: fix showing help for executors (#13393) (2eb1897)
  • core: generated package.json should not include duplicates and optional peer deeps (#13438) (78861e6)
  • devkit: change name schema order in project.json (#13409) (dd5b967)
  • linter: align reportUnusedDisableDirectives default value (#13284) (fb2e47c)
  • misc: add configuration option to print-affected (#13422) (796fd27)
  • misc: axios import breaks when using npx (c127d65)
  • nextjs: check validity of Nx context in withNx plugin (#13358) (9b71c53)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#13327) (8729916)
  • storybook: remove polyfill.ts from tsconfig (#13322) (a31aa3b)

15.2.1

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)

... (truncated)

Commits
  • f311ecb chore(repo): remove workspace.json (#13040)
  • d59bd10 fix(linter): do not remap namespace import specifiers as import specifiers (#...
  • c3db8e6 fix(linter): ensure fs operations run on full path (#12953)
  • d58774e fix(linter): project with empty onlyDependsOn can only depend on tagless proj...
  • 23de788 chore(repo): update to 15.0.0-rc1 (#12586)
  • 6e6925f chore(repo): update to nx 14.7.6-beta.6
  • fd670d2 docs(misc): update package descriptions to be more consistent (#12039)
  • d782a69 feat(core): support ts 4.8 (#11845)
  • bbe7a36 fix(linter): use typescript-eslint 5.33.1 as latest requires ts4.8 (#11773)
  • 3574fdc fix(linter): normalize rule context file name for cross OS (#11604)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/eslint-plugin-nx since your current version.


Updates @nrwl/linter from 13.2.1 to 15.2.4

Release notes

Sourced from @​nrwl/linter's releases.

15.2.4

15.2.4 (2022-11-30)

Bug Fixes

  • core: fix configuration option for affected:build|test|e2e (#13487) (9a8505e)
  • expo: ensure schema files pass the linter rule (#13433) (66f6a18)

Reverts

  • Revert "Revert "fix(misc): add configuration option to print-affected (#13422)"" (d04c8da), closes #13422

15.2.3

15.2.3 (2022-11-29)

Reverts

  • Revert "fix(misc): add configuration option to print-affected (#13422)" (31bfaeb), closes #13422

15.2.2

15.2.2 (2022-11-29)

Bug Fixes

  • angular: checks for targets existence before attempting to iterate them (#13287) (3ac2e8e)
  • angular: fix Karma test runner config (#13293) (724d3cc)
  • angular: update make-angular-cli-faster version map with angular 15 (#13297) (31326f2)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#13275) (8d56b1b)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#13319) (8816c51)
  • core: fix showing help for executors (#13393) (2eb1897)
  • core: generated package.json should not include duplicates and optional peer deeps (#13438) (78861e6)
  • devkit: change name schema order in project.json (#13409) (dd5b967)
  • linter: align reportUnusedDisableDirectives default value (#13284) (fb2e47c)
  • misc: add configuration option to print-affected (#13422) (796fd27)
  • misc: axios import breaks when using npx (c127d65)
  • nextjs: check validity of Nx context in withNx plugin (#13358) (9b71c53)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#13327) (8729916)
  • storybook: remove polyfill.ts from tsconfig (#13322) (a31aa3b)

15.2.1

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/linter since your current version.


Updates @nrwl/workspace from 13.2.1 to 15.2.4

Release notes

Sourced from @​nrwl/workspace's releases.

15.2.4

15.2.4 (2022-11-30)

Bug Fixes

  • core: fix configuration option for affected:build|test|e2e (#13487) (9a8505e)
  • expo: ensure schema files pass the linter rule (#13433) (66f6a18)

Reverts

  • Revert "Revert "fix(misc): add configuration option to print-affected (#13422)"" (d04c8da), closes #13422

15.2.3

15.2.3 (2022-11-29)

Reverts

  • Revert "fix(misc): add configuration option to print-affected (#13422)" (31bfaeb), closes #13422

15.2.2

15.2.2 (2022-11-29)

Bug Fixes

  • angular: checks for targets existence before attempting to iterate them (#13287) (3ac2e8e)
  • angular: fix Karma test runner config (#13293) (724d3cc)
  • angular: update make-angular-cli-faster version map with angular 15 (#13297) (31326f2)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#13275) (8d56b1b)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#13319) (8816c51)
  • core: fix showing help for executors (#13393) (2eb1897)
  • core: generated package.json should not include duplicates and optional peer deeps (#13438) (78861e6)
  • devkit: change name schema order in project.json (#13409) (dd5b967)
  • linter: align reportUnusedDisableDirectives default value (#13284) (fb2e47c)
  • misc: add configuration option to print-affected (#13422) (796fd27)
  • misc: axios import breaks when using npx (c127d65)
  • nextjs: check validity of Nx context in withNx plugin (#13358) (9b71c53)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#13327) (8729916)
  • storybook: remove polyfill.ts from tsconfig (#13322) (a31aa3b)

15.2.1

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)

... (truncated)

Commits
  • 78861e6 fix(core): generated package.json should not include duplicates and optional ...
  • b084ddd feat(angular): support for Angular 15 (#12112)
  • 8d9de7f cleanup(core): clean up workspace creation
  • c4ebef2 feat(react): add a preset to generate a workspace with a single app at the root
  • 6fc4d37 fix(core): prevent incorrect regex replacement of app name (#13082)
  • 32bec2a fix(core): add globPatternforDependencies support nx:run-commands wi… (#12786)
  • f311ecb chore(repo): remove workspace.json (#13040)
  • 6c6eff7 fix(core): update yargs to ^17.6.2 (#12978)
  • 702350d docs(core): update caching and dte guides
  • c3db8e6 fix(linter): ensure fs operations run on full path (#12953)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/workspace since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…nt-plugin-nx, @nrwl/linter and @nrwl/workspace

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [@nrwl/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@nrwl/cypress](https://github.com/nrwl/nx/tree/HEAD/packages/cypress), [@nrwl/eslint-plugin-nx](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin-nx), [@nrwl/linter](https://github.com/nrwl/nx/tree/HEAD/packages/linter) and [@nrwl/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 5.0.1
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v5.0.1)

Updates `@nrwl/angular` from 13.2.1 to 13.10.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/13.10.6/packages/angular)

Updates `@nrwl/cypress` from 13.2.1 to 13.10.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/13.10.6/packages/cypress)

Updates `@nrwl/eslint-plugin-nx` from 13.2.1 to 15.2.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.2.4/packages/eslint-plugin-nx)

Updates `@nrwl/linter` from 13.2.1 to 15.2.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.2.4/packages/linter)

Updates `@nrwl/workspace` from 13.2.1 to 15.2.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.2.4/packages/workspace)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: "@nrwl/angular"
  dependency-type: direct:production
- dependency-name: "@nrwl/cypress"
  dependency-type: direct:development
- dependency-name: "@nrwl/eslint-plugin-nx"
  dependency-type: direct:development
- dependency-name: "@nrwl/linter"
  dependency-type: direct:development
- dependency-name: "@nrwl/workspace"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2022
@stackblitz
Copy link

stackblitz bot commented Dec 4, 2022

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

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