Skip to content

fix(deps): update all dependencies - autoclosed#131

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all
Closed

fix(deps): update all dependencies - autoclosed#131
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/configure-pages action major v5v6 age adoption passing confidence
actions/deploy-pages action major v4v5 age adoption passing confidence
actions/setup-go action minor v6.3.0v6.4.0 age adoption passing confidence
esbuild devDependencies minor ^0.27.2^0.28.0 age adoption passing confidence
github.com/aperturerobotics/util require minor v1.32.5v1.33.0 age adoption passing confidence
github/codeql-action action minor v4.33.0v4.35.1 age adoption passing confidence
typescript (source) devDependencies major ^5.4.2^6.0.0 age adoption passing confidence
typescript (source) devDependencies major ^5.8.3^6.0.0 age adoption passing confidence

Release Notes

actions/configure-pages (actions/configure-pages)

v6

Compare Source

actions/deploy-pages (actions/deploy-pages)

v5

Compare Source

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

evanw/esbuild (esbuild)

v0.28.0

Compare Source

  • Add support for with { type: 'text' } imports (#​4435)

    The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:

    import string from './example.txt' with { type: 'text' }
    console.log(string)
  • Add integrity checks to fallback download path (#​4343)

    Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with the npm command, and then with a HTTP request to registry.npmjs.org as a last resort).

    This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-level esbuild package. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.

  • Update the Go compiler from 1.25.7 to 1.26.1

    This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:

    • It now uses the new garbage collector that comes with Go 1.26.
    • The Go compiler is now more aggressive with allocating memory on the stack.
    • The executable format that the Go linker uses has undergone several changes.
    • The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.

    You can read the Go 1.26 release notes for more information.

aperturerobotics/util (github.com/aperturerobotics/util)

v1.33.0

Compare Source

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

v4.35.1

Compare Source

v4.35.0

Compare Source

v4.34.1

Compare Source

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #​3762

v4.34.0

Compare Source

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #​3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #​3584
  • Update default CodeQL bundle version to 2.25.0. #​3585
microsoft/TypeScript (typescript)

v6.0.2

Compare Source


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

@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.58.0 chore(deps): update all dependencies Jan 23, 2026
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jan 30, 2026
@renovate renovate bot closed this Jan 30, 2026
@renovate renovate bot deleted the renovate/all branch January 30, 2026 00:08
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update dependency playwright to v1.58.1 Jan 30, 2026
@renovate renovate bot reopened this Jan 30, 2026
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2dc4f59 to 8e29cc5 Compare January 31, 2026 04:33
@renovate renovate bot changed the title chore(deps): update dependency playwright to v1.58.1 fix(deps): update all dependencies Jan 31, 2026
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 229b555 to 2e732cd Compare February 7, 2026 01:00
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 673ff5d to 44bcfe8 Compare February 16, 2026 11:04
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b3f62f0 to c0efa9d Compare February 20, 2026 16:41
@renovate renovate bot force-pushed the renovate/all branch 14 times, most recently from 6834971 to b79b86d Compare March 9, 2026 15:01
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from d4cd8c9 to 621830b Compare March 16, 2026 10:40
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Mar 18, 2026
@renovate renovate bot closed this Mar 18, 2026
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed chore(deps): update github/codeql-action action to v4.34.0 Mar 20, 2026
@renovate renovate bot reopened this Mar 20, 2026
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 28ebeee to 90b9807 Compare March 20, 2026 14:00
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v4.34.0 chore(deps): update github/codeql-action action to v4.34.1 Mar 20, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants