Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 12, 2024

This PR contains the following updates:

Package Type Update Change
@microsoft/api-extractor (source) dependencies patch 7.48.0 -> 7.48.1
@rollup/plugin-commonjs (source) devDependencies patch 28.0.1 -> 28.0.2
firebase-tools devDependencies minor 13.28.0 -> 13.29.1
github/codeql-action action patch v3.27.7 -> v3.27.9
renovate (source) dependencies minor 39.62.6 -> 39.69.3
stylelint (source) devDependencies minor 16.11.0 -> 16.12.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.48.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)
firebase/firebase-tools (firebase-tools)

v13.29.1

Compare Source

  • Fixed an issue where clearData with no tables would cause the Data Connect emulator to crash.
  • Fixed an issue where the Data Connect emulator would crash with Error: Unreachable.

v13.29.0

Compare Source

  • Changes default CF3 runtime to nodejs22 (#​8037)
  • Fixed an issue where --import would error for the Data Connect emulator if dataDir was also set.
  • Fixed an issue where firebase init dataconnect errored when importing a schema with no GQL files.
  • Fixed an issue where the Data Connect emulator would not cleanly shut down Postgres and corrupt data. (#​8044)
  • CF3 callables can now be annotate with a genkit action they are serving. (#​8039)
  • HTTPS functions can now be upgraded to HTTPS Callable functions. (#​8039)
  • Update default tsconfig to support more modern defaults. (#​8039)
  • Added validation for project ID and project name during firebase init (#​2514)
  • Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required @file:UseSerializers(UUIDSerializer::class) annotation. (#​8058)
github/codeql-action (github/codeql-action)

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

renovatebot/renovate (renovate)

v39.69.3

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v39.69.2

Compare Source

Build System

v39.69.1

Compare Source

Bug Fixes

v39.69.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.22.3 (#​33112) (5b8942f)

v39.68.1

Compare Source

Bug Fixes

v39.68.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.4.3 (#​33110) (9c244a2)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.4.3 (#​33109) (4c40e99)

v39.67.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.22.2 (#​33106) (0552d98)

v39.66.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.22.1 (#​33103) (ebfc4db)

v39.65.2

Compare Source

Bug Fixes
  • go: Better condition for quitting major versions fetch loop (#​33102) (3d86982)

v39.65.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.4.2 (#​33101) (0633b79)
Miscellaneous Chores

v39.65.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.4.1 (#​33092) (0092db9)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.4.1 (#​33091) (f8b436d)

v39.64.0

Compare Source

Features
Miscellaneous Chores

v39.63.1

Compare Source

Bug Fixes
Code Refactoring

v39.63.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.21.1 (#​33025) (32d72fe)
Miscellaneous Chores
Tests
Build System
stylelint/stylelint (stylelint)

v16.12.0

Compare Source

  • Added: selector-pseudo-class-allowed-list now checks @page pseudo-classes (#​8176) (@​Mouvedia).
  • Added: selector-pseudo-class-disallowed-list now checks @page pseudo-classes (#​8171) (@​Mouvedia).
  • Fixed: at-rule-property-required-list message to use "descriptor" for accuracy (#​8186) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for container-name (#​8157) (@​Mouvedia).
  • Fixed: custom-property-no-missing-var-function false positives for custom properties passed to running() (#​8172) (@​Mouvedia).
  • Fixed: function-no-unknown false positives for running() (#​8172) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :open (#​8184) (@​lukewarlow).
  • Fixed: selector-pseudo-class-no-unknown false positives for :recto, :verso and :nth() (#​8170) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for some moz-* vendor-prefixed pseudo-classes (#​8188) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::details-content (#​8174) (@​lukewarlow).
  • Fixed: selector-type-no-unknown false positives for idents in functional pseudo-classes (#​8191) (@​elskhn).
  • Fixed: value-keyword-case false negatives (#​8158) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for vendor-prefixed system colors (#​8146) (@​Mouvedia).

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker comp: build renovate managed labels Dec 12, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Dec 12, 2024
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 26 times, most recently from 38c0fa8 to 3b00660 Compare December 14, 2024 20:08
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 22 times, most recently from eb141fc to bad1aee Compare December 16, 2024 13:17
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from bad1aee to 86e28bd Compare December 16, 2024 14:10
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott
Copy link
Member

This PR was merged into the repository by commit 3a2ae40.

The changes were merged into the following branches: main

@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 Jan 16, 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 comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants