Skip to content

fix(deps): update all dependencies #40

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.35.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser (source) 8.32.1 -> 8.35.0 age adoption passing confidence dependencies minor
github.com/aperturerobotics/goscript v0.0.18 -> v0.0.53 age adoption passing confidence require patch
github.com/aperturerobotics/starpc v0.39.0 -> v0.39.1 age adoption passing confidence require patch
github.com/goreleaser/goreleaser/v2 v2.9.0 -> v2.10.2 age adoption passing confidence require minor
github/codeql-action v3.28.17 -> v3.29.0 age adoption passing confidence action minor
golang.org/x/tools v0.33.0 -> v0.34.0 age adoption passing confidence require minor
prettier (source) 3.5.3 -> 3.6.1 age adoption passing confidence devDependencies minor
starpc 0.39.0 -> 0.39.1 age adoption passing confidence dependencies patch
vitest (source) 3.1.3 -> 3.2.4 age adoption passing confidence dependencies minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.35.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

aperturerobotics/goscript (github.com/aperturerobotics/goscript)

v0.0.53

Compare Source

v0.0.52

Compare Source

v0.0.51

Compare Source

v0.0.50

Compare Source

v0.0.49

Compare Source

v0.0.48

Compare Source

v0.0.47

Compare Source

v0.0.46

Compare Source

v0.0.45

Compare Source

v0.0.44

Compare Source

v0.0.43

Compare Source

v0.0.42

Compare Source

v0.0.41

Compare Source

v0.0.40

Compare Source

v0.0.39

Compare Source

v0.0.38

Compare Source

v0.0.37

Compare Source

v0.0.36

Compare Source

v0.0.35

Compare Source

v0.0.34

Compare Source

v0.0.32

Compare Source

v0.0.31

Compare Source

v0.0.30

Compare Source

v0.0.29

Compare Source

v0.0.28

Compare Source

v0.0.27

Compare Source

v0.0.26

Compare Source

v0.0.25

Compare Source

v0.0.24

Compare Source

v0.0.23

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source

v0.0.20

Compare Source

v0.0.19

Compare Source

aperturerobotics/starpc (github.com/aperturerobotics/starpc)

v0.39.1

Compare Source

goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.10.2

Compare Source

Changelog

Bug fixes
Documentation updates

Full Changelog: goreleaser/goreleaser@v2.10.1...v2.10.2

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.10.1

Compare Source

Changelog

Bug fixes
Other work

Full Changelog: goreleaser/goreleaser@v2.10.0...v2.10.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.10.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates
Other work

Full Changelog: goreleaser/goreleaser@v2.9.0...v2.10.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

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

v3.29.0

Compare Source

CodeQL Action Changelog

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

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

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

3.28.19 - 03 Jun 2025
  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

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

3.28.18 - 16 May 2025
  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

prettier/prettier (prettier)

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

v3.1.4

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 all dependencies chore(deps): update all dependencies - autoclosed Oct 11, 2024
@renovate renovate bot closed this Oct 11, 2024
@renovate renovate bot deleted the renovate/all branch October 11, 2024 01:03
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 11, 2024
@renovate renovate bot reopened this Oct 11, 2024
@renovate renovate bot restored the renovate/all branch October 11, 2024 17:17
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update dependency eslint-plugin-react-hooks to v5 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3cded20 to 21d8524 Compare October 14, 2024 20:48
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-react-hooks to v5 fix(deps): update all dependencies Oct 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2e15199 to cdc51b6 Compare October 22, 2024 02:03
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 701d9b2 to 484f412 Compare October 29, 2024 08:13
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Oct 29, 2024
@renovate renovate bot closed this Oct 29, 2024
@renovate renovate bot deleted the renovate/all branch October 29, 2024 08:13
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Oct 29, 2024
@renovate renovate bot reopened this Oct 29, 2024
@renovate renovate bot restored the renovate/all branch October 29, 2024 11:27
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies to v0.35.2 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2d20837 to 1f6e887 Compare October 29, 2024 15:07
@renovate renovate bot force-pushed the renovate/all branch 14 times, most recently from fb2ecdd to 87cbe0e Compare June 5, 2025 15:57
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 1413acd to e8c4a7e Compare June 11, 2025 23:17
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8567ba5 to cd937ae Compare June 23, 2025 07:39
Copy link
Contributor Author

renovate bot commented Jun 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module github.com/aperturerobotics/[email protected] requires go >= 1.24.4; switching to go1.24.4
go: downloading go1.24.4 (linux/amd64)
go: download go1.24.4: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

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