Skip to content

chore(deps): update non-major dev-dependencies - #414

Merged
fisker merged 1 commit into
mainfrom
renovate/non-major-dev-dependencies
Aug 14, 2026
Merged

chore(deps): update non-major dev-dependencies#414
fisker merged 1 commit into
mainfrom
renovate/non-major-dev-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 22.0.822.1.2 age adoption passing confidence
@types/node (source) 26.1.126.2.0 age adoption passing confidence
eslint (source) 10.8.010.8.1 age adoption passing confidence
globals 17.7.017.11.0 age adoption passing confidence
npm-run-all2 9.0.29.0.3 age adoption passing confidence
release-it 21.0.021.0.2 age adoption passing confidence
typescript-eslint (source) 8.65.08.67.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

v22.1.2

Compare Source

compiler
Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements
compiler-cli
Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker
core
Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts
forms
Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change
http
Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8
router
Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

v22.1.1

Compare Source

core
Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values
http
Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

v22.1.0

Compare Source

Deprecations

http
  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.
common
Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#​69017)
compiler
Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#​68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#​68846)
f98547675c feat Namespace CSS variables to the app (#​68846)
8c8b2f7783 feat Support css var namespacing in properties (#​68846)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
5bd00add07 fix support foreign components inside control flow blocks (#​69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#​69674)
compiler-cli
Commit Type Description
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#​68674)
core
Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#​69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content
23cf1a828b fix sanitize host bindings on concrete hosts (#​69558)
0c07356c5c fix set current tnode in foreign component instruction on reuse
forms
Commit Type Description
bbbd357bd2 fix add utility to assert that value is a field tree
http
Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6 fix enable xsrf for root-provided HttpClient
39e362eea5 fix match header values exactly when deleting
be46ca8696 fix preserve immutability of materialized clones
c0cbd46bd7 fix skip transfer cache for fetch credentialed requests (#​69017)
af04e266cc refactor deprecate jsonp support
language-service
Commit Type Description
7f0265e43a feat compile non-exported classes if standalone (#​68454)
4f9c824dd9 feat Typecheck templates which would require inline typecheck blocks (#​68454)
a99fb915c0 fix account for strictTemplates being enabled by default
migrations
Commit Type Description
c75ff0255c feat add migration from injectable to service
5d5b2ea72d fix correctly detect then/else keywords in control flow migration
platform-server
Commit Type Description
cf9d7fa0f8 fix harden platform location origin validation during SSR (#​69184)
router
Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive
eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

sindresorhus/globals (globals)

v17.11.0

Compare Source

v17.10.0

Compare Source

v17.9.0

Compare Source

v17.8.0

Compare Source


bcomnes/npm-run-all2 (npm-run-all2)

v9.0.3

Compare Source

Merged
  • Upgrade: Bump ansi-styles from 6.2.3 to 7.0.0 #244
  • Upgrade: Bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #243
  • Upgrade: Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 #242
  • Upgrade: Bump actions/setup-node from 6 to 7 #241
  • chore: update schema version in .knip.jsonc to v6 #237
  • Upgrade: Bump @​types/node from 25.9.4 to 26.0.0 #239
  • Upgrade: Bump actions/checkout from 6 to 7 #238
Commits
  • Harden GitHub Actions workflows 7f5fca6
  • Remove obsolete shell-quote types d970668
release-it/release-it (release-it)

v21.0.2

Compare Source

v21.0.1

Compare Source

  • Fix regression and support --no-hooks to skip all hooks (a8888b4)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.67.0

Compare Source

🚀 Features
  • typescript-eslint: export basic globs for using tseslint (#​12105)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@pkg-pr-new

pkg-pr-new Bot commented Aug 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/angular-estree-parser@414

commit: 160b53a

@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 36.6 kB

ℹ️ View Unchanged
Filename Size
dist/_virtual/_rolldown/runtime.js 355 B
dist/angular-parser.js 2.66 kB
dist/ast-transform/ast-transformer.js 273 B
dist/ast-transform/index.js 378 B
dist/ast-transform/node-transformer.js 1.23 kB
dist/ast-transform/node-types.d.ts 1.07 kB
dist/ast-transform/transforms/index.js 3.79 kB
dist/ast-transform/transforms/transform-array-expression.js 253 B
dist/ast-transform/transforms/transform-arrow-function-expression.js 515 B
dist/ast-transform/transforms/transform-ast-with-source.js 200 B
dist/ast-transform/transforms/transform-binary-expression.js 710 B
dist/ast-transform/transforms/transform-call-expression.js 773 B
dist/ast-transform/transforms/transform-chained-expression.js 248 B
dist/ast-transform/transforms/transform-conditional-expression.js 377 B
dist/ast-transform/transforms/transform-empty-expression.js 171 B
dist/ast-transform/transforms/transform-interpolation.js 360 B
dist/ast-transform/transforms/transform-literal.js 802 B
dist/ast-transform/transforms/transform-member-expression.js 1.63 kB
dist/ast-transform/transforms/transform-non-null-expression.js 260 B
dist/ast-transform/transforms/transform-object-expression.js 1.09 kB
dist/ast-transform/transforms/transform-parenthesized-expression.js 236 B
dist/ast-transform/transforms/transform-pipe-expression.js 365 B
dist/ast-transform/transforms/transform-spread-element.js 247 B
dist/ast-transform/transforms/transform-template-literal.js 1.12 kB
dist/ast-transform/transforms/transform-this-expression.js 173 B
dist/ast-transform/transforms/transform-unary-expression.js 696 B
dist/ast-transform/transforms/transform-unexpected-node.js 317 B
dist/ast-transform/visitor-keys.js 228 B
dist/ast-transform/visitors.js 189 B
dist/estree-parser.d.ts 758 B
dist/estree-parser.js 1.1 kB
dist/index.d.ts 387 B
dist/index.js 310 B
dist/microsyntax/microsyntax-node-types.d.ts 1.71 kB
dist/microsyntax/transform-template-binding.js 6.04 kB
dist/microsyntax/visitor-keys.js 330 B
dist/source.js 1.37 kB
dist/types.d.ts 1.35 kB
dist/utilities.js 1.32 kB
dist/visitor-keys.d.ts 878 B
dist/visitor-keys.js 287 B

compressed-size-action

@renovate
renovate Bot force-pushed the renovate/non-major-dev-dependencies branch from 4c31e26 to 160b53a Compare August 13, 2026 19:16
@fisker
fisker merged commit 4936ed7 into main Aug 14, 2026
15 checks passed
@fisker
fisker deleted the renovate/non-major-dev-dependencies branch August 14, 2026 02:00
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.

1 participant