ngx-translate-demo
ngx-translate-demo copied to clipboard
Bump rollup and @angular-devkit/build-angular in /ngx-translate-demo-standalone-icu
Bumps rollup to 4.26.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates rollup from 4.20.0 to 4.26.0
Release notes
Sourced from rollup's releases.
v4.26.0
4.26.0
2024-11-13
Features
- Allow to avoid
await bundle.close()via explicit resource management in TypeScript (#5721)Pull Requests
- #5721: feat: support
usingforRollupBuild(@shulaoda)v4.25.0
4.25.0
2024-11-09
Features
- Add
output.sourcemapDebugIdsoption to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#5712)Bug Fixes
- Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#5719)
Pull Requests
- #5712: feat: Add support for injecting Debug IDs (
@timfish)- #5717: fix(deps): update swc monorepo (major) (
@renovate[bot])- #5718: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5719: Use a less surprising base-16 encoding (
@lukastaegert)v4.24.4
4.24.4
2024-11-04
Bug Fixes
- Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#5713)
Pull Requests
- #5708: Update configuration-options document (
@sacru2red,@lukastaegert)- #5711: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5713: fix: Deoptimize the proxied object if its property is reassigned in the handler functions (
@TrickyPi)v4.24.3
4.24.3
... (truncated)
Changelog
Sourced from rollup's changelog.
4.26.0
2024-11-13
Features
- Allow to avoid
await bundle.close()via explicit resource management in TypeScript (#5721)Pull Requests
- #5721: feat: support
usingforRollupBuild(@shulaoda)4.25.0
2024-11-09
Features
- Add
output.sourcemapDebugIdsoption to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#5712)Bug Fixes
- Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#5719)
Pull Requests
- #5712: feat: Add support for injecting Debug IDs (
@timfish)- #5717: fix(deps): update swc monorepo (major) (
@renovate[bot])- #5718: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5719: Use a less surprising base-16 encoding (
@lukastaegert)4.24.4
2024-11-04
Bug Fixes
- Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#5713)
Pull Requests
- #5708: Update configuration-options document (
@sacru2red,@lukastaegert)- #5711: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5713: fix: Deoptimize the proxied object if its property is reassigned in the handler functions (
@TrickyPi)4.24.3
2024-10-29
Bug Fixes
... (truncated)
Commits
ae1d14b4.26.006b28ccfeat: supportusingforRollupBuild(#5721)984da3aAdd backports to changelog42e587e4.25.0d0935a8feat: Add support for injecting Debug IDs (#5712)0f4676dUse a less surprising base-16 encoding (#5719)b350d9echore(deps): lock file maintenance minor/patch updates (#5718)1ff31d6fix(deps): update swc monorepo (major) (#5717)cdf34ab4.24.4daa6db8Update configuration-options document (#5708)- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 18.2.1 to 19.0.6
Release notes
Sourced from @angular-devkit/build-angular's releases.
v19.0.6
19.0.6 (2024-12-18)
@angular-devkit/build-angular
Commit Description jasmine.clock with app builder
@angular/build
Commit Description force HTTP/1.1 in dev-server SSR with SSL
@angular/ssr
Commit Description correctly resolve pre-transform resources in Vite SSR without AppEngine ensure correct Locationheader for redirects behind a proxyv19.0.5
19.0.5 (2024-12-12)
@angular-devkit/build-angular
Commit Description fix webpack config transform for karma
@angular/build
Commit Description Fixing auto-csp edge cases where handle external @angular/packages during SSR (#29094)provide component HMR update modules to dev-server SSR use consistent path separators for template HMR identifiers
@angular/ssr
Commit Description include Content-Languageheader when locale is setdisable component bootstrapping during route extraction v19.0.4
19.0.4 (2024-12-05)
@angular-devkit/build-angular
Commit Description handle windows spec collisions
@angular/build
Commit Description show error when Node.js built-ins are used during ng servereuse TS package.json cache when rebuilding
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
19.0.6 (2024-12-18)
@angular-devkit/build-angular
Commit Type Description db7421231 fix jasmine.clock with app builder
@angular/build
Commit Type Description 5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL
@angular/ssr
Commit Type Description 2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine 0789a9e13 fix ensure correct Locationheader for redirects behind a proxy19.1.0-next.1 (2024-12-12)
Deprecations
@angular/build
The
baseHrefoption underi18n.localesandi18n.sourceLocaleinangular.jsonis deprecated in favor ofsubPath.The
subPathdefines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPathwill use the locale code.
@angular-devkit/architect
Commit Type Description 2b8a02bac feat require build schemas from modules
@angular-devkit/build-angular
Commit Type Description fb41d182e fix fix webpack config transform for karma 9e2d3fbd1 fix handle windows spec collisions
@angular/build
... (truncated)
Commits
622a693release: cut the v19.0.6 release0789a9efix(@angular/ssr): ensure correctLocationheader for redirects behind a proxy5ebeb37refactor(@angular/ssr): markLINK_LOAD_SCRIPT_CONTENTas@PUREdf36a86build: migrateangular-devkit/architect-clitots_projectb78f297build: migrate remainingangular-devkit/architecttots_project5fbc105fix(@angular/build): force HTTP/1.1 in dev-server SSR with SSL8907541build: update npm_translate_lock15c743cbuild: use worker forts_projectto enable fast DX and avoid no-sandbox issues6835c81build: add missing path mapping forbuild-webpackimport causing lint errord6766barefactor: remove unnecessary type conversion failing lint- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.