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

chore(deps): update external major (major) #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ~0.901.11 -> ~18.1.0 age adoption passing confidence devDependencies major
@angular/animations (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/cli ~9.1.8 -> ~18.1.0 age adoption passing confidence devDependencies major
@angular/common (source) ^9.1.12 -> ^9.1.12 || ^18.0.0 age adoption passing confidence peerDependencies major
@angular/common (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/compiler (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/compiler-cli (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence devDependencies major
@angular/core (source) ^9.1.12 -> ^9.1.12 || ^18.0.0 age adoption passing confidence peerDependencies major
@angular/forms (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/platform-browser (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/platform-browser-dynamic (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@angular/router (source) ~9.1.12 -> ~18.1.0 age adoption passing confidence dependencies major
@semantic-release/changelog ^5.0.1 -> ^6.0.0 age adoption passing confidence devDependencies major
@semantic-release/exec ^5.0.0 -> ^6.0.0 age adoption passing confidence devDependencies major
@semantic-release/git ^9.0.0 -> ^10.0.0 age adoption passing confidence devDependencies major
@semantic-release/github ^7.2.0 -> ^10.0.0 age adoption passing confidence devDependencies major
@types/jasmine (source) ~3.5.0 -> ~5.1.0 age adoption passing confidence devDependencies major
@types/node (source) ^12.11.1 -> ^20.0.0 age adoption passing confidence devDependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-node v2 -> v4 age adoption passing confidence action major
actions/setup-node v1 -> v4 age adoption passing confidence action major
codelyzer ^5.1.2 -> ^6.0.0 age adoption passing confidence devDependencies major
jasmine-core (source) ~3.5.0 -> ~5.1.0 age adoption passing confidence devDependencies major
jasmine-spec-reporter ~4.2.1 -> ~7.0.0 age adoption passing confidence devDependencies major
karma-coverage-istanbul-reporter ~2.1.0 -> ~3.0.0 age adoption passing confidence devDependencies major
karma-jasmine ~3.0.1 -> ~5.1.0 age adoption passing confidence devDependencies major
karma-jasmine-html-reporter ^1.4.2 -> ^2.0.0 age adoption passing confidence devDependencies major
puppeteer (source) ^9.1.1 -> ^22.0.0 age adoption passing confidence devDependencies major
rxjs (source) ~6.5.4 -> ~7.8.0 age adoption passing confidence dependencies major
ts-node (source) ~8.3.0 -> ~10.9.0 age adoption passing confidence devDependencies major
tslib (source) ^1.10.0 -> ^2.0.0 age adoption passing confidence dependencies major
typescript (source) ~3.8.3 -> ~5.5.0 age adoption passing confidence devDependencies major

Release Notes

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

v18.1.0

Compare Source

@​angular/cli
Commit Type Description
6c0f60d1b fix make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Type Description
1eb36e593 fix reduce the number of max workers to available CPUs minus one
c6fc0203e fix rollback terser to 5.29.2
@​angular/build
Commit Type Description
628d87a94 feat support WASM/ES Module integration proposal
fb8e3c39a fix allow top-level await in zoneless applications
5ec724338 fix correctly name entry points to match budgets
cd97134a6 fix normalize paths during module resolution in Vite
27bd67083 fix redirect to path with trailing slash for asset directories
e8a6d6bc4 fix reduce the number of max workers to available CPUs minus one
3091956f5 fix support import attributes in JavaScript transformer

v18.0.7

Compare Source

@​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

v18.0.6

Compare Source

@​angular/build
Commit Type Description
98a8a8a78 fix show JavaScript cache store initialization warning

v18.0.5

Compare Source

18.0.5 (2024-06-20)

@​schematics/angular
Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present
@​angular-devkit/build-angular
Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage
@​angular/build
Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count

v18.0.4

Compare Source

@​angular/build
Commit Type Description
791ef809d fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
20fc6ca05 fix generate module preloads next to script elements in index HTML
3a1bf5c8a fix Initiate PostCSS only once
78c611754 fix issue warning when auto adding @angular/localize/init

v18.0.3

Compare Source

@​angular/cli
Commit Type Description
b709d2a24 fix add schema.json options to parsed command, also when a version is passed to ng add <package>@&#8203;<version>
@​angular/build
Commit Type Description
43a2a7d13 fix avoid escaping rebased Sass URL values
9acb5c7ca fix disable JS transformer persistent cache on web containers
346df4909 fix improve Sass rebaser ident token detection
6526a5f59 fix watch all related files during a Sass error

v18.0.2

Compare Source

@​schematics/angular
Commit Type Description
9967c04b8 fix check both application builder packages in SSR schematic
92b48ab14 fix set builders assets option correctly for new applications
@​angular/build
Commit Type Description
3bb06c37d fix disable Worker wait loop for Sass compilations in web containers
c4cf35923 fix print Sass @warn location
352879804 fix support valid self-closing MathML tags in HTML index file
476f3084a fix support valid self-closing SVG tags in HTML index file
@​angular/pwa
Commit Type Description
acbffd236 fix set manifest icons location to match assets builder option

v18.0.1

Compare Source

@​schematics/angular
Commit Type Description
01842f515 fix use angular.dev in readme
@​angular/build
Commit Type Description
7d253e9cd fix avoid rebasing URLs with function calls
6b6a76a99 fix disable persistent disk caching inside webcontainers by default
ba70a50b6 fix handle esbuild-browser polyfills option as string during ng serve
706423aca fix only import persistent cache store with active caching

v18.0.0

Compare Source

Breaking Changes

@​angular/cli
  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.
@​angular-devkit/build-angular
  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@&#8203;angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

Deprecations

@​angular-devkit/schematics
  • NodePackageLinkTask in @angular-devkit/schematics. A custom task should be created instead.
@​angular/cli
Commit Type Description
ac3019570 feat add ng dev alias to ng serve
4087728c3 feat support for Node.js v22
41ab6c8c3 fix add --version option
df4dde95d fix add @angular/build package to update group list
1039f6d79 fix change update guide link to angular.dev
f4670fcb1 fix eliminate prompts during ng version command
a99ec6a54 fix keep cli package first in update package group metadata
dd786d495 fix only add --version option on default command
03eee0545 refactor remove ng doc command
c7b208555 refactor remove support for Node.js versions <18.19.1 and <20.11.1
@​schematics/angular
Commit Type Description
b2ac5fac7 feat allow application migration to use new build package in projects where possible
6530aa11b feat replace assets with public directory
725883713 feat use eventCoalescing option by default (standalone bootstrap)
508d97da7 feat use ngZoneEventCoalescing option by default (module bootstrap)
f452589e2 feat use TypeScript bundler module resolution for new projects
95a4d6ee5 fix add less dependency in application migration if needed
c46aa084f fix add postcss dependency in application migration if needed
157329384 fix add spaces around eventCoalescing option
23cc337aa fix keep deployUrl option when migrating to application builder
@​angular-devkit/architect
Commit Type Description
ddd08efef fix resolve builder aliases from containing package
@​angular-devkit/build-angular
Commit Type Description
53c319aaa feat add support for the poll option in the library builder
83d1d233a feat enhance Sass rebasing importer for resources URL defined in variables and handling of external paths
d51cb598a feat inject event-dispatch in SSR HTML page
0b03829bc feat move i18n extraction for application builder to new build system package
4ffe07aa2 feat move Vite-based dev-server for application builder to new build system package
d1c632af9 feat support native async/await when app is zoneless
37fc7f0cc fix disable Vite prebundling when script optimizations are enabled
2acf95a94 fix do not generate an index.html file in the browser directory when using SSR.
8a54875cb fix handle wrapping of class expressions emitted by esbuild
97973059e refactor remove Sass legacy implementation
@​angular-devkit/schematics
Commit Type Description
797584583 refactor deprecate NodePackageLinkTask
@​angular/build
Commit Type Description
810d213e1 feat introduce new official build system package
b7a0792b3 fix add a maximum rendering timeout for SSG
411115303 fix add console note about development server raw file size
921fa7cf4 fix add missing ansi-colors and picomatch dependencies
791cf75af fix check both potential build packages in Angular version check
4d7cd5e3e fix correctly wrap class expressions with static properties or blocks emitted by esbuild
57f448a0f fix decode URL pathname decoding during SSG fetch
940e382db fix disable Vite prebundling when script optimizations are enabled
70dbc7a6e fix emit error for invalid self-closing element in index HTML
44b401747 fix ensure input index HTML file triggers rebuilds when changed
dff4deaeb fix ensure recreated files are watched
17931166d fix format sizes using decimal byte units consistently
2085365e0 fix only generate shallow preload links for initial files
33cd47c85 fix properly configure headers for media resources and HTML page
d10fece2c fix properly rebase Sass url() values with leading interpolations
3f2963835 perf add persistent caching of JavaScript transformations
a15eb7d1c perf improve rebuild time for file loader usage with prebundling

v17.3.8

Compare Source

@​angular/cli
Commit Type Description
3ada6eb52 fix clarify optional migration instructions during ng update
@​angular-devkit/schematics
Commit Type Description

Configuration

📅 Schedule: Branch creation - "after 1pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-external-major branch from 42d8545 to f9a238d Compare May 23, 2024 05:59
@renovate renovate bot force-pushed the renovate/major-external-major branch from f9a238d to 7846899 Compare June 21, 2024 06:02
@renovate renovate bot force-pushed the renovate/major-external-major branch from 7846899 to 9991b0c Compare July 11, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants