Skip to content

chore(deps): update all dependencies #89

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
Jan 14, 2024
Merged

chore(deps): update all dependencies #89

merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/dependency-review-action action patch v3.1.4 -> v3.1.5 age adoption passing confidence
github/codeql-action action minor v3.22.12 -> v3.23.0 age adoption passing confidence
prettier (source) devDependencies minor 3.1.1 -> 3.2.2 age adoption passing confidence
starpc dependencies patch 0.22.5 -> 0.22.6 age adoption passing confidence

Release Notes

actions/dependency-review-action (actions/dependency-review-action)

v3.1.5: 3.1.5

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v3.1.4...v3.1.5

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

v3.23.0

Compare Source

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

aperturerobotics/starpc (starpc)

v0.22.6

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

@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v4.0.1 chore(deps): update all dependencies Dec 18, 2023
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bcd817a to 29a0755 Compare December 19, 2023 06:59
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Dec 19, 2023
@renovate renovate bot closed this Dec 19, 2023
@renovate renovate bot deleted the renovate/all branch December 19, 2023 22:40
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Dec 20, 2023
@renovate renovate bot reopened this Dec 20, 2023
@renovate renovate bot restored the renovate/all branch December 20, 2023 22:34
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency ts-proto to v1.165.2 Dec 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency ts-proto to v1.165.2 chore(deps): update all dependencies Dec 21, 2023
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 96659cd to b81d2f1 Compare December 26, 2023 22:58
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Dec 30, 2023
@renovate renovate bot closed this Dec 30, 2023
@renovate renovate bot deleted the renovate/all branch December 30, 2023 02:25
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Dec 31, 2023
@renovate renovate bot restored the renovate/all branch December 31, 2023 03:06
@renovate renovate bot reopened this Dec 31, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Dec 31, 2023
@renovate renovate bot closed this Dec 31, 2023
@renovate renovate bot deleted the renovate/all branch December 31, 2023 03:09
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jan 1, 2024
@renovate renovate bot reopened this Jan 1, 2024
@renovate renovate bot restored the renovate/all branch January 1, 2024 01:21
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency ts-proto to v1.166.2 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 19a6069 to dfee090 Compare January 1, 2024 18:25
@renovate renovate bot changed the title chore(deps): update dependency ts-proto to v1.166.2 chore(deps): update all dependencies Jan 1, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jan 2, 2024
@renovate renovate bot closed this Jan 2, 2024
@renovate renovate bot deleted the renovate/all branch January 2, 2024 06:21
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jan 4, 2024
@renovate renovate bot reopened this Jan 4, 2024
@renovate renovate bot restored the renovate/all branch January 4, 2024 16:15
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update actions/dependency-review-action action to v3.1.5 Jan 4, 2024
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action action to v3.1.5 chore(deps): update all dependencies Jan 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 457f169 to 73e498d Compare January 12, 2024 22:00
@paralin paralin merged commit c2d1f83 into master Jan 14, 2024
@paralin paralin deleted the renovate/all branch January 14, 2024 03:46
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.

1 participant