Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Sep 6, 2025

This PR contains the following updates:

Package Type Update Change
@babel/core (source) dependencies patch 7.28.3 -> 7.28.4
@babel/runtime (source) dependencies patch 7.28.3 -> 7.28.4
@eslint/js (source) devDependencies minor 9.34.0 -> 9.35.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.42.0 -> 8.43.0
@typescript-eslint/parser (source) devDependencies minor 8.42.0 -> 8.43.0
baseline-browser-mapping devDependencies patch 2.7.3 -> 2.7.4
eslint (source) devDependencies minor 9.34.0 -> 9.35.0
magic-string dependencies patch 0.30.18 -> 0.30.19
magic-string devDependencies patch 0.30.18 -> 0.30.19
rolldown (source) dependencies patch 1.0.0-beta.35 -> 1.0.0-beta.36
rollup (source) devDependencies patch 4.50.0 -> 4.50.1
sass dependencies patch 1.92.0 -> 1.92.1
tinyglobby (source) dependencies patch 0.2.14 -> 0.2.15
vite (source) dependencies patch 7.1.4 -> 7.1.5

Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal
eslint/eslint (@​eslint/js)

v9.35.0

Compare Source

Features
  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)
Bug Fixes
  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)
Documentation
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.43.0

Compare Source

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

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

web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)

v2.7.4: - Compression improvements

Compare Source

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.7.3...v2.7.4

rich-harris/magic-string (magic-string)

v0.30.19

Compare Source

Bug Fixes
Features
  • replace(All) support replacement for functions when the first parameter is a string (#​304) (fd1d887)
rolldown/rolldown (rolldown)

v1.0.0-beta.36

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • dev: introduce DevWatchOptions for enhanced file watching configuration (#​6057) by @​hyf0
  • unify to use is_in_node_modules from rolldown_plugin_utils (#​6066) by @​shulaoda
🧪 Testing
⚙️ Miscellaneous Tasks
rollup/rollup (rollup)

v4.50.1

Compare Source

2025-09-07

Bug Fixes
  • Resolve a situation where a destructuring default value was removed (#​6090)
Pull Requests
sass/dart-sass (sass)

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.15

Compare Source

Added
  • Documentation page at https://superchupu.dev/tinyglobby,
    which also contains a library comparison page and migration guide.

    It's been a huge effort that took two months to make.

    Big thanks to outslept, 43081j
    and benmccann for helping out! ❤️

  • JSDoc to all functions and options based on the online documentation page

  • Benchmarks with help from
    43081j and benmccann

  • braceExpansion option

  • extglob option

  • fs option

  • globstar option by benmccann

  • signal option

  • package.json export as tinyglobby/package.json

  • Ability to pass readonly types by TomerAberbach

  • Support for URLs in cwd option

Changed
  • Rewritten path processing algorithm leading to a huge performance increase in many cases
    with help from 43081j and benmccann

  • Deprecated using patterns inside the options object

  • Enabled trusted publishing using npm's OIDC support

Fixed
  • Negated bracket expressions i.e. [!abc]
  • Some patterns like +++ breaking the partial matcher
vitejs/vite (vite)

v7.1.5

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release labels Sep 6, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 6 times, most recently from 29e9301 to ea5ba1c Compare September 8, 2025 15:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from ea5ba1c to d4d0b20 Compare September 8, 2025 17:36
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Sep 9, 2025
See associated pull request for more information.

Closes angular#31125 as a pr takeover
alan-agius4 added a commit that referenced this pull request Sep 9, 2025
See associated pull request for more information.

Closes #31125 as a pr takeover
@angular-robot angular-robot deleted the ng-renovate/main-all-non-major-dependencies branch September 9, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant