elysia-demo-app icon indicating copy to clipboard operation
elysia-demo-app copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@biomejs/biome (source) 1.8.3 -> 1.9.4 age adoption passing confidence devDependencies minor
@elysiajs/cors 0.7.2 -> 0.8.0 age adoption passing confidence dependencies minor
@elysiajs/eden 0.7.7 -> 0.8.1 age adoption passing confidence dependencies minor
@elysiajs/static 0.7.1 -> 0.8.1 age adoption passing confidence dependencies minor
@elysiajs/swagger 1.0.5 -> 1.3.0 age adoption passing confidence dependencies minor
@trivago/prettier-plugin-sort-imports 5.0.1 -> 5.2.2 age adoption passing confidence devDependencies minor
npm-run-all2 8.0.1 -> 8.0.4 age adoption passing confidence devDependencies patch
pino (source) 9.3.1 -> 9.7.0 age adoption passing confidence dependencies minor
prettier (source) 3.2.5 -> 3.5.3 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 3.2.3 -> 3.4.0 age adoption passing confidence devDependencies minor
styfle/cancel-workflow-action 0.12.0 -> 0.12.1 age adoption passing confidence action patch
superjson 2.2.1 -> 2.2.2 age adoption passing confidence devDependencies patch
svelte-check 4.0.1 -> 4.2.1 age adoption passing confidence devDependencies minor
traefik 3.0 -> v3.4 age adoption passing confidence minor
tslib (source) 2.6.3 -> 2.8.1 age adoption passing confidence devDependencies minor
typescript (source) 5.5.3 -> 5.8.3 age adoption passing confidence devDependencies minor
vite (source) 6.1.6 -> 6.3.5 age adoption passing confidence devDependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.4

Compare Source

v1.9.3

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

elysiajs/elysia-cors (@​elysiajs/cors)

v0.8.0

Compare Source

Change:

  • Add support for Elysia 0.8
elysiajs/eden (@​elysiajs/eden)

v0.8.1

Compare Source

Bug fix:

  • #​41 params now optional for paramless routes in edenFetch
  • #​39 transform entire object returned by execute

v0.8.0

Compare Source

Feature:

  • Support Elysia 0.8
elysiajs/elysia-static (@​elysiajs/static)

v0.8.1

Compare Source

Feature:

  • indexHTML support
  • #​16 implement enableDecodeURI
  • #​13 prettier and eslint

Bug fix:

  • #​18 404 navigate to folder
  • #​14 browser cache
  • #​12 always static with assets on an absolute path

v0.8.0

Compare Source

Change:

  • Add support for Elysia 0.8
elysiajs/elysia-swagger (@​elysiajs/swagger)

v1.3.0

Compare Source

Improvement:

  • use static response for documentation page
  • plugin is no longer async
  • model should be synced globally
  • use parse instead of type to determine content type

v1.2.2

Compare Source

Bug fix:

  • #​185 Fix path issue in Scalar config

v1.2.1

Compare Source

Bug fix:

  • #​154 prevent failed to fetch spec from URL error
  • elysia#1063 Using t.Ref as response schema results in invalid OpenAPI specification
  • handle unfold recursive Ref to schema

v1.2.0

Compare Source

Change:

  • Add support for Elysia 1.2

v1.1.6

Compare Source

Bug fix:

  • #​156 add type check in cloneHook

v1.1.5

Compare Source

What's new

  • fix: clone hook object before usage

Full Changelog: https://github.com/elysiajs/elysia-swagger/compare/1.1.4...1.1.5

v1.1.4

Compare Source

Bug fix:

  • Fix duplicate object reference

v1.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/elysiajs/elysia-swagger/compare/1.1.2...1.1.3

v1.1.1

Compare Source

Feature:

  • add hide flag

v1.1.0

Compare Source

Change:

  • Add support for Elysia 1.1
trivago/prettier-plugin-sort-imports (@​trivago/prettier-plugin-sort-imports)

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.0

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v8.0.4

Compare Source

Commits

v8.0.3

Compare Source

Commits
  • Merge pull request #​175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Compare Source

Commits
pinojs/pino (pino)

v9.7.0

Compare Source

v9.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.5.0...v9.6.0

v9.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0

v9.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.3.2...v9.4.0

v9.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.3.1...v9.3.2

prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

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
@&#8203;(foo`tagged template`)
class X {}

// Prettier 3.3.2
@&#8203;foo`tagged template`
class X {}

// Prettier 3.3.3
@&#8203;(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:

@&#8203;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.

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.4.0

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.8

Compare Source

v3.2.7

Compare Source

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations

v3.2.6

Compare Source

  • (feat) Svelte 5: never quote single-expression-attributes

v3.2.5

Compare Source

  • (fix) Svelte 5: format TypeScript in the template

v3.2.4

Compare Source

  • (fix) speed up regex
styfle/cancel-workflow-action (styfle/cancel-workflow-action)

v0.12.1

Compare Source

Patches
blitz-js/superjson (superjson)

v2.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/flightcontrolhq/superjson/compare/v2.2.1...v2.2.2

sveltejs/language-tools (svelte-check)

v4.2.1

Compare Source

  • feat: support generics on snippets (#​2761)

v4.2.0

Compare Source

  • feat: support attachments (#​2760)
  • fix: deduplicate definition for rune-mode components (#​2759)

v4.1.7

Compare Source

  • fix: robustify hoisting logic around prop types (#​2740)
  • fix: ensure typed exports are marked as used (#​2746)
  • chore: bump vscode-html/css-language-service (#​2752)
  • fix: ensure eligible snippets can be referenced in module script (#​2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#​2750)

v4.1.6

Compare Source

  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • fix: add color CLI options

v4.1.5

Compare Source

  • fix: take other snippets into account when checking for hoistability (#​2668)
  • fix: disambiguate render in module script (#​2667)
  • fix: properly transform $props.id when $props is assigned to props (#​2694)
  • fix: handle booleanish popover (#​2702)
  • chore: bump vscode-html/css-language-service (#​2677)
  • fix: use referenced project's compiler option to get resolution mode (#​2676)

[v4.1.4](https://redi


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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[bot] avatar Jul 17 '24 01:07 renovate[bot]

⚠️ No Changeset found

Latest commit: 95b7f95b4ff8e7d6f7ebd5c28778047852344f5a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Jul 17 '24 01:07 changeset-bot[bot]

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Jul 17 '24 01:07 coderabbitai[bot]

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream. Monthly PRs automated: 251/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

gitstream-cm[bot] avatar Jun 19 '25 17:06 gitstream-cm[bot]

🚨 Warning: Approaching Monthly Automation Limit

Monthly PRs automated: 234/250

Your organization has used over 90% of its monthly quota for gitStream automations. Once the quota is reached, new pull requests for this month will not trigger gitStream automations and will be marked as “Skipped”.

To avoid interruptions, consider optimizing your automation usage or upgrading your plan by contacting LinearB.

gitstream-cm[bot] avatar Jul 04 '25 04:07 gitstream-cm[bot]