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 javascript dev dependencies - autoclosed #58

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) 10.4.12 -> 10.4.13 age adoption passing confidence
@nestjs/core (source) 10.4.12 -> 10.4.13 age adoption passing confidence
@nestjs/platform-express (source) 10.4.12 -> 10.4.13 age adoption passing confidence
@nestjs/testing (source) 10.4.12 -> 10.4.13 age adoption passing confidence
@sentry/node (source) 8.41.0 -> 8.42.0 age adoption passing confidence
@swc/core (source) 1.9.3 -> 1.10.0 age adoption passing confidence
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence
hono (source) 4.6.12 -> 4.6.13 age adoption passing confidence
nock 14.0.0-beta.18 -> 14.0.0-beta.19 age adoption passing confidence
npm (source) 10.9.1 -> 10.9.2 age adoption passing confidence
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/common)

v10.4.13

Compare Source

nestjs/nest (@​nestjs/core)

v10.4.13

Compare Source

nestjs/nest (@​nestjs/platform-express)

v10.4.13

Compare Source

nestjs/nest (@​nestjs/testing)

v10.4.13

Compare Source

getsentry/sentry-javascript (@​sentry/node)

v8.42.0

Compare Source

Important Changes
Deprecations
  • feat: Warn about source-map generation (#​14533)

    In the next major version of the SDK we will change how source maps are generated when the SDK is added to an application.
    Currently, the implementation varies a lot between different SDKs and can be difficult to understand.
    Moving forward, our goal is to turn on source maps for every framework, unless we detect that they are explicitly turned off.
    Additionally, if we end up enabling source maps, we will emit a log message that we did so.

    With this particular release, we are emitting warnings that source map generation will change in the future and we print instructions on how to prepare for the next major.

  • feat(nuxt): Deprecate tracingOptions in favor of vueIntegration (#​14530)

    Currently it is possible to configure tracing options in two places in the Sentry Nuxt SDK:

    • In Sentry.init()
    • Inside tracingOptions in Sentry.init()

    For tree-shaking purposes and alignment with the Vue SDK, it is now recommended to instead use the newly exported vueIntegration() and its tracingOptions option to configure tracing options in the Nuxt SDK:

    // sentry.client.config.ts
    import * as Sentry from '@​sentry/nuxt';
    
    Sentry.init({
      // ...
      integrations: [
        Sentry.vueIntegration({
          tracingOptions: {
            trackComponents: true,
          },
        }),
      ],
    });
Other Changes
  • feat(browser-utils): Update web-vitals to v4.2.4 (#​14439)
  • feat(nuxt): Expose vueIntegration (#​14526)
  • fix(feedback): Handle css correctly in screenshot mode (#​14535)

Bundle size 📦

Path Size
@​sentry/browser 23.1 KB
@​sentry/browser - with treeshaking flags 21.84 KB
@​sentry/browser (incl. Tracing) 35.61 KB
@​sentry/browser (incl. Tracing, Replay) 72.47 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.79 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.28 KB
@​sentry/browser (incl. Feedback) 39.86 KB
@​sentry/browser (incl. sendFeedback) 27.72 KB
@​sentry/browser (incl. FeedbackAsync) 32.53 KB
@​sentry/react 25.8 KB
@​sentry/react (incl. Tracing) 38.49 KB
@​sentry/vue 27.25 KB
@​sentry/vue (incl. Tracing) 37.38 KB
@​sentry/svelte 23.25 KB
CDN Bundle 24.32 KB
CDN Bundle (incl. Tracing) 37.29 KB
CDN Bundle (incl. Tracing, Replay) 72.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.49 KB
CDN Bundle - uncompressed 71.45 KB
CDN Bundle (incl. Tracing) - uncompressed 110.76 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 223.83 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 237.05 KB
@​sentry/nextjs (client) 38.78 KB
@​sentry/sveltekit (client) 36.14 KB
@​sentry/node 135.08 KB
@​sentry/node - without tracing 97.13 KB
@​sentry/aws-serverless 109.43 KB
swc-project/swc (@​swc/core)

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
expressjs/express (express)

v4.21.2

Compare Source

honojs/hono (hono)

v4.6.13

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.12...v4.6.13

nock/nock (nock)

v14.0.0-beta.19

Compare Source

Bug Fixes
npm/cli (npm)

v10.9.2

Compare Source

Dependencies
prettier/prettier (prettier)

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>;

Configuration

📅 Schedule: Branch creation - "after 8am on saturday" in timezone Australia/Brisbane, 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 renovate bot enabled auto-merge (squash) November 29, 2024 22:51
@renovate renovate bot changed the title chore(deps): update javascript dev dependencies chore(deps): update javascript dev dependencies - autoclosed Nov 29, 2024
@renovate renovate bot closed this Nov 29, 2024
auto-merge was automatically disabled November 29, 2024 22:52

Pull request was closed

@renovate renovate bot deleted the renovate/javascript-dev-dependencies branch November 29, 2024 22:52
@renovate renovate bot changed the title chore(deps): update javascript dev dependencies - autoclosed chore(deps): update javascript dev dependencies Dec 6, 2024
@renovate renovate bot reopened this Dec 6, 2024
@renovate renovate bot changed the title chore(deps): update javascript dev dependencies chore(deps): update javascript dev dependencies - autoclosed Dec 6, 2024
@renovate renovate bot closed this Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants