Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update devdependencies #376

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

Merged
merged 1 commit into from
Mar 23, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/cache (source) 4.0.2 -> 4.0.3 age adoption passing confidence
@octokit/openapi-types (source) 24.0.0 -> 24.2.0 age adoption passing confidence
@octokit/plugin-paginate-rest 11.4.3 -> 11.6.0 age adoption passing confidence
@octokit/plugin-rest-endpoint-methods 13.3.1 -> 13.5.0 age adoption passing confidence
@octokit/types 13.8.0 -> 13.10.0 age adoption passing confidence
dprint 0.49.0 -> 0.49.1 age adoption passing confidence
npm-check-updates 17.1.15 -> 17.1.16 age adoption passing confidence
rollup (source) 4.35.0 -> 4.36.0 age adoption passing confidence
shx 0.3.4 -> 0.4.0 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/cache)

v4.0.3

  • Added masking for Shared Access Signature (SAS) cache entry URLs #​1982
  • Improved debugging by logging both the cache version alongside the keys requested when a cache restore fails #​1994
octokit/openapi-types.ts (@​octokit/openapi-types)

v24.2.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, add dismissal request for code scanning for GHES and GHEC, description updates (#​456) (6dbabd6)

v24.1.0

Compare Source

Features
  • add GHES 3.16, add new epss_percentage sorting to advisories, new epss_percentage parameter for dependabot alerts, new dismissal_approved_by parameter to code scanning alerts, new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history, /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints, deprecate Projects (classic), deprecate Copilot usage endpoints, description updates (#​455) (fbef6d1)
octokit/plugin-paginate-rest.js (@​octokit/plugin-paginate-rest)

v11.6.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#​666) (1f44b54)

v11.5.0

Compare Source

Features
  • new GET /orgs/{org}/actions/hosted-runners, GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners, GET /orgs/{org}/rulesets/{ruleset_id}/history, GET /orgs/{org}/settings/network-configurations, GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#​649) (ef30a05)
octokit/plugin-rest-endpoint-methods.js (@​octokit/plugin-rest-endpoint-methods)

v13.5.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints (#​792) (58d342e)

v13.4.0

Compare Source

Features
  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#​791) (b3fe977)
octokit/types.ts (@​octokit/types)

v13.10.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, description updates (#​669) (302087f)

v13.9.0

Compare Source

Features
  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#​668) (3ee44b3)

v13.8.1

Compare Source

Bug Fixes
dprint/dprint (dprint)

v0.49.1

Compare Source

Changes

Please cargo install with --locked though.

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 2d787c677d9c703a2df20895cde8fe2cfa2ad565926371433c90c12a6a0cf856
dprint-aarch64-apple-darwin.zip e8d0da82dd56ea629519e250ad54f084c4a0a1c42cfc4680d73d9f31be21c849
dprint-x86_64-pc-windows-msvc.zip cd4587bb010fd539de1b4d8c8f74bb7100994e2fdaf4e04747b96ee570daf564
dprint-x86_64-pc-windows-msvc-installer.exe 5b6c40e7853e961fdc4dcc61e95b47ff8520a36cd384bcab84fc365b0452d479
dprint-x86_64-unknown-linux-gnu.zip 06c9eb656c8021f03e75620d391304de29ad540ee714bd23f91243370ac4435c
dprint-x86_64-unknown-linux-musl.zip 9f7ee660fddba51780552ec487d720eb2f24fb749bfb2412439f62b845a97a2e
dprint-aarch64-unknown-linux-gnu.zip e6fd968303fe842ab8dd5c83e847351d6f83322da4691797c78f6e84241f7c80
dprint-aarch64-unknown-linux-musl.zip 4316c69f5fef26f3ab08cd9ea25555b626f7cbec05ed9f3b17516173256dd22b
dprint-riscv64gc-unknown-linux-gnu.zip 60ba95d4335d09f72a280e77985b5d2719654dbffb0922a9dd5f58a8110c3831
raineorshine/npm-check-updates (npm-check-updates)

v17.1.16

Compare Source

rollup/rollup (rollup)

v4.36.0

Compare Source

2025-03-17

Features
  • Extend renderDynamicImport hook to provide information about static dependencies of the imported module (#​5870)
  • Export several additional types used by Vite (#​5879)
Bug Fixes
  • Do not merge chunks if that would create a top-level await cycle between chunks (#​5843)
Pull Requests
shelljs/shx (shx)

v0.4.0

Compare Source

✨ Highlighted changes

  • This is based on ShellJS v0.9! This means we bumped the minimum node version to >= v18.
  • Small bash compatibility change to shx sed. Now if you invoke shx sed -i, this will not print any output to stdout (this is for consistency with unix sed). Using shx sed without the -i flag will still print to stdout as before.

What's Changed

New Contributors

Full Changelog: shelljs/shx@v0.3.4...v0.4.0


Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 22, 2025 02:45
@renovate renovate bot force-pushed the renovate/devdependencies branch from b291d72 to 21c8737 Compare March 23, 2025 01:40
@renovate renovate bot force-pushed the renovate/devdependencies branch from 21c8737 to a1d02b6 Compare March 23, 2025 01:42
@renovate renovate bot merged commit 2fe3219 into master Mar 23, 2025
26 checks passed
@renovate renovate bot deleted the renovate/devdependencies branch March 23, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.