Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Dependencies): Update all non-major dependencies (patch) #6258

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular/animations (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/common (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/compiler (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/compiler-cli (source) 19.1.4 -> 19.1.5 age adoption passing confidence devDependencies patch
@angular/core (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/forms (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/localize 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/platform-browser (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/platform-browser-dynamic (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/router (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/service-worker (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@angular/upgrade (source) 19.1.4 -> 19.1.5 age adoption passing confidence dependencies patch
@coreui/angular (source) 5.3.10 -> 5.3.12 age adoption passing confidence dependencies patch
@coreui/icons-angular (source) 5.3.9 -> 5.3.12 age adoption passing confidence dependencies patch
@playwright/test (source) 1.49.0 -> 1.49.1 age adoption passing confidence devDependencies patch
@types/jasmine (source) 5.1.4 -> 5.1.5 age adoption passing confidence devDependencies patch
@types/node (source) 20.16.14 -> 20.16.15 age adoption passing confidence devDependencies patch
html-webpack-plugin 5.6.2 -> 5.6.3 age adoption passing confidence devDependencies patch
husky 9.1.6 -> 9.1.7 age adoption passing confidence devDependencies patch
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence devDependencies patch
nginx 1.27.2-alpine -> 1.27.4-alpine age adoption passing confidence final patch
npm-run-all2 7.0.1 -> 7.0.2 age adoption passing confidence devDependencies patch
peter-evans/create-pull-request v7.0.5 -> v7.0.6 age adoption passing confidence action patch
sass-loader 16.0.2 -> 16.0.4 age adoption passing confidence devDependencies patch

Release Notes

angular/angular (@​angular/animations)

v19.1.5

Compare Source

compiler-cli
Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#​59815)
53a4668b58b fix handle const enums used inside HMR data (#​59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#​59815)
coreui/coreui-angular (@​coreui/angular)

v5.3.12

Compare Source

  • fix(carousel): first image slides in for crossfade transition, animations refactor, closes #​213 - thanks @​baloo32
  • fix(carousel): interval prop value change should set/reset timer, closes #​214 - thanks @​baloo32
  • chore(dependencies): update

microsoft/playwright (@​playwright/test)

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.3

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

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

v7.0.2

Compare Source

Merged
  • Upgrade: Bump neostandard from 0.11.9 to 0.12.0 #164
  • Upgrade: Bump codecov/codecov-action from 4 to 5 #161
Commits
  • Raise cross-spawn version floor to ^7.0.6 45a9e19
  • Merge pull request #​163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 285967a
  • Upgrade: Bump mocha from 10.8.2 to 11.0.1 5d1aea5
peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.6: Create Pull Request v7.0.6

Compare Source

⚙️ Fixes an issue with commit signing where unicode characters in file paths were not preserved.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.5...v7.0.6

webpack-contrib/sass-loader (sass-loader)

v16.0.4

Compare Source

v16.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file patch labels Oct 23, 2024
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch from 672c1e2 to 0f60a52 Compare October 23, 2024 06:05
@renovate renovate bot changed the title feat(Dependencies): Update dependency html-webpack-plugin to v5.6.3 feat(Dependencies): Update all non-major dependencies (patch) Oct 23, 2024
@renovate renovate bot requested a review from a team October 23, 2024 09:50
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 3 times, most recently from d587e54 to a94f090 Compare October 28, 2024 19:19
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 4 times, most recently from 5373cbd to 3d9a7cc Compare November 6, 2024 18:07
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 7 times, most recently from 887f63d to 1be1f1d Compare November 15, 2024 12:53
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 5 times, most recently from 9137c5c to 8e24b68 Compare November 25, 2024 12:26
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 6 times, most recently from b57ddd0 to 7070569 Compare November 26, 2024 18:29
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 5 times, most recently from c5d0cae to 4d19fcb Compare December 3, 2024 13:20
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 3 times, most recently from 7664265 to ad0dc8d Compare December 10, 2024 14:50
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 4 times, most recently from 811be9e to 1d5854b Compare December 18, 2024 14:55
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch from 1d5854b to 4e5cb1b Compare December 27, 2024 13:27
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch from 4e5cb1b to 8725502 Compare January 8, 2025 12:47
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 3 times, most recently from dc95a26 to f896051 Compare January 21, 2025 10:26
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch 3 times, most recently from cf4c4ff to d9645b2 Compare February 6, 2025 02:51
| datasource  | package                           | from     | to       |
| ----------- | --------------------------------- | -------- | -------- |
| npm         | @angular/animations               | 19.1.4   | 19.1.5   |
| npm         | @angular/common                   | 19.1.4   | 19.1.5   |
| npm         | @angular/compiler                 | 19.1.4   | 19.1.5   |
| npm         | @angular/compiler-cli             | 19.1.4   | 19.1.5   |
| npm         | @angular/core                     | 19.1.4   | 19.1.5   |
| npm         | @angular/forms                    | 19.1.4   | 19.1.5   |
| npm         | @angular/localize                 | 19.1.4   | 19.1.5   |
| npm         | @angular/platform-browser         | 19.1.4   | 19.1.5   |
| npm         | @angular/platform-browser-dynamic | 19.1.4   | 19.1.5   |
| npm         | @angular/router                   | 19.1.4   | 19.1.5   |
| npm         | @angular/service-worker           | 19.1.4   | 19.1.5   |
| npm         | @angular/upgrade                  | 19.1.4   | 19.1.5   |
| npm         | @coreui/angular                   | 5.3.10   | 5.3.12   |
| npm         | @coreui/icons-angular             | 5.3.9    | 5.3.12   |
| npm         | @playwright/test                  | 1.49.0   | 1.49.1   |
| npm         | @types/jasmine                    | 5.1.4    | 5.1.5    |
| npm         | @types/node                       | 20.16.14 | 20.16.15 |
| npm         | html-webpack-plugin               | 5.6.2    | 5.6.3    |
| npm         | husky                             | 9.1.6    | 9.1.7    |
| npm         | lint-staged                       | 15.2.10  | 15.2.11  |
| docker      | nginx                             | 1.27.2   | 1.27.4   |
| npm         | npm-run-all2                      | 7.0.1    | 7.0.2    |
| github-tags | peter-evans/create-pull-request   | v7.0.5   | v7.0.6   |
| npm         | sass-loader                       | 16.0.2   | 16.0.4   |
@renovate renovate bot force-pushed the deps/patch-all-minor-patch branch from 8bdd06e to 693ab4f Compare February 7, 2025 09:20
@dweinholz dweinholz merged commit 8dbc92c into dev Feb 7, 2025
4 checks passed
@dweinholz dweinholz deleted the deps/patch-all-minor-patch branch February 7, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant