momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
58 stars 59 forks source link

build(deps-dev): bump the dev group across 1 directory with 4 updates #991

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dev group with 4 updates in the / directory: @nestjs/cli, @schematics/angular, @types/node and nx.

Updates @nestjs/cli from 10.4.0 to 10.4.2

Release notes

Sourced from @​nestjs/cli's releases.

Release 10.4.2

  • Merge pull request #2627 from micalevisk/fix-issue-2421 (952da4bb)
  • Merge pull request #2630 from micalevisk/fix-issue-2629 (682e7dd7)
  • fix: npm-script clean not working due to missing dependency (b5dba00d)
  • chore(deps): remove source-map-support hard dependency (5dafd628)
  • feat: drop 'source-map-support' injection in favor of nodejs flag (d857d9b6)
  • chore(deps): update dependency @​swc/core to v1.6.7 (d87405a0)
  • refactor: remove redundand try-catch block (f48ce24d)
  • style: fix formatting (b59436a2)
  • fix: do not ignoring webpack config loading errors (285980e4)
  • Merge pull request #2624 from nestjs/revert-2622-renovate/typescript-5.x (28bbb723)
  • Revert "fix(deps): update dependency typescript to v5.5.3" (4961cc4a)

Release 10.4.1

  • Merge pull request #2622 from nestjs/renovate/typescript-5.x (0abced2f)
  • Merge pull request #2620 from nestjs/renovate/nest-monorepo (f8fe10e6)
  • Merge pull request #2623 from micalevisk/less-confusing-missing-packages-error-msg (f9f9d4cd)
  • fix(deps): update dependency typescript to v5.5.3 (40ab797e)
  • chore(deps): update typescript-eslint monorepo to v7.15.0 (a97ab8ef)
  • fix(deps): update dependency @​nestjs/schematics to v10.1.2 (bc7a9f3e)
  • feat: less verbose 'missing packages' error message (f16f5b93)
Commits
  • 8824eb2 chore(): release v10.4.2
  • 952da4b Merge pull request #2627 from micalevisk/fix-issue-2421
  • 682e7dd Merge pull request #2630 from micalevisk/fix-issue-2629
  • b5dba00 fix: npm-script clean not working due to missing dependency
  • 5dafd62 chore(deps): remove source-map-support hard dependency
  • d857d9b feat: drop 'source-map-support' injection in favor of nodejs flag
  • d87405a chore(deps): update dependency @​swc/core to v1.6.7
  • f48ce24 refactor: remove redundand try-catch block
  • b59436a style: fix formatting
  • 285980e fix: do not ignoring webpack config loading errors
  • Additional commits viewable in compare view


Updates @schematics/angular from 18.0.6 to 18.0.7

Release notes

Sourced from @​schematics/angular's releases.

v18.0.7

18.0.7 (2024-07-03)

@​angular/cli

Commit Description
fix - 67bf90131 make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Description
fix - 9b43ecbd0 reduce the number of max workers to available CPUs minus one
fix - 03dad6806 rollback terser to 5.29.2

@​angular/build

Commit Description
fix - fc928f638 correctly name entry points to match budgets
fix - 2d51e8607 redirect to path with trailing slash for asset directories
fix - 16f1c1e01 reduce the number of max workers to available CPUs minus one
Changelog

Sourced from @​schematics/angular's changelog.

18.0.7 (2024-07-03)

@​angular/cli

Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2

@​angular/build

Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

18.1.0-rc.0 (2024-06-26)

@​angular/build

Commit Type Description
3e359da8d fix address rxjs undefined issues during SSR prebundling
1e8fd70c6 fix show JavaScript cache store initialization warning

Commits
  • 092019a release: cut the v18.0.7 release
  • 03dad68 fix(@​angular-devkit/build-angular): rollback terser to 5.29.2
  • 9b43ecb fix(@​angular-devkit/build-angular): reduce the number of max workers to avail...
  • 16f1c1e fix(@​angular/build): reduce the number of max workers to available CPUs minus...
  • 2d51e86 fix(@​angular/build): redirect to path with trailing slash for asset directories
  • 67bf901 fix(@​angular/cli): make ng update to keep newline at the end of package.json
  • fc928f6 fix(@​angular/build): correctly name entry points to match budgets
  • See full diff in compare view


Updates @types/node from 20.14.9 to 20.14.10

Commits


Updates nx from 19.4.0 to 19.4.1

Release notes

Sourced from nx's releases.

19.4.1 (2024-07-05)

🚀 Features

  • graph: add copy button for entire target configuration (#26284)
  • nx-dev: update next to fix img fetchpriority error (#26766)
  • react-native: update react-native-svg to 15.3.0 (#26827)

🩹 Fixes

  • core: cannot read properties of undefined (reading 'options') (#26721)
  • core: register swc transpiler once per compilerOptions (#26807)
  • core: always inherit output from plugins (#26797)
  • core: ignore errors from cleanupNativeFileCache (revert to previous behaviour) (#26806)
  • core: recursive resolve deps on create command graph (#22989)
  • gradle: fix gradle exclude src/test (#26741)
  • js: normalize excluded paths to task inputs correctly in typescript plugin (#26801)
  • node: Enable e2e test (#23508)
  • nx-dev: plugin-registry menu (#26767)
  • nx-plugin: tslib is not set as a dependency when using create-package generator (#22429)

❤️ Thank You

Commits
  • 49da9b1 fix(core): recursive resolve deps on create command graph (#22989)
  • 892c98f fix(core): ignore errors from cleanupNativeFileCache (revert to previous beha...
  • e4ae1e7 fix(core): always inherit output from plugins (#26797)
  • 314c2fd fix(core): register swc transpiler once per compilerOptions (#26807)
  • a6d7428 fix(core): cannot read properties of undefined (reading 'options') (#26721)
  • See full diff in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.