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

fix(deps): update all minor dependencies #286

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 19.0.5 -> 19.1.0 age adoption passing confidence
@angular/animations (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/cli ~19.0.0 -> ~19.1.0 age adoption passing confidence
@angular/common (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/compiler (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/compiler-cli (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/core (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/forms (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/platform-browser (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@angular/router (source) 19.0.4 -> 19.1.0 age adoption passing confidence
@axe-core/puppeteer 4.8.3 -> 4.10.1 age adoption passing confidence
@babel/core (source) 7.23.7 -> 7.26.0 age adoption passing confidence
@babel/parser (source) 7.23.5 -> 7.26.5 age adoption passing confidence
@babel/preset-env (source) 7.23.8 -> 7.26.0 age adoption passing confidence
@babel/preset-typescript (source) 7.23.3 -> 7.26.0 age adoption passing confidence
@cdssnc/gcds-tokens (source) ^2.1.0 -> ^1.11.0 age adoption passing confidence
@cdssnc/gcds-utility (source) 1.2.1 -> 1.5.0 age adoption passing confidence
@fortawesome/fontawesome-free (source) 6.5.1 -> 6.7.2 age adoption passing confidence
@stencil/core (source) 4.19.2 -> 4.23.2 age adoption passing confidence
@stencil/react-output-target (source) ^0.5.3 -> ^0.8.0 age adoption passing confidence
@stencil/vue-output-target (source) ^0.8.8 -> ^0.9.0 age adoption passing confidence
@types/node (source) ^18.0.0 -> ^20.12.12 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.17.14 age adoption passing confidence
@types/node (source) 18.18.11 -> 18.19.71 age adoption passing confidence
@types/node (source) 20.14.2 -> 20.17.14 age adoption passing confidence
@types/react (source) 18.2.48 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.21.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.4 -> 5.2.1 age adoption passing confidence
@vue/compiler-dom (source) 3.4.26 -> 3.5.13 age adoption passing confidence
@vue/server-renderer (source) 3.4.26 -> 3.5.13 age adoption passing confidence
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence
cssnano 6.0.3 -> 6.1.2 age adoption passing confidence
esbuild 0.19.7 -> 0.24.2 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
eslint (source) 8.54.0 -> 8.57.1 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-prettier 5.1.3 -> 5.2.2 age adoption passing confidence
get-tsconfig 4.7.2 -> 4.8.1 age adoption passing confidence
linkedom ^0.16.1 -> ^0.18.0 age adoption passing confidence
ng-packagr 19.0.1 -> 19.1.0 age adoption passing confidence
postcss-nested 6.0.1 -> 6.2.0 age adoption passing confidence
puppeteer (source) 21.7.0 -> 21.11.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-syntax-highlighter 15.5.0 -> 15.6.1 age adoption passing confidence
sass 1.69.7 -> 1.83.4 age adoption passing confidence
sass 1.80.7 -> 1.83.4 age adoption passing confidence
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence
tsx (source) 4.11.0 -> 4.19.2 age adoption passing confidence
typescript (source) ~5.1.0 -> ~5.7.0 age adoption passing confidence
typescript (source) ~5.6.3 -> ~5.7.0 age adoption passing confidence
vue (source) 3.4.21 -> 3.5.13 age adoption passing confidence
vue (source) 3.4.26 -> 3.5.13 age adoption passing confidence
workbox-build (source) 7.0.0 -> 7.3.0 age adoption passing confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v19.1.0

Compare Source

Deprecations

@​angular/build
  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@​schematics/angular
Commit Type Description
02825eec5 feat use @angular/build package in library generation schematic
88431b756 fix application migration should migrate ng-packagr builder package
@​angular-devkit/architect
Commit Type Description
2b8a02bac feat require build schemas from modules
fe1ae6933 fix avoid Node.js resolution for relative builder schema
@​angular-devkit/core
Commit Type Description
ce7c4e203 fix handle Windows drive letter case insensitivity in path functions
@​angular-devkit/schematics
Commit Type Description
2f55209dd fix update Rule type to support returning a Promise of Tree
@​angular/build
Commit Type Description
2c9d7368f feat add ng-packagr builder to the package
0a570c0c2 feat add support for customizing URL segments with i18n
298b554a7 feat enable component template hot replacement by default
d350f357b fix correctly validate locales subPath
8aa1ce608 fix handle loaders correctly in SSR bundles for external packages
3b7e6a8c6 fix invalidate component template updates with dev-server SSR
8fa682e57 fix remove deleted assets from output during watch mode
48cae815c fix skip vite SSR warmup file configuration when SSR is disabled
ba16ad6b5 fix support incremental build file results in watch mode
955acef3d fix trigger browser reload on asset changes with Vite dev server
e74300a2c fix use component updates for component style HMR
6a19c217e fix warn when using both isolatedModules and emitDecoratorMetadata
@​angular/ssr
Commit Type Description
8d7a51dfc feat add modulepreload for lazy-loaded routes
41ece633b feat redirect to preferred locale when accessing root route without a specified locale
3feecddbb fix disable component boostrapping when running route extraction
6edb90883 fix throw error when using route matchers

v19.0.7

Compare Source

@​angular-devkit/architect
Commit Type Description
95c22aeff fix provide better error when builder is not defined
@​angular-devkit/build-angular
Commit Type Description
028652992 fix preserve css type for jasmine.css
@​angular/build
Commit Type Description
f7522342a fix add asset tracking to application builder watch files
e973643bf fix do not mark Babel _defineProperty helper function as pure
881095eec fix enable serving files with bundle-like names
db10af0b3

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 9, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/web/package-lock.json
npm warn ignoring workspace config at /tmp/renovate/repos/github/cds-snc/gcds-components/packages/web/.npmrc
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular-devkit/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"~5.4.0" from the root project
npm error   peer typescript@">=3.2.x || >= 4.x" from @wessberg/[email protected]
npm error   node_modules/@wessberg/ts-evaluator
npm error     @wessberg/ts-evaluator@"0.0.27" from [email protected]
npm error     node_modules/guess-parser
npm error       guess-parser@"0.4.22" from @angular-devkit/[email protected]
npm error       node_modules/@angular-devkit/build-angular
npm error         dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error   7 more (cosmiconfig, fork-ts-checker-webpack-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_23_739Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_23_739Z-debug-0.log

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular-devkit/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"~5.4.0" from the root project
npm error   peer typescript@">=3.2.x || >= 4.x" from @wessberg/[email protected]
npm error   node_modules/@wessberg/ts-evaluator
npm error     @wessberg/ts-evaluator@"0.0.27" from [email protected]
npm error     node_modules/guess-parser
npm error       guess-parser@"0.4.22" from @angular-devkit/[email protected]
npm error       node_modules/@angular-devkit/build-angular
npm error         dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error   7 more (cosmiconfig, fork-ts-checker-webpack-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_45_554Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_45_554Z-debug-0.log

File name: packages/react/package-lock.json
npm warn ignoring workspace config at /tmp/renovate/repos/github/cds-snc/gcds-components/packages/react/.npmrc
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular-devkit/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"~5.4.0" from the root project
npm error   peer typescript@">=3.2.x || >= 4.x" from @wessberg/[email protected]
npm error   node_modules/@wessberg/ts-evaluator
npm error     @wessberg/ts-evaluator@"0.0.27" from [email protected]
npm error     node_modules/guess-parser
npm error       guess-parser@"0.4.22" from @angular-devkit/[email protected]
npm error       node_modules/@angular-devkit/build-angular
npm error         dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error   7 more (cosmiconfig, fork-ts-checker-webpack-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=4.9.3 <5.2" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^16.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_50_211Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T21_56_50_211Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor branch 11 times, most recently from 6dde0ab to 13d90fb Compare September 15, 2023 20:25
@renovate renovate bot force-pushed the renovate/all-minor branch 11 times, most recently from 9a29d97 to 45f6652 Compare September 25, 2023 10:31
@renovate renovate bot force-pushed the renovate/all-minor branch from 45f6652 to 4b297da Compare September 25, 2023 15:52
@renovate renovate bot changed the title chore(deps): update all minor dependencies fix(deps): update all minor dependencies Sep 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 190cd60 to 020d9a3 Compare September 26, 2023 14:00
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 4393b3a to d26718d Compare December 27, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-minor branch 14 times, most recently from 8cc4f30 to 2324a24 Compare January 13, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor branch 8 times, most recently from ed25f21 to 66132fc Compare January 22, 2025 02:39
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 0c41ae1 to 9c1d87f Compare January 22, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor branch from 9c1d87f to 8e9507f Compare January 23, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants