angular-github-issues icon indicating copy to clipboard operation
angular-github-issues copied to clipboard

chore(deps): bump minimatch, @angular-devkit/build-angular and @nrwl/workspace

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps minimatch to 3.0.5 and updates ancestor dependencies minimatch, @angular-devkit/build-angular and @nrwl/workspace. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.0.5

Commits

Updates @angular-devkit/build-angular from 13.0.0 to 13.3.11

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v13.3.11

13.3.11 (2023-03-16)

@​angular-devkit/build-angular

Commit Description
fix - 50fa9300f update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

v13.3.10

13.3.10 (2022-11-17)

@​angular-devkit/build-angular

Commit Description
fix - f298ebbd5 update loader-utils to 3.2.1

Special Thanks

Alan Agius

v13.3.9

13.3.9 (2022-07-20)

@​angular-devkit/build-angular

Commit Description
fix - 0d62716ae update terser to address CVE-2022-25858

Special Thanks

Alan Agius and Charles Lyding

v13.3.8

13.3.8 (2022-06-15)

@​angular/pwa

Commit Description
fix - c7f994f88 add peer dependency on Angular CLI

Special Thanks

Alan Agius

v13.3.7

13.3.7 (2022-05-25)

@​angular-devkit/build-angular

Commit Description
fix - a54018d8f add debugging and timing information in JavaScript and CSS optimization plugins

Special Thanks

Alan Agius and Joey Perrott

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

13.3.11 (2023-03-16)

@​angular-devkit/build-angular

Commit Type Description
50fa9300f fix update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

16.0.0-next.4 (2023-03-15)

@​angular-devkit/build-angular

Commit Type Description
f04859d16 feat initial autoprefixer support for CSS in esbuild builder
290802060 feat support standalone app-shell generation
4d82e0d10 fix correct wrap ES2022 classes with static properties
04274afc1 fix set public class fields as properties (#24849)

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

15.2.3 (2023-03-15)

@​angular-devkit/build-angular

Commit Type Description
a93680585 fix correct wrap ES2022 classes with static properties

Special Thanks

Alan Agius and Paul Gschwendtner

... (truncated)

Commits
  • 3051367 release: cut the v13.3.11 release
  • 50fa930 fix(@​angular-devkit/build-angular): update webpack dependency to 5.76.1
  • d8ba154 ci: update to latest version of dev-infra orb
  • bc78fcd release: cut the v13.3.10 release
  • 7eac5a4 test(@​angular/cli): fix version specifier test
  • e8824b0 test(@​angular/cli): update the update test to address node.js incompatability...
  • 2fbeb04 ci: replace scheduled jobs with scheduled pipelines
  • f298ebb fix(@​angular-devkit/build-angular): update loader-utils to 3.2.1
  • d091bb0 release: cut the v13.3.9 release
  • 0d62716 fix(@​angular-devkit/build-angular): update terser to address CVE-2022-25858
  • Additional commits viewable in compare view

Updates @nrwl/workspace from 12.3.4 to 15.9.2

Release notes

Sourced from @​nrwl/workspace's releases.

15.9.2

15.9.2 (2023-03-31)

Bug Fixes

  • angular: generate ngrx code using rxjs operators from rxjs/operators when workspace has rxjs <7.2.0 (#15977) (77f2d0a)
  • angular: use @​nrwl/web:file-server in serve-static targets (#16009) (ad37d77)
  • bundling: pass tsConfig from project when --bundle=false so the correct file is applied (#16006) (47c671c)
  • core: fix handling of legacy angular versions in nx init (#16000) (6eca9b6)
  • detox: typo at buildTarget (#15787) (ba93808)
  • misc: filter shared libraries by import name in module federation helpers (#15980) (5c33797)
  • misc: skip formatting files in nested generator calls (#15961) (4eb7cc7)
  • nextjs: adding "none" style option to next component generator (#15990) (5211382)
  • react-native: fix pnpm module resolver (#15956) (a404595)
  • repo: increase timeouts until we improve tests (#16007) (26ad1f6)

15.9.1

15.9.1 (2023-03-30)

Bug Fixes

  • misc: create-nx-workspace errors should display properly (#15988) (5d51ed9)
  • web: add migration for dropped dependencies (#15991) (9723859)

15.9.0

15.9.0 (2023-03-30)

Bug Fixes

  • angular: fix rxjs package updates and ensure peer deps are installed before other migrations (#15458) (fba34ca)
  • angular: misc fixes in some generator schemas (#15602) (46b3767)
  • angular: prevent updating unchanged projects when syncing changes to the wrapped tree (#15503) (f7367ff)
  • angular: respect cli config and schematics defaults in ng cli adapter (#15510) (bfdd2eb)
  • angular: sync missing schema changes in builders (#15600) (6c9a0e3)
  • bundling: default Node scriptType to CommonJS since it has the widest compatibility (#15483) (d7cd153)
  • bundling: use a range rather than ^ for vitest peer dependency … (#15362) (b7ef261)
  • core: add missing await when migrating monorepo to nx (#15554) (3463349)
  • core: add warning if running on an outdated global installation (#15408) (e773bdb)
  • core: catch all lock file parsing/pruning errors and provide fallback (#15158) (5d69c4e)
  • core: do not return a default project when nxJson is undefined (#15432) (17a0d2c)
  • core: encapsulated nx repos should invoke wrapper when invoked via npx or global install (#15337) (c9244d2)
  • core: ensure correct $schema path is generated when adding project configuration (#15463) (02a450e)
  • core: handle .nxignore properly for the native hasher (#15420) (b0ab036)
  • core: handle file renames properly for affected (#15340) (7aac67c)
  • core: inline source maps for local nx plugins (#15336) (b87f838)
  • core: interactive migrations should be prompt when necessary (#15572) (4a8b7ed)
  • core: issue with registering file dependencies (#15523) (ac9c7e9)

... (truncated)

Commits
  • 6221cda cleanup(angular): remove devkit schematics from ensured package (#15902)
  • 874b6a5 feat(node): add --framework=none to create-nx-workspace for Node projects (#1...
  • defa350 cleanup(angular): remove dep on schematics angular (#15878)
  • 4a55ee9 fix(js): run prettier with default options when theres no prettierrc (#15888)
  • 65be9fc chore(repo): update nx to 15.9.0-beta.9 (#15865)
  • 7c9b66e fix(misc): cleanup deps to support pnpm v7 in create-nx-workspace (#15859)
  • 6834b65 fix(nx-plugin): allow some customization when running nx-plugins (#15438)
  • e9b5181 cleanup(angular): remove tsconfig.spec.json handling from application generat...
  • 9885ec3 fix(misc): do not create apps libs for standalone presets (#15741)
  • 616f0f0 fix(core): start path to supporting esm modules (#15684)
  • 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Apr 18 '23 15:04 dependabot[bot]