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

fix(deps): update all dependencies #178

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

fix(deps): update all dependencies #178

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@libp2p/interface (source) 1.6.0 -> 1.6.1 age adoption passing confidence dependencies patch
@libp2p/logger (source) 4.0.16 -> 4.0.17 age adoption passing confidence dependencies patch
actions/dependency-review-action v4.3.3 -> v4.3.4 age adoption passing confidence action patch
eslint (source) 9.6.0 -> 9.7.0 age adoption passing confidence devDependencies minor
github/codeql-action v3.25.11 -> v3.25.12 age adoption passing confidence action patch
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch

Release Notes

libp2p/js-libp2p (@​libp2p/interface)

v1.6.1: libp2p: v1.6.1

Compare Source

Bug Fixes
Dependencies
actions/dependency-review-action (actions/dependency-review-action)

v4.3.4

Compare Source

eslint/eslint (eslint)

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

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

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.


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 fix(deps): update module github.com/aperturerobotics/starpc to v0.32.14 fix(deps): update all dependencies Jun 28, 2024
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jun 28, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8319245 to 7b1e5cf Compare June 30, 2024 21:35
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Jul 1, 2024
@renovate renovate bot closed this Jul 1, 2024
@renovate renovate bot deleted the renovate/all branch July 1, 2024 07:07
@renovate renovate bot restored the renovate/all branch July 1, 2024 11:07
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Jul 1, 2024
@renovate renovate bot reopened this Jul 1, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update module github.com/aperturerobotics/starpc to v0.32.15 Jul 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/starpc to v0.32.15 chore(deps): update all dependencies Jul 1, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 169f218 to 0397088 Compare July 3, 2024 13:47
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jul 3, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0520bb3 to eb3033a Compare July 3, 2024 21:41
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jul 4, 2024
@renovate renovate bot closed this Jul 4, 2024
@renovate renovate bot deleted the renovate/all branch July 4, 2024 00:25
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jul 4, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/util to v1.23.9 fix(deps): update all dependencies Jul 4, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from a53cab8 to e2d8326 Compare July 8, 2024 20:03
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jul 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from f763940 to f18bee8 Compare July 10, 2024 21:31
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update module github.com/aperturerobotics/util to v1.23.10 Jul 10, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/util to v1.23.10 fix(deps): update module github.com/aperturerobotics/util to v1.23.10 - autoclosed Jul 10, 2024
@renovate renovate bot closed this Jul 10, 2024
@renovate renovate bot deleted the renovate/all branch July 10, 2024 21:32
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/util to v1.23.10 - autoclosed fix(deps): update module github.com/aperturerobotics/util to v1.23.10 Jul 11, 2024
@renovate renovate bot reopened this Jul 11, 2024
@renovate renovate bot restored the renovate/all branch July 11, 2024 22:15
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/util to v1.23.10 chore(deps): update actions/dependency-review-action action to v4.3.4 Jul 11, 2024
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action action to v4.3.4 chore(deps): update all dependencies Jul 12, 2024
Copy link

socket-security bot commented Jul 12, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@libp2p/[email protected] None +1 264 kB achingbrain, alanshaw, daviddias, ...3 more
npm/@libp2p/[email protected] None +2 175 kB npm-service-account-libp2p
npm/[email protected] environment Transitive: eval, filesystem, unsafe +52 7.49 MB eslintbot
npm/[email protected] None 0 7.7 MB azz, duailibe, fisker, ...8 more

🚮 Removed packages: npm/@libp2p/[email protected], npm/@libp2p/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jul 13, 2024
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