Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jan 11, 2025

This PR contains the following updates:

Package Type Update Change
@babel/generator (source) dependencies patch 7.26.3 -> 7.26.5
@babel/generator (source) devDependencies patch 7.26.3 -> 7.26.5
@inquirer/confirm (source) dependencies patch 5.1.1 -> 5.1.3
@inquirer/confirm (source) devDependencies patch 5.1.1 -> 5.1.3
@inquirer/prompts (source) dependencies patch 7.2.1 -> 7.2.3
@inquirer/prompts (source) devDependencies patch 7.2.1 -> 7.2.3
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.19.1 -> 8.20.0
@typescript-eslint/parser (source) devDependencies minor 8.19.1 -> 8.20.0
actions/upload-artifact action minor v4.5.0 -> v4.6.0
aspect_bazel_lib http_archive minor v2.10.0 -> v2.11.0
ng-packagr devDependencies patch 19.1.0-next.3 -> 19.1.0-next.4
postcss (source) dependencies minor 8.4.49 -> 8.5.1
postcss (source) devDependencies minor 8.4.49 -> 8.5.1
sass dependencies patch 1.83.1 -> 1.83.4
sass devDependencies patch 1.83.1 -> 1.83.4

Release Notes

babel/babel (@​babel/generator)

v7.26.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🔬 Output optimization
SBoudrias/Inquirer.js (@​inquirer/confirm)

v5.1.3

Compare Source

v5.1.2

Compare Source

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

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

v8.20.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.

actions/upload-artifact (actions/upload-artifact)

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

aspect-build/bazel-lib (aspect_bazel_lib)

v2.11.0

Compare Source

Using Bzlmod with Bazel 6:

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "aspect_bazel_lib", version = "2.11.0")

Read more about bzlmod: https://blog.aspect.dev/bzlmod

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "c96db69dd2714a37f3298338a1a42b27e3a2696c3b36dd4441b9bf7a1a12bee0",
    strip_prefix = "bazel-lib-2.11.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.11.0/bazel-lib-v2.11.0.tar.gz",
)

load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

### Required bazel-lib dependencies

aspect_bazel_lib_dependencies()

### Register bazel-lib toolchains

aspect_bazel_lib_register_toolchains()

What's Changed

Full Changelog: bazel-contrib/bazel-lib@v2.10.0...v2.11.0

ng-packagr/ng-packagr (ng-packagr)

v19.1.0-next.4

Compare Source

Performance
  • mitigate TypeScript 5.6+ performance regression (ac9766e), closes #​2969
postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

sass/dart-sass (sass)

v1.83.4

Compare Source

  • No user-visible changes.

v1.83.3

Compare Source

  • No user-visible changes.

v1.83.2

Compare Source

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4: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 target: minor This PR is targeted for the next minor release labels Jan 11, 2025
@angular-robot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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: pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 11, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 7a081f4 to f732c50 Compare January 11, 2025 21:04
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 10 times, most recently from d29aca8 to 23c1dc2 Compare January 14, 2025 20:06
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 23c1dc2 to 682ed51 Compare January 15, 2025 09:06
@alan-agius4 alan-agius4 merged commit 23ebfd9 into angular:main Jan 15, 2025
29 of 30 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch January 15, 2025 10:05
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants