Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps terser, @nrwl/react and @nrwl/web. These dependencies needed to be updated together.
Updates terser from 5.10.0 to 5.15.0

Changelog

Sourced from terser's changelog.

v5.15.0

  • Basic support for ES2022 class static initializer blocks.
  • Add AudioWorkletNode constructor options to domprops list (#1230)
  • Make identity function inliner not inline id(...expandedArgs)

v5.14.2

  • Security fix for RegExps that should not be evaluated (regexp DDOS)
  • Source maps improvements (#1211)
  • Performance improvements in long property access evaluation (#1213)

v5.14.1

  • keep_numbers option added to TypeScript defs (#1208)
  • Fixed parsing of nested template strings (#1204)

v5.14.0

  • Switched to @​jridgewell/source-map for sourcemap generation (#1190, #1181)
  • Fixed source maps with non-terminated segments (#1106)
  • Enabled typescript types to be imported from the package (#1194)
  • Extra DOM props have been added (#1191)
  • Delete the AST while generating code, as a means to save RAM

v5.13.1

  • Removed self-assignments (varname=varname) (closes #1081)
  • Separated inlining code (for inlining things into references, or removing IIFEs)
  • Allow multiple identifiers with the same name in var destructuring (eg var { a, a } = x) (#1176)

v5.13.0

  • All calls to eval() were removed (#1171, #1184)
  • source-map was updated to 0.8.0-beta.0 (#1164)
  • NavigatorUAData was added to domprops to avoid property mangling (#1166)

v5.12.1

  • Fixed an issue with function definitions inside blocks (#1155)
  • Fixed parens of new in some situations (closes #1159)

v5.12.0

  • TERSER_DEBUG_DIR environment variable
  • @​copyright comments are now preserved with the comments="some" option (#1153)

v5.11.0

  • Unicode code point escapes (\u{abcde}) are not emitted inside RegExp literals anymore (#1147)
  • acorn is now a regular dependency
Commits

Updates @nrwl/react from 13.3.1 to 13.10.6

Release notes

Sourced from @​nrwl/react'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
  • ae4fea6 fix(react): path normalize was in correct on windows #9861 (#9882)
  • 8886f0f fix(react): migrate react-test-renderer correctly (#9811)
  • 7365438 feat(react): update @​types/react and other packages (#9767)
  • 6da0c2b fix(core): init generators should not crash when trying to remove dependencie...
  • 728f420 chore(repo): migrate to Nx 13.10 (#9731)
  • cf54cc9 feat(react): update production setup for MFE host app (#9699)
  • 70985b1 feat(react): update MFE config and routes when adding remote to host (#9687)
  • 9579aec feat(storybook): add projectBuildConfig as an option in generator (#9655)
  • 274c050 fix(react): case sensitive file import with react app generator when … (#9670)
  • 12f0f19 feat(react): add support for MFEs (#9413)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @nrwl/web from 13.3.1 to 13.10.6

Release notes

Sourced from @​nrwl/web'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
  • 6da0c2b fix(core): init generators should not crash when trying to remove dependencie...
  • 12f0f19 feat(react): add support for MFEs (#9413)
  • 05a9544 cleanup(misc): replace deprecated String.prototype.substr()
  • cb4126c fix(react): pass configuration from context when reading build target options...
  • cea9c0c docs(core): add description to web package (#9526)
  • 753277a docs(nxdev): customize webpack guide (#8857)
  • 2071c2e fix(repo): fix builds
  • 6dae32c docs(nxdev): support packages schemas metadata & discoverability (#9383)
  • d4b5c30 cleanup(core): remove the indirection left after inlining ta… (#9469)
  • 41914d2 fix(web): ensure file server works on windows (#9449)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwlowner, a new releaser for @​nrwl/web 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.

Bumps [terser](https://github.com/terser/terser), [@nrwl/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) and [@nrwl/web](https://github.com/nrwl/nx/tree/HEAD/packages/web). These dependencies needed to be updated together.

Updates `terser` from 5.10.0 to 5.15.0
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.10.0...v5.15.0)

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

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

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
- dependency-name: "@nrwl/react"
  dependency-type: direct:development
- dependency-name: "@nrwl/web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2022
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