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 loader-utils, gatsby, @nrwl/gatsby, @nrwl/react and @nrwl/web #44

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 Nov 19, 2022

Bumps loader-utils to 2.0.4 and updates ancestor dependencies loader-utils, gatsby, @nrwl/gatsby, @nrwl/react and @nrwl/web. These dependencies need to be updated together.

Updates loader-utils from 1.4.0 to 2.0.4

Release notes

Sourced from loader-utils's releases.

v2.0.4

2.0.4 (2022-11-11)

Bug Fixes

v2.0.3

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

v2.0.2

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

v2.0.1

2.0.1 (2021-10-29)

Bug Fixes

v2.0.0

2.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • minimum required Node.js version is 8.9.0 (#166) (c937e8c)
  • the getOptions method returns empty object on empty query (#167) (b595cfb)
  • Use md4 by default

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

... (truncated)

Changelog

Sourced from loader-utils's changelog.

2.0.4 (2022-11-11)

Bug Fixes

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

2.0.1 (2021-10-29)

Bug Fixes

2.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • minimum required Node.js version is 8.9.0 (#166) (c937e8c)
  • the getOptions method returns empty object on empty query (#167) (b595cfb)
  • Use md4 by default

Commits

Updates gatsby from 4.1.4 to 4.24.8

Release notes

Sourced from gatsby's releases.

v4.24

Welcome to gatsby@4.24.0 release (September 2022 #2)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v4.23

Welcome to gatsby@4.23.0 release (September 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v4.22

Welcome to gatsby@4.22.0 release (August 2022 #3)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v4.21

Welcome to gatsby@4.21.0 release (August 2022 #2)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

... (truncated)

Commits

Updates @nrwl/gatsby from 13.2.3 to 14.6.1

Commits
Maintainer changes

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


Updates @nrwl/react from 13.1.4 to 15.2.1

Release notes

Sourced from @​nrwl/react's releases.

15.2.1

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)
  • angular: setup-ssr environments file replacements should be removed (#13244) (1b9c7df)
  • angular: setup-ssr should output correct outpathPath for server build (#13243) (4c2e5aa)
  • angular: should support filereplacements for apps that already have them (#13247) (aa2ee2d)
  • bundling: file replacement for vite (#13255) (b1c05fe)
  • bundling: remove the vue options from vite gen (#13221) (22d9031)
  • core: use multiselect prompts for array properties (#13270) (89f8a53)

15.2.0

15.2.0 (2022-11-17)

Bug Fixes

  • angular: format files after migrations (#13237) (7554dda)
  • bundling: fix baseUrl resolution for vite dev server (#13219) (2802b6f)
  • bundling: fix webpack publicPath: 'auto' behavior for esm builds (#13186) (60a7345)
  • core: apply compatibility layer when running angular cli migrations (#13231) (4860281)
  • core: atomic writes of nxdeps.json (#12920) (7467e71)
  • core: fix migrations for projects in workspace.json (#13226) (bae31b2)
  • core: fix parsing of npm workspace patterns (#13206) (1d848dd)
  • core: set project names using a blog instead of project graph (#13202) (40d37b3)
  • expo: use workspace layout apps dir for expo generate application (#13160) (fc2e6be)
  • misc: fix run-many for invalid projects (#13232) (ab3ceb4)
  • react-native: fix the tsc command for react-native and expo (#12888) (b9bedff)
  • testing: add babel-jest transform options for react libraries (#13175) (620f6a6)

Features

  • angular: support for Angular 15 (#12112) (b084ddd)
  • bundling: initial public release for vite plugin (#13230) (fb8631e)
  • core: handle yarn workspace packages when pruning (#13170) (45cba68)
  • core: prune pnpm workspaces and different meta settings (#13201) (032a9d1)
  • core: support npm v1 lock file pruning with disclaimer (#13218) (2bc9e84)
  • storybook: upgrade @​storybook/react-native to 6.0.1-beta.9 (#13157) (b0b3b5c)

15.1.1

15.1.1 (2022-11-16)

Bug Fixes

  • core: set project names using a glob instead of project graph (#13202) (e97c857)

... (truncated)

Commits
  • b084ddd feat(angular): support for Angular 15 (#12112)
  • 620f6a6 fix(testing): add babel-jest transform options for react libraries (#13175)
  • c4ebef2 feat(react): add a preset to generate a workspace with a single app at the root
  • f08a3c3 feat(react): add skipRemotes option to module-federation-dev-server (#13090)
  • 0432279 fix(react): add missing skipPackageJson flag to application generator schema ...
  • efc1005 feat(react): remove exposed utils (#13079)
  • 40a2d65 feat(devkit): extract more common module federation logic (#13066)
  • f311ecb chore(repo): remove workspace.json (#13040)
  • 000eebd feat(react): use shared helpers from devkit (#13061)
  • 39518e3 fix(testing): provide better error messages around component test --build-tar...
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @nrwl/web from 13.1.4 to 15.2.1

Release notes

Sourced from @​nrwl/web's releases.

15.2.1

15.2.1 (2022-11-19)

Bug Fixes

  • angular: local imports in webpack-dev-server custom config (#13156) (c0ee01f)
  • angular: setup-ssr environments file replacements should be removed (#13244) (1b9c7df)
  • angular: setup-ssr should output correct outpathPath for server build (#13243) (4c2e5aa)
  • angular: should support filereplacements for apps that already have them (#13247) (aa2ee2d)
  • bundling: file replacement for vite (#13255) (b1c05fe)
  • bundling: remove the vue options from vite gen (#13221) (22d9031)
  • core: use multiselect prompts for array properties (#13270) (89f8a53)

15.2.0

15.2.0 (2022-11-17)

Bug Fixes

  • angular: format files after migrations (#13237) (7554dda)
  • bundling: fix baseUrl resolution for vite dev server (#13219) (2802b6f)
  • bundling: fix webpack publicPath: 'auto' behavior for esm builds (#13186) (60a7345)
  • core: apply compatibility layer when running angular cli migrations (#13231) (4860281)
  • core: atomic writes of nxdeps.json (#12920) (7467e71)
  • core: fix migrations for projects in workspace.json (#13226) (bae31b2)
  • core: fix parsing of npm workspace patterns (#13206) (1d848dd)
  • core: set project names using a blog instead of project graph (#13202) (40d37b3)
  • expo: use workspace layout apps dir for expo generate application (#13160) (fc2e6be)
  • misc: fix run-many for invalid projects (#13232) (ab3ceb4)
  • react-native: fix the tsc command for react-native and expo (#12888) (b9bedff)
  • testing: add babel-jest transform options for react libraries (#13175) (620f6a6)

Features

  • angular: support for Angular 15 (#12112) (b084ddd)
  • bundling: initial public release for vite plugin (#13230) (fb8631e)
  • core: handle yarn workspace packages when pruning (#13170) (45cba68)
  • core: prune pnpm workspaces and different meta settings (#13201) (032a9d1)
  • core: support npm v1 lock file pruning with disclaimer (#13218) (2bc9e84)
  • storybook: upgrade @​storybook/react-native to 6.0.1-beta.9 (#13157) (b0b3b5c)

15.1.1

15.1.1 (2022-11-16)

Bug Fixes

  • core: set project names using a glob instead of project graph (#13202) (e97c857)

... (truncated)

Commits
  • f311ecb chore(repo): remove workspace.json (#13040)
  • 4a4a149 feat(react): add skipPackageJson flag (#12919)
  • 3f9909a fix(web): add option to override outputPath for file-server (#12941)
  • 6737620 fix(react): fixes broken links to 01-create-application vs 1-code-generation ...
  • 23de788 chore(repo): update to 15.0.0-rc1 (#12586)
  • d8f3c6b fix(react): migrations use tsquery, so we should provide it (#12575)
  • 8ab7f85 fix(core): swap default method for output capture (#12535)
  • 85a5c89 fix(core): fix slashes in inputs migrations (#12444)
  • dda9ea1 feat(bundling): remove deprecated UMD format support for rollup (#12426)
  • 49c5e50 feat(core): migrate existing workspaces to use inputs configuration (#12416)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, 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)
  • @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.

… @nrwl/web

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [gatsby](https://github.com/gatsbyjs/gatsby), [@nrwl/gatsby](https://github.com/nrwl/nx-labs/tree/HEAD/packages/gatsby), [@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 need to be updated together.


Updates `loader-utils` from 1.4.0 to 2.0.4
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.0...v2.0.4)

Updates `gatsby` from 4.1.4 to 4.24.8
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@4.1.4...gatsby@4.24.8)

Updates `@nrwl/gatsby` from 13.2.3 to 14.6.1
- [Release notes](https://github.com/nrwl/nx-labs/releases)
- [Commits](https://github.com/nrwl/nx-labs/commits/HEAD/packages/gatsby)

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

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

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: "@nrwl/gatsby"
  dependency-type: direct:development
- 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 Nov 19, 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.

None yet

0 participants