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

fix(deps): update all non-major dependencies #789

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@hpcc-js/wasm (source) 2.16.1 -> 2.16.2 age adoption passing confidence dependencies patch
actions/checkout v4.1.1 -> v4.1.6 age adoption passing confidence action patch
axe-core (source) 4.9.0 -> 4.9.1 age adoption passing confidence devDependencies patch
github/codeql-action v3.24.9 -> v3.25.8 age adoption passing confidence action minor
node (source) 20.12.0 -> 20.14.0 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence devDependencies minor
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
start-server-and-test 2.0.3 -> 2.0.4 age adoption passing confidence devDependencies patch
stylelint (source) 16.3.1 -> 16.6.1 age adoption passing confidence devDependencies minor
stylelint-scss 6.2.1 -> 6.3.1 age adoption passing confidence devDependencies minor

Release Notes

hpcc-systems/hpcc-js-wasm (@​hpcc-js/wasm)

v2.16.2

Compare Source

actions/checkout (actions/checkout)

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

dequelabs/axe-core (axe-core)

v4.9.1

Compare Source

github/codeql-action (github/codeql-action)

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.11

Compare Source

v3.24.10

Compare Source

nodejs/node (node)

v20.14.0

Compare Source

v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Revert "tools: install npm PowerShell scripts on Windows"

Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.

Commits
  • [b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #​52897

v20.13.0

Compare Source

v20.12.2: 2024-04-10, Version 20.12.2 'Iron' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits

v20.12.1

Compare Source

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

bahmutov/start-server-and-test (start-server-and-test)

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.5 (dd8a2d7)
stylelint/stylelint (stylelint)

v16.6.1

Compare Source

v16.6.0

Compare Source

v16.5.0

Compare Source

v16.4.0

Compare Source

stylelint-scss/stylelint-scss (stylelint-scss)

v6.3.1

Compare Source

  • Fixed: selector-no-redundant-nesting-selector handle pseudo selectors (#​1008).
  • Fixed: operator-no-unspaced handle Tailwind CSS direct children styling (#​1007).
  • Fixed: no-unused-private-members fix changes from hyphen to underscore in debug message (#​1002).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.0...v6.3.1

v6.3.0

Compare Source

  • Added: at-mixin-no-risky-nesting-selector rule (#​985).
  • Fixed: property-no-unknown ignore interpolated properties (#​977).
  • Fixed: no-unused-private-members treat hyphens and underscores as equals (#​987).
  • Fixed: no-global-function-names report errors inside at-rules (#​988).
  • Fixed: operator-no-unspaced ignore operators inside @scope (#​995).
  • Fixed: no-duplicate-mixins allow using the same mixin name in different scope (#​997).

Full Changelog: stylelint-scss/stylelint-scss@v6.2.1...v6.3.0


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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 3, 2024 16:48
@renovate renovate bot added the dependencies Indicates a change to dependencies label Apr 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 198ea3b to 61db33c Compare April 5, 2024 16:03
@renovate renovate bot changed the title chore(deps): update dependency node to v20.12.1 chore(deps): update all non-major dependencies Apr 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from dc3c181 to 81d267c Compare April 17, 2024 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 8b5ecb2 to 5f15b35 Compare April 23, 2024 16:28
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from b5d9a3c to 064f1db Compare April 29, 2024 11:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 7 times, most recently from b33f7e2 to c0b9a40 Compare May 8, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 481977c to c8a2192 Compare May 10, 2024 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 31c966e to 2614944 Compare May 16, 2024 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from f8a8339 to a18b07d Compare May 24, 2024 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 8 times, most recently from bf3c523 to 332d16b Compare June 3, 2024 23:01
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from b0b0bdb to 0bd42c4 Compare June 5, 2024 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 0bd42c4 to 130196b Compare June 6, 2024 14:37
@wsan3 wsan3 merged commit c4f14be into main Jun 6, 2024
13 checks passed
@wsan3 wsan3 deleted the renovate/all-minor-patch-digest-pin branch June 6, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants