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

chore(deps): update all non-major dependencies #847

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@parcel/transformer-elm 2.13.3 -> 2.14.4 age adoption passing confidence devDependencies minor
@parcel/transformer-sass 2.13.3 -> 2.14.4 age adoption passing confidence devDependencies minor
actions/cache v4.2.1 -> v4.2.3 age adoption passing confidence action patch
actions/setup-node v4.2.0 -> v4.3.0 age adoption passing confidence action minor
axe-core (source) 4.10.2 -> 4.10.3 age adoption passing confidence devDependencies patch
github/codeql-action v3.28.10 -> v3.28.15 age adoption passing confidence action patch
parcel 2.13.3 -> 2.14.4 age adoption passing confidence devDependencies minor
prettier (source) 3.5.2 -> 3.5.3 age adoption passing confidence devDependencies patch
start-server-and-test 2.0.10 -> 2.0.11 age adoption passing confidence devDependencies patch
stylelint (source) 16.14.1 -> 16.18.0 age adoption passing confidence devDependencies minor
stylelint-declaration-strict-value 1.10.8 -> 1.10.11 age adoption passing confidence devDependencies patch

Release Notes

parcel-bundler/parcel (@​parcel/transformer-elm)

v2.14.4

Compare Source

Fixed
  • Core

    • Fix duplicate bundles error message – Details
  • JavaScript

    • Support ESM externals and exports in dev packager – Details
    • Treat Deno's jsr: dependencies as external – Details

v2.14.3

Compare Source

Fixed
  • JavaScript
    • Updated to React 19.1, which enables Server Components to be used with stable React instead of only canary – Details

v2.14.2

Compare Source

Fixed
  • Core

    • Enable resolving source field in dev dependencies – Details
    • Error when building a library target in serve mode – Details
  • JavaScript

    • Fix MDX inline assets in static RSCs – Details
    • Fix symbol collection with multiple exports of same function (e.g. date-fns) – Details
  • REPL

    • Fix error overlay resolution in REPL – Details
  • create-parcel

    • Fix gitignore in create-parcel – Details
    • Fix create-parcel on windows – Details

v2.14.1

Compare Source

Fixed
  • Resolver
    • Fix resolving package self references – Details

v2.14.0

Compare Source

Added
  • Core

    • Add a CLI to create new Parcel apps – Details
  • JavaScript

  • Dev Server

    • Support running node bundles in dev server – Details
    • Apply HMR updates via node worker thread – Details
Fixed
actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

actions/setup-node (actions/setup-node)

v4.3.0

Compare Source

dequelabs/axe-core (axe-core)

v4.10.3: Release 4.10.3

Compare Source

This release addresses a few performance issues, corrects a few typos, and addresses a few inconsistencies between axe and the latest web standards. This may, but is unlikely to reduce the total number of issues found.

Bug Fixes
github/codeql-action (github/codeql-action)

v3.28.15

Compare Source

CodeQL Action Changelog

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

3.28.15 - 07 Apr 2025
  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

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

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

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

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

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

3.28.12 - 19 Mar 2025
  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

v3.28.11

Compare Source

CodeQL Action Changelog

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

3.28.11 - 07 Mar 2025
  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

prettier/prettier (prettier)

v3.5.3

Compare Source

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

v2.0.11

Compare Source

Bug Fixes
stylelint/stylelint (stylelint)

v16.18.0

Compare Source

It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the syntax-string-no-invalid and layer-name-pattern ones from recent releases, in our standard config.

v16.17.0

Compare Source

It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.

v16.16.0

Compare Source

It adds support for computing EditInfo to 22 more rules and reverts a change that added context.lexer to our public API in the previous release.

v16.15.0

Compare Source

It adds 1 new rule, a languageOptions configuration property for configuring some of the new rules added in 16.13.0, regex support to 1 option and support for computing EditInfo to 6 rules. It fixes 9 bugs, including 2 with the tap reporter.

AndyOGo/stylelint-declaration-strict-value (stylelint-declaration-strict-value)

v1.10.11

Compare Source

Reverts
  • Revert "fix: exclude dependencies from build" (1c15a08)

v1.10.10

Compare Source

Bug Fixes
  • exclude dependencies from build (af4bbce)

v1.10.9

Compare Source

Bug Fixes

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 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 requested a review from a team as a code owner February 27, 2025 16:06
@renovate renovate bot added the dependencies Indicates a change to dependencies label Feb 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from b191c76 to 28d2bc4 Compare February 27, 2025 22:05
@renovate renovate bot changed the title chore(deps): update actions/cache action to v4.2.2 chore(deps): update all non-major dependencies Feb 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 4081c9c to ee60dce Compare March 7, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 53d1c1b to 6b5cc42 Compare March 14, 2025 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from a3f1773 to 45218ee Compare March 23, 2025 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from ed92dec to 19d5f80 Compare March 29, 2025 23:03
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 7652741 to fb48e10 Compare April 7, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from fb48e10 to 05fcc3c Compare April 7, 2025 22:47
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.

0 participants