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 frontend non-major dependencies #1037

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/i18n (source) 8.5.5 -> 8.5.6 age adoption passing confidence
@sentry/bun (source) 8.37.1 -> 8.38.0 age adoption passing confidence
@sentry/nuxt (source) 8.37.1 -> 8.38.0 age adoption passing confidence
@sentry/profiling-node (source) 8.37.1 -> 8.38.0 age adoption passing confidence
@types/chai (source) 4.3.17 -> 4.3.20 age adoption passing confidence
codeceptjs (source) 3.6.5 -> 3.6.7 age adoption passing confidence
dompurify 3.1.7 -> 3.2.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-vue (source) 9.30.0 -> 9.31.0 age adoption passing confidence
pnpm (source) 9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b -> 9.13.0 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.13.0 age adoption passing confidence
sass 1.80.6 -> 1.80.7 age adoption passing confidence
swagger-typescript-api 13.0.22 -> 13.0.23 age adoption passing confidence
unplugin-auto-import 0.18.3 -> 0.18.4 age adoption passing confidence
vite (source) 5.4.10 -> 5.4.11 age adoption passing confidence
vue-i18n (source) 9.14.0 -> 9.14.1 age adoption passing confidence

Release Notes

nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
getsentry/sentry-javascript (@​sentry/bun)

v8.38.0

Compare Source

  • docs: Improve docstrings for node otel integrations (#​14217)
  • feat(browser): Add moduleMetadataIntegration lazy loading support (#​13817)
  • feat(core): Add trpc path to context in trpcMiddleware (#​14218)
  • feat(deps): Bump @​opentelemetry/instrumentation-amqplib from 0.42.0 to 0.43.0 (#​14230)
  • feat(deps): Bump @​sentry/cli from 2.37.0 to 2.38.2 (#​14232)
  • feat(node): Add knex integration (#​13526)
  • feat(node): Add tedious integration (#​13486)
  • feat(utils): Single implementation to fetch debug ids (#​14199)
  • fix(browser): Avoid recording long animation frame spans starting before their parent span (#​14186)
  • fix(node): Include debug_meta with ANR events (#​14203)
  • fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro (#​14243)
  • fix(react): Support wildcard routes on React Router 6 (#​14205)
  • fix(spotlight): Export spotlightBrowserIntegration from the main browser package (#​14208)
  • ref(browser): Ensure start time of interaction root and child span is aligned (#​14188)
  • ref(nextjs): Make build-time value injection turbopack compatible (#​14081)

Work in this release was contributed by @​grahamhency, @​Zen-cronic, @​gilisho and @​phuctm97. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 22.77 KB
@​sentry/browser - with treeshaking flags 21.53 KB
@​sentry/browser (incl. Tracing) 35.26 KB
@​sentry/browser (incl. Tracing, Replay) 71.98 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.35 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.31 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.14 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 27.42 KB
@​sentry/browser (incl. FeedbackAsync) 32.23 KB
@​sentry/react 25.52 KB
@​sentry/react (incl. Tracing) 38.22 KB
@​sentry/vue 26.91 KB
@​sentry/vue (incl. Tracing) 37.1 KB
@​sentry/svelte 22.91 KB
CDN Bundle 24.13 KB
CDN Bundle (incl. Tracing) 37.04 KB
CDN Bundle (incl. Tracing, Replay) 71.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.05 KB
CDN Bundle - uncompressed 70.73 KB
CDN Bundle (incl. Tracing) - uncompressed 109.9 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.42 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.64 KB
@​sentry/nextjs (client) 38.33 KB
@​sentry/sveltekit (client) 35.84 KB
@​sentry/node 133.37 KB
@​sentry/node - without tracing 95.67 KB
@​sentry/aws-serverless 105.93 KB
Codeception/codeceptjs (codeceptjs)

v3.6.7

Compare Source

v3.6.6

Compare Source

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

Zero-configuration when paired with other helpers like REST, Playwright:

// inside codecept.conf.js
{
  helpers: {
    Playwright: {...},
    SoftExpectHelper: {},
  }
}
// in scenario
I.softExpectEqual('a', 'b')
I.flushSoftAssertions() // Throws an error if any soft assertions have failed. The error message contains all the accumulated failures.

🐛 Bug Fixes

// fix the validation of httpAgent config. we could now pass ca, instead of key/cert.
{
  helpers: {
    REST: {
      endpoint: 'http://site.com/api',
      prettyPrintJson: true,
      httpAgent: {
         ca: fs.readFileSync(__dirname + '/path/to/ca.pem'),
         rejectUnauthorized: false,
         keepAlive: true
      }
    }
  }
}

📖 Documentation

cure53/DOMPurify (dompurify)

v3.2.0

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.31.0

Compare Source

pnpm/pnpm (pnpm)

v9.13.0

Compare Source

sass/dart-sass (sass)

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.
acacode/swagger-typescript-api (swagger-typescript-api)

v13.0.23

Compare Source

What's Changed

Full Changelog: acacode/swagger-typescript-api@13.0.22...13.0.23

unplugin/unplugin-auto-import (unplugin-auto-import)

v0.18.4

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

intlify/vue-i18n (vue-i18n)

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 changed the title chore(deps): update dependency lint-staged to v13.1.0 chore(deps): update frontend non-major dependencies Dec 5, 2022
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 10 times, most recently from 72bd6ca to c467956 Compare December 9, 2022 00:52
@renovate renovate bot changed the title chore(deps): update frontend non-major dependencies fix(deps): update frontend non-major dependencies Dec 9, 2022
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 15 times, most recently from 265b77b to fad0447 Compare December 16, 2022 08:20
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 3 times, most recently from 36aae3a to b47fcb3 Compare December 16, 2022 18:22
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 8 times, most recently from 9cbd99f to d7d7f35 Compare November 2, 2024 17:06
@renovate renovate bot changed the title fix(deps): update frontend non-major dependencies chore(deps): update frontend non-major dependencies Nov 2, 2024
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 10 times, most recently from d5962b2 to b3be55d Compare November 9, 2024 13:14
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 9 times, most recently from 2d200c1 to 286ac30 Compare November 13, 2024 21:49
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch from 286ac30 to 730e142 Compare November 14, 2024 06:45
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