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 dependencies #105

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 May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common ^0.17.2 -> ^0.18.0 age adoption passing confidence devDependencies minor
actions/dependency-review-action v4.3.3 -> v4.3.4 age adoption passing confidence action patch
github.com/aperturerobotics/common v0.17.2 -> v0.18.0 age adoption passing confidence require minor
github/codeql-action v3.25.11 -> v3.25.13 age adoption passing confidence action patch
golang.org/x/exp 46b0784 -> 8a7402a age adoption passing confidence require digest
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
starpc 0.32.16 -> 0.32.18 age adoption passing confidence dependencies patch

Release Notes

aperturerobotics/common (@​aptre/common)

v0.18.0

Compare Source

v0.17.3

Compare Source

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

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4

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

v3.25.13

Compare Source

v3.25.12

Compare Source

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

aperturerobotics/starpc (starpc)

v0.32.18

Compare Source

v0.32.17

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 force-pushed the renovate/all branch 3 times, most recently from 7b75599 to 7938fe8 Compare May 22, 2024 08:13
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed May 22, 2024
@renovate renovate bot closed this May 22, 2024
@renovate renovate bot deleted the renovate/all branch May 22, 2024 08:13
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies May 25, 2024
@renovate renovate bot reopened this May 25, 2024
@renovate renovate bot restored the renovate/all branch May 25, 2024 07:35
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update golang.org/x/exp digest to 4c93da0 May 25, 2024
@renovate renovate bot changed the title fix(deps): update golang.org/x/exp digest to 4c93da0 fix(deps): update all dependencies May 28, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 082d6ce to 9557e4e Compare May 29, 2024 22:23
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies May 29, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update golang.org/x/exp digest to 23cca88 May 29, 2024
@renovate renovate bot changed the title fix(deps): update golang.org/x/exp digest to 23cca88 fix(deps): update golang.org/x/exp digest to 404ba88 May 30, 2024
@renovate renovate bot changed the title fix(deps): update golang.org/x/exp digest to 404ba88 chore(deps): update all dependencies May 31, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 128476f to 49e4023 Compare June 1, 2024 18:01
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jun 3, 2024
@renovate renovate bot closed this Jun 3, 2024
@renovate renovate bot deleted the renovate/all branch June 3, 2024 03:32
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jun 4, 2024
@renovate renovate bot reopened this Jun 4, 2024
@renovate renovate bot restored the renovate/all branch June 4, 2024 17:02
@renovate renovate bot changed the title chore(deps): update dependency rimraf to v5.0.8 fix(deps): update all dependencies Jul 8, 2024
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update golang.org/x/exp digest to 46b0784 Jul 9, 2024
@renovate renovate bot changed the title fix(deps): update golang.org/x/exp digest to 46b0784 fix(deps): update all dependencies Jul 9, 2024
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jul 9, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c75daf0 to e41a7d6 Compare July 10, 2024 15:41
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jul 10, 2024
@renovate renovate bot closed this Jul 10, 2024
@renovate renovate bot deleted the renovate/all branch July 10, 2024 20:52
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jul 10, 2024
@renovate renovate bot reopened this Jul 10, 2024
@renovate renovate bot restored the renovate/all branch July 10, 2024 21:43
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency @aptre/common to v0.17.3 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1f9dc20 to b24997d Compare July 11, 2024 01:01
@renovate renovate bot changed the title chore(deps): update dependency @aptre/common to v0.17.3 chore(deps): update all dependencies to v0.17.3 Jul 11, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies to v0.17.3 chore(deps): update all dependencies Jul 12, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 2d1ef05 to eb98ce9 Compare July 16, 2024 19:56
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e42a41d to cd0c964 Compare July 19, 2024 20:05
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.

None yet

0 participants