-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
release: 2023-12-11 #280
release: 2023-12-11 #280
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/bundle-analyzer](https://togithub.com/vercel/next.js) ([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)) | [`14.0.3` -> `14.0.4`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/14.0.3/14.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`14.0.3` -> `14.0.4`](https://renovatebot.com/diffs/npm/eslint-config-next/14.0.3/14.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`14.0.3` -> `14.0.4`](https://renovatebot.com/diffs/npm/next/14.0.3/14.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (@​next/bundle-analyzer)</summary> ### [`v14.0.4`](https://togithub.com/vercel/next.js/releases/tag/v14.0.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.0.3...v14.0.4) ##### Core Changes - Remove early return that is duplicated in useSearchParams: [#​58545](https://togithub.com/vercel/next.js/issues/58545) - Support passing a relative string to pushState/replaceState: [#​58438](https://togithub.com/vercel/next.js/issues/58438) - \[.next/trace] Record start-dev-server trace span: [#​58469](https://togithub.com/vercel/next.js/issues/58469) - Update React from [`593ecee`](https://togithub.com/vercel/next.js/commit/593ecee66) to [`2c338b1`](https://togithub.com/vercel/next.js/commit/2c338b16f).: [#​58553](https://togithub.com/vercel/next.js/issues/58553) - turbopack: Fix pageExtensions with dots: [#​58504](https://togithub.com/vercel/next.js/issues/58504) - fix: revalidation with file-system-cache: [#​58508](https://togithub.com/vercel/next.js/issues/58508) - fix: fetch() behavior when "dynamic" is "force-dynamic: [#​58484](https://togithub.com/vercel/next.js/issues/58484) - Add cacheNodeSeedData to RSC payload: [#​58566](https://togithub.com/vercel/next.js/issues/58566) - Lift subtree data out of React tree: [#​58569](https://togithub.com/vercel/next.js/issues/58569) - fix(next-core): allow runtime segment option in pages/api: [#​58409](https://togithub.com/vercel/next.js/issues/58409) - Update rust-toolchain to 2023-11-16: [#​58558](https://togithub.com/vercel/next.js/issues/58558) - refactor: Add lightningcss mode for `turbopack-css`: [#​58471](https://togithub.com/vercel/next.js/issues/58471) - fix: avoid race condition when download swc wasm: [#​58536](https://togithub.com/vercel/next.js/issues/58536) - Removed unused route resolver code: [#​58702](https://togithub.com/vercel/next.js/issues/58702) - Add experimental.windowHistorySupport to Turbopack supported options: [#​58717](https://togithub.com/vercel/next.js/issues/58717) - Improve Server Actions compiler: [#​58391](https://togithub.com/vercel/next.js/issues/58391) - Seed CacheNodes immediately after receiving response: [#​58669](https://togithub.com/vercel/next.js/issues/58669) - Turbopack: improve error display: [#​58734](https://togithub.com/vercel/next.js/issues/58734) - fix node externals resolving: [#​58129](https://togithub.com/vercel/next.js/issues/58129) - disable static prefetching behavior for dynamic segments: [#​58609](https://togithub.com/vercel/next.js/issues/58609) - fix: ensure DynamicUsageErrors caught during render bubble up: [#​58747](https://togithub.com/vercel/next.js/issues/58747) - fix image.domains deprecation warning: [#​58656](https://togithub.com/vercel/next.js/issues/58656) - fix waitUntil handling in pipeToNodeResponse: [#​58744](https://togithub.com/vercel/next.js/issues/58744) - Use consistent resolve extensions alias for compiler: [#​58725](https://togithub.com/vercel/next.js/issues/58725) - Turbopack: Use styled issue titles and details: [#​58743](https://togithub.com/vercel/next.js/issues/58743) - route handlers: make req.cookies opt you into dynamic: [#​58769](https://togithub.com/vercel/next.js/issues/58769) - OpenTelemetry: a more reliable way to establish a root context: [#​58662](https://togithub.com/vercel/next.js/issues/58662) - Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": [#​58735](https://togithub.com/vercel/next.js/issues/58735) - \[Instrumentation] Don't treat instrumentation hook as pages: [#​58775](https://togithub.com/vercel/next.js/issues/58775) - Fix turboFlag set to false: [#​58795](https://togithub.com/vercel/next.js/issues/58795) - \[.next/trace] Track server requests and memory usage: [#​58690](https://togithub.com/vercel/next.js/issues/58690) - place virtual module inside the project directory: [#​58798](https://togithub.com/vercel/next.js/issues/58798) - fix rewrites to edge routes: [#​58797](https://togithub.com/vercel/next.js/issues/58797) - Polish unsupported metadata warning with doc link: [#​58750](https://togithub.com/vercel/next.js/issues/58750) - Enable .mjs extension config in Turbopack: [#​58825](https://togithub.com/vercel/next.js/issues/58825) - Turbopack: align automatic externals code with webpack: [#​58851](https://togithub.com/vercel/next.js/issues/58851) - Upgrade Turbopack: [#​58859](https://togithub.com/vercel/next.js/issues/58859) - OpenTelemetry: propagate context to sandbox: [#​58791](https://togithub.com/vercel/next.js/issues/58791) - fix uniqueness of layers: [#​58872](https://togithub.com/vercel/next.js/issues/58872) - disable flushToDisk during `generateStaticParams`: [#​58871](https://togithub.com/vercel/next.js/issues/58871) - Turbopack: enable some node.js builtin in edge runtime: [#​58850](https://togithub.com/vercel/next.js/issues/58850) - add `NEXT_TRIGGER_URL` env var to show request triggering a compilation: [#​58762](https://togithub.com/vercel/next.js/issues/58762) - Update `swc_core` to `v0.86.81`: [#​58517](https://togithub.com/vercel/next.js/issues/58517) - Trace server updates: [#​58694](https://togithub.com/vercel/next.js/issues/58694) - remove duplicate util file for redirect status: [#​58878](https://togithub.com/vercel/next.js/issues/58878) - fix(windows): workaround for intermittent locks on windows when renaming files: [#​58835](https://togithub.com/vercel/next.js/issues/58835) - unify server action detection logic: [#​58879](https://togithub.com/vercel/next.js/issues/58879) - Fix nested fetch logging indentation: [#​58955](https://togithub.com/vercel/next.js/issues/58955) - Delete preloadComponent module: [#​58741](https://togithub.com/vercel/next.js/issues/58741) - Remove `cache` field from action types: [#​58938](https://togithub.com/vercel/next.js/issues/58938) - Add nodejs version check: [#​58958](https://togithub.com/vercel/next.js/issues/58958) - Code refactoring: [#​58737](https://togithub.com/vercel/next.js/issues/58737) - Fix bugs with baseUrl and mdxRs: [#​58968](https://togithub.com/vercel/next.js/issues/58968) - Fix encoding in encryption of Server Actions: [#​59000](https://togithub.com/vercel/next.js/issues/59000) - fix(turbopack): treat .mdx as valid ecma asset: [#​58985](https://togithub.com/vercel/next.js/issues/58985) - dedupe pending revalidation requests: [#​58990](https://togithub.com/vercel/next.js/issues/58990) - fix: Put back type for `NavigateOptions.scroll`: [#​59001](https://togithub.com/vercel/next.js/issues/59001) - Cleanup Render Result: [#​58782](https://togithub.com/vercel/next.js/issues/58782) - fix(turbopack): add list of packages that should never be marked as e…: [#​59020](https://togithub.com/vercel/next.js/issues/59020) - Testmode: provide test info for rewrite requests: [#​59033](https://togithub.com/vercel/next.js/issues/59033) - build(cargo): bump up turbopack: [#​59032](https://togithub.com/vercel/next.js/issues/59032) - fix async action queue behavior: [#​59038](https://togithub.com/vercel/next.js/issues/59038) - start performance profiling after node.js version is checked: [#​59028](https://togithub.com/vercel/next.js/issues/59028) - Fixed stale fetch using when page regenerates: [#​58926](https://togithub.com/vercel/next.js/issues/58926) - Enable PPR tests for test suites: [#​59030](https://togithub.com/vercel/next.js/issues/59030) - Update font data: [#​59043](https://togithub.com/vercel/next.js/issues/59043) - update status codes for `redirect` and `permanentRedirect` in action handlers: [#​58885](https://togithub.com/vercel/next.js/issues/58885) - Ensure stale build fetch data is not unexpectedly used: [#​59076](https://togithub.com/vercel/next.js/issues/59076) - add support for instrumentation: [#​59070](https://togithub.com/vercel/next.js/issues/59070) - use 303 status code for redirects in fetch actions: [#​59017](https://togithub.com/vercel/next.js/issues/59017) - verify action id before parsing body: [#​58977](https://togithub.com/vercel/next.js/issues/58977) - fix interception routes with rewrites: [#​59094](https://togithub.com/vercel/next.js/issues/59094) - Fix next internal is missing in flight manifest: [#​59085](https://togithub.com/vercel/next.js/issues/59085) - Support generating multi-meta tahs for metadata api other prop: [#​59106](https://togithub.com/vercel/next.js/issues/59106) - Turbopack: Align some "Module not found" errors with webpack: [#​58518](https://togithub.com/vercel/next.js/issues/58518) - Fix dynamic usage errors logging unexpectedly: [#​59133](https://togithub.com/vercel/next.js/issues/59133) - Fix: remove deprecated option from standalone server: [#​59036](https://togithub.com/vercel/next.js/issues/59036) - Update font data: [#​59138](https://togithub.com/vercel/next.js/issues/59138) - fix typedRoutes when used with webpackBuildWorker: [#​59140](https://togithub.com/vercel/next.js/issues/59140) - Add NEXT_MANUAL_SIG_HANDLE handling to start-server.ts: [#​59117](https://togithub.com/vercel/next.js/issues/59117) - Support adding CSP nonce with `content-security-policy-report-only` header: [#​59071](https://togithub.com/vercel/next.js/issues/59071) - chore: fix typo in jsDoc: [#​58224](https://togithub.com/vercel/next.js/issues/58224) - fix: add `maxDuration` to `PageConfig` type: [#​55918](https://togithub.com/vercel/next.js/issues/55918) - Fix mixed module swc compilation for app router: [#​58967](https://togithub.com/vercel/next.js/issues/58967) - Don't catch ensureMiddleware errors: [#​59166](https://togithub.com/vercel/next.js/issues/59166) - fix behavior when revisiting an intercepted route: [#​59168](https://togithub.com/vercel/next.js/issues/59168) - Turbopack only enable instrumentationHook with experimental flag: [#​59173](https://togithub.com/vercel/next.js/issues/59173) - fix server actions behavior on intercepted routes: [#​59175](https://togithub.com/vercel/next.js/issues/59175) - Fix ssgCacheKey in minimal mode: [#​59181](https://togithub.com/vercel/next.js/issues/59181) - Update to latest version of [@​vercel/nft](https://togithub.com/vercel/nft): [#​59183](https://togithub.com/vercel/next.js/issues/59183) - Ensure original history is read in effect: [#​58861](https://togithub.com/vercel/next.js/issues/58861) - fix some small turbopack issues: [#​59171](https://togithub.com/vercel/next.js/issues/59171) - fix tsconfig alias cycle: [#​59232](https://togithub.com/vercel/next.js/issues/59232) - Resolve build issues with symlinked files: [#​57412](https://togithub.com/vercel/next.js/issues/57412) - Disable more Turbopack build tests: [#​59245](https://togithub.com/vercel/next.js/issues/59245) - Remove `mutable` field from action types: [#​59221](https://togithub.com/vercel/next.js/issues/59221) - Add process.env.\__NEXT_PPR to build config: [#​59253](https://togithub.com/vercel/next.js/issues/59253) - Fix dynamic transform ssr:false case for pages router with ESM: [#​59246](https://togithub.com/vercel/next.js/issues/59246) - Delete unused static prefetch code: [#​58783](https://togithub.com/vercel/next.js/issues/58783) - fix(next-core): adjust edge entry path: [#​59265](https://togithub.com/vercel/next.js/issues/59265) - feat: support outputFileTracing in App Router: [#​59139](https://togithub.com/vercel/next.js/issues/59139) - docs: fix `remotePatterns` link in image-config.ts: [#​59197](https://togithub.com/vercel/next.js/issues/59197) - Testmode: support edge functions inside a sandbox: [#​59179](https://togithub.com/vercel/next.js/issues/59179) - Update font data: [#​59271](https://togithub.com/vercel/next.js/issues/59271) - fix: properly call `normalizeDynamicRouteParams` in `NextWebServer.handleCatchAllRenderRequest`: [#​58949](https://togithub.com/vercel/next.js/issues/58949) - add user-level tracing: [#​59284](https://togithub.com/vercel/next.js/issues/59284) - Fix app-dir - logging test in Turbopack: [#​59261](https://togithub.com/vercel/next.js/issues/59261) - update turbopack: [#​59285](https://togithub.com/vercel/next.js/issues/59285) - feat(turbopack): support loading WebAssembly in the edge runtime: [#​59013](https://togithub.com/vercel/next.js/issues/59013) - Fix barrel optimization to ignore layers: [#​59254](https://togithub.com/vercel/next.js/issues/59254) - fix interception routes with dynamic segments: [#​59273](https://togithub.com/vercel/next.js/issues/59273) - Clean up builtin `modularizeImports` configs: [#​59294](https://togithub.com/vercel/next.js/issues/59294) - Enable PPR for `dynamic = "force-dynamic"`: [#​58779](https://togithub.com/vercel/next.js/issues/58779) - remove additional static prefetch code: [#​59313](https://togithub.com/vercel/next.js/issues/59313) - add module tracing for client reference and next/dynamic walking: [#​59306](https://togithub.com/vercel/next.js/issues/59306) - side effects optimization: [#​58972](https://togithub.com/vercel/next.js/issues/58972) - Move App Router client-side constants to separate file: [#​59239](https://togithub.com/vercel/next.js/issues/59239) - reduce function calls in walk: [#​59332](https://togithub.com/vercel/next.js/issues/59332) - update turbopack: [#​59334](https://togithub.com/vercel/next.js/issues/59334) - disable unused next/dynamic walking in app dir: [#​59338](https://togithub.com/vercel/next.js/issues/59338) - fix hmr in multi-zone handling: [#​59307](https://togithub.com/vercel/next.js/issues/59307) - fix edge route catch-all param parsing: [#​59343](https://togithub.com/vercel/next.js/issues/59343) - add `logLevel` support to `@next/bundle-analyzer`: [#​59228](https://togithub.com/vercel/next.js/issues/59228) - Fix server output bundling packages module resolving: [#​59369](https://togithub.com/vercel/next.js/issues/59369) - fix inconsistent scroll restoration behavior: [#​59366](https://togithub.com/vercel/next.js/issues/59366) - test: ability to use node debugger: [#​56277](https://togithub.com/vercel/next.js/issues/56277) - fixes the logging by showing full URLs only on demand: [#​58088](https://togithub.com/vercel/next.js/issues/58088) - rm console.log: [#​59381](https://togithub.com/vercel/next.js/issues/59381) ##### Documentation Changes - docs: Fix grammar in Caching section: [#​58070](https://togithub.com/vercel/next.js/issues/58070) - Update 01-installation.mdx: [#​58555](https://togithub.com/vercel/next.js/issues/58555) - Fix naming: [#​58539](https://togithub.com/vercel/next.js/issues/58539) - docs: clarify route handler caching: [#​58541](https://togithub.com/vercel/next.js/issues/58541) - \[Next.js Docs] Adds `useOptimistic` link: [#​58706](https://togithub.com/vercel/next.js/issues/58706) - Docs: Add missing diagram : [#​59008](https://togithub.com/vercel/next.js/issues/59008) - Docs: Update revalidate example: [#​59002](https://togithub.com/vercel/next.js/issues/59002) - docs: patch upgrade guide to pin install version: [#​58993](https://togithub.com/vercel/next.js/issues/58993) - Docs: Delete fast refresh example: [#​59003](https://togithub.com/vercel/next.js/issues/59003) - docs:Add react hydration error case.: [#​59147](https://togithub.com/vercel/next.js/issues/59147) - Correcting the `webpack` function introduction: [#​58663](https://togithub.com/vercel/next.js/issues/58663) - Docs: Fix upgrade guide files: [#​59249](https://togithub.com/vercel/next.js/issues/59249) - docs: fix broken link to learn course: [#​59288](https://togithub.com/vercel/next.js/issues/59288) - docs fix: Server Action js example: [#​59159](https://togithub.com/vercel/next.js/issues/59159) - docs: Remove invalid URL: [#​58823](https://togithub.com/vercel/next.js/issues/58823) - Fix incorrect prop name in client component: [#​58591](https://togithub.com/vercel/next.js/issues/58591) - update: Firebase link to with-firebase example: [#​58621](https://togithub.com/vercel/next.js/issues/58621) - added comma to the props list: [#​58596](https://togithub.com/vercel/next.js/issues/58596) - Update 10-route-handlers.mdx: [#​59021](https://togithub.com/vercel/next.js/issues/59021) - Add documentation note about middleware and runtimes: [#​58873](https://togithub.com/vercel/next.js/issues/58873) - Revert "added comma to the props list": [#​59314](https://togithub.com/vercel/next.js/issues/59314) ##### Example Changes - Update `cache-handler-redis` example: [#​58562](https://togithub.com/vercel/next.js/issues/58562) - Update & Repair LRUCache importation on NextJS Rate Limit API example: [#​58060](https://togithub.com/vercel/next.js/issues/58060) - examples with-zustand update to app dir [#​52858](https://togithub.com/vercel/next.js/issues/52858): [#​58042](https://togithub.com/vercel/next.js/issues/58042) - examples: fix import statement for lru-cache: [#​58567](https://togithub.com/vercel/next.js/issues/58567) - examples: Remove outdated example: [#​58568](https://togithub.com/vercel/next.js/issues/58568) - feat(examples): add upload file example with Server Actions: [#​58467](https://togithub.com/vercel/next.js/issues/58467) - migrate with-cypress example to app dir: [#​58053](https://togithub.com/vercel/next.js/issues/58053) - fix lint in examples: [#​58630](https://togithub.com/vercel/next.js/issues/58630) - examples: add direct link to Dockerfile: [#​58793](https://togithub.com/vercel/next.js/issues/58793) - Update Electron Typescript Example with Best Practices: [#​58947](https://togithub.com/vercel/next.js/issues/58947) - Enable typechecking on config: [#​57892](https://togithub.com/vercel/next.js/issues/57892) - Updates with-supertokens example app: [#​58525](https://togithub.com/vercel/next.js/issues/58525) ##### Misc Changes - fix(turbopack): `e2e/404-page-router` test: [#​58146](https://togithub.com/vercel/next.js/issues/58146) - Turbopack: update to turbopack-231122.3: [#​58784](https://togithub.com/vercel/next.js/issues/58784) - make tests more stable: [#​58765](https://togithub.com/vercel/next.js/issues/58765) - chore(CI): improve datadog reporting: [#​58267](https://togithub.com/vercel/next.js/issues/58267) - chore(CI): add action to auto retry tests on canary and report failures after retries: [#​58774](https://togithub.com/vercel/next.js/issues/58774) - ci: unify reset project script: [#​58829](https://togithub.com/vercel/next.js/issues/58829) - ci: disable deployment protection for e2e test project: [#​58830](https://togithub.com/vercel/next.js/issues/58830) - fix(CI): retry-test action can't use env in `if`: [#​58838](https://togithub.com/vercel/next.js/issues/58838) - Update Turbopack test manifest from GitHub Actions artifact: [#​58394](https://togithub.com/vercel/next.js/issues/58394) - Increase default timeout for swc build: [#​59035](https://togithub.com/vercel/next.js/issues/59035) - chore: bump `nissuer` (issue validator): [#​59060](https://togithub.com/vercel/next.js/issues/59060) - fix(test): don't use latest sharp: [#​59074](https://togithub.com/vercel/next.js/issues/59074) - misc: disable automerge: [#​59077](https://togithub.com/vercel/next.js/issues/59077) - Update checkout step: [#​59079](https://togithub.com/vercel/next.js/issues/59079) - ci: don't try to upload to datadog for docs only changes: [#​59068](https://togithub.com/vercel/next.js/issues/59068) - misc: delete kodiak: [#​59082](https://togithub.com/vercel/next.js/issues/59082) - add full PPR e2e tests: [#​59025](https://togithub.com/vercel/next.js/issues/59025) - ci: don't retry or notify on failures from forks: [#​59118](https://togithub.com/vercel/next.js/issues/59118) - skip release if no new commits: [#​59134](https://togithub.com/vercel/next.js/issues/59134) - fix variable name in release workflow: [#​59135](https://togithub.com/vercel/next.js/issues/59135) - Update Turbopack test manifest: [#​59109](https://togithub.com/vercel/next.js/issues/59109) - fix(next-core): do not panic when parsing segment config: [#​59170](https://togithub.com/vercel/next.js/issues/59170) - Correctly skip build test for Turbopack: [#​59207](https://togithub.com/vercel/next.js/issues/59207) - Failing test for 59195: [#​59210](https://togithub.com/vercel/next.js/issues/59210) - ci: report daily turbo integration test results from this repo: [#​58965](https://togithub.com/vercel/next.js/issues/58965) - fix typo in daily turbopack integration test reporting: [#​59251](https://togithub.com/vercel/next.js/issues/59251) - fix missing echo in daily turbopack reporting: [#​59255](https://togithub.com/vercel/next.js/issues/59255) - fix missing checkout in daily turbopack reporting: [#​59256](https://togithub.com/vercel/next.js/issues/59256) - Add app router name to font tests: [#​59257](https://togithub.com/vercel/next.js/issues/59257) - Fix non bundler module resolution in ts for third-parties pkg: [#​59244](https://togithub.com/vercel/next.js/issues/59244) - fix dev parallelism in daily turbopack tests: [#​59287](https://togithub.com/vercel/next.js/issues/59287) - Update Turbopack test manifest: [#​59326](https://togithub.com/vercel/next.js/issues/59326) - Update tests for Turbopack: [#​59354](https://togithub.com/vercel/next.js/issues/59354) - Update Turbopack test manifest: [#​59356](https://togithub.com/vercel/next.js/issues/59356) ##### Credits Huge thanks to [@​timneutkens](https://togithub.com/timneutkens), [@​mknichel](https://togithub.com/mknichel), [@​gnoff](https://togithub.com/gnoff), [@​jridgewell](https://togithub.com/jridgewell), [@​gtjamesa](https://togithub.com/gtjamesa), [@​mugi-uno](https://togithub.com/mugi-uno), [@​better-salmon](https://togithub.com/better-salmon), [@​kentobento](https://togithub.com/kentobento), [@​vivianyentran](https://togithub.com/vivianyentran), [@​empflow](https://togithub.com/empflow), [@​leerob](https://togithub.com/leerob), [@​samennis1](https://togithub.com/samennis1), [@​mkcy3](https://togithub.com/mkcy3), [@​acdlite](https://togithub.com/acdlite), [@​kwonoj](https://togithub.com/kwonoj), [@​suhaotian](https://togithub.com/suhaotian), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​imevanc](https://togithub.com/imevanc), [@​ztanner](https://togithub.com/ztanner), [@​kdy1](https://togithub.com/kdy1), [@​d3lm](https://togithub.com/d3lm), [@​wyattjoh](https://togithub.com/wyattjoh), [@​manovotny](https://togithub.com/manovotny), [@​shuding](https://togithub.com/shuding), [@​sokra](https://togithub.com/sokra), [@​feedthejim](https://togithub.com/feedthejim), [@​dvoytenko](https://togithub.com/dvoytenko), [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@​huozhi](https://togithub.com/huozhi), [@​delbaoliveira](https://togithub.com/delbaoliveira), [@​amannn](https://togithub.com/amannn), [@​ijjk](https://togithub.com/ijjk), [@​hallatore](https://togithub.com/hallatore), [@​balazsorban44](https://togithub.com/balazsorban44), [@​LukeSchlangen](https://togithub.com/LukeSchlangen), [@​Dylan700](https://togithub.com/Dylan700), [@​mpsq](https://togithub.com/mpsq), [@​mdio](https://togithub.com/mdio), [@​christianvuerings](https://togithub.com/christianvuerings), [@​A7med3bdulBaset](https://togithub.com/A7med3bdulBaset), [@​karlhorky](https://togithub.com/karlhorky), [@​simonhaenisch](https://togithub.com/simonhaenisch), [@​olci34](https://togithub.com/olci34), [@​zce](https://togithub.com/zce), [@​LavaToaster](https://togithub.com/LavaToaster), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​smaeda-ks](https://togithub.com/smaeda-ks), [@​jirihofman](https://togithub.com/jirihofman), [@​codercor](https://togithub.com/codercor), [@​devjiwonchoi](https://togithub.com/devjiwonchoi), [@​Willem-Jaap](https://togithub.com/Willem-Jaap), [@​JackieLi565](https://togithub.com/JackieLi565), [@​thoushif](https://togithub.com/thoushif), [@​pkellner](https://togithub.com/pkellner), [@​jpfifer](https://togithub.com/jpfifer), [@​quisido](https://togithub.com/quisido), [@​tomfa](https://togithub.com/tomfa), and [@​raphaelbadia](https://togithub.com/raphaelbadia) for helping! </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.0.4`](https://togithub.com/vercel/next.js/compare/v14.0.3...v14.0.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.0.3...v14.0.4) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #277 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromaui/action](https://togithub.com/chromaui/action) | action | digest | `2f12dc3` -> `ad02350` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `407ffaf` -> `c0d1daa` | --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #270 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/viewport)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/ui/blocks) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/ui/blocks)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.10.3` -> `20.10.4`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.3/20.10.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | [`10.0.0` -> `10.1.0`](https://renovatebot.com/diffs/npm/chromatic/10.0.0/10.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-turbo](https://togithub.com/vercel/turbo) ([source](https://togithub.com/vercel/turbo/tree/HEAD/packages/eslint-plugin-turbo)) | [`1.11.0` -> `1.11.1`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.11.0/1.11.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [i18next](https://www.i18next.com) ([source](https://togithub.com/i18next/i18next)) | [`23.7.7` -> `23.7.8`](https://renovatebot.com/diffs/npm/i18next/23.7.7/23.7.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [next-i18next](https://togithub.com/i18next/next-i18next) | [`15.0.0` -> `15.1.1`](https://renovatebot.com/diffs/npm/next-i18next/15.0.0/15.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli)) | [`7.6.3` -> `7.6.4`](https://renovatebot.com/diffs/npm/storybook/7.6.3/7.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.11.0` -> `1.11.1`](https://renovatebot.com/diffs/npm/turbo/1.11.0/1.11.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.3.2` -> `5.3.3`](https://renovatebot.com/diffs/npm/typescript/5.3.2/5.3.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>storybookjs/storybook (@​storybook/addon-a11y)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/compare/v7.6.3...1ba54168233b57d534f0a0d3c234e85f82317add) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) </details> <details> <summary>storybookjs/storybook (@​storybook/addon-essentials)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/compare/v7.6.3...1ba54168233b57d534f0a0d3c234e85f82317add) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) </details> <details> <summary>storybookjs/storybook (@​storybook/addon-interactions)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/compare/v7.6.3...1ba54168233b57d534f0a0d3c234e85f82317add) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) </details> <details> <summary>storybookjs/storybook (@​storybook/addon-links)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#764) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) - Angular: Fix CSF Plugin - [#​25098](https://togithub.com/storybookjs/storybook/pull/25098), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Viewport: Fix viewport dts files - [#​25107](https://togithub.com/storybookjs/storybook/pull/25107), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! </details> <details> <summary>storybookjs/storybook (@​storybook/nextjs)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/compare/v7.6.3...1ba54168233b57d534f0a0d3c234e85f82317add) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) </details> <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v10.1.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1010-Thu-Dec-07-2023) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v10.0.0...v10.1.0) ##### 🚀 Enhancement - Increase number of commits checked for squash merge [#​866](https://togithub.com/chromaui/chromatic-cli/pull/866) ([@​tmeasday](https://togithub.com/tmeasday) [@​tevanoff](https://togithub.com/tevanoff)) ##### Authors: 2 - Todd Evanoff ([@​tevanoff](https://togithub.com/tevanoff)) - Tom Coleman ([@​tmeasday](https://togithub.com/tmeasday)) *** </details> <details> <summary>vercel/turbo (eslint-plugin-turbo)</summary> ### [`v1.11.1`](https://togithub.com/vercel/turbo/releases/tag/v1.11.1): Turborepo v1.11.1 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.11.0...v1.11.1) #### What's Changed ##### create-turbo - release(turborepo): 1.11.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6706](https://togithub.com/vercel/turbo/pull/6706) - release(turborepo): 1.11.1-canary.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6741](https://togithub.com/vercel/turbo/pull/6741) ##### Examples - Example with only shell commands. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6688](https://togithub.com/vercel/turbo/pull/6688) - Update with-tailwind example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6575](https://togithub.com/vercel/turbo/pull/6575) - Mix of server and client components in basic example. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6682](https://togithub.com/vercel/turbo/pull/6682) ##### Changelog - chore(tests): cleanup setup scripts by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6700](https://togithub.com/vercel/turbo/pull/6700) - fix: limit the amount of logs we send to spaces by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6691](https://togithub.com/vercel/turbo/pull/6691) - chore(Turborepo): Bump npm rust package version by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6721](https://togithub.com/vercel/turbo/pull/6721) - fix: properly catch sigterm sent from global by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6724](https://togithub.com/vercel/turbo/pull/6724) - chore(ignore): exclude rustc-ice files by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6733](https://togithub.com/vercel/turbo/pull/6733) - Fix behaviour when discovering files for global hashing by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6738](https://togithub.com/vercel/turbo/pull/6738) **Full Changelog**: vercel/turborepo@v1.11.0...v1.11.1 </details> <details> <summary>i18next/i18next (i18next)</summary> ### [`v23.7.8`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2378) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.7.7...v23.7.8) - prevent cosmetic SyntaxError because of non catched error variable </details> <details> <summary>i18next/next-i18next (next-i18next)</summary> ### [`v15.1.1`](https://togithub.com/i18next/next-i18next/blob/HEAD/CHANGELOG.md#1511) [Compare Source](https://togithub.com/i18next/next-i18next/compare/v15.1.0...v15.1.1) - optimize/fix last change for turbo ### [`v15.1.0`](https://togithub.com/i18next/next-i18next/blob/HEAD/CHANGELOG.md#1510) [Compare Source](https://togithub.com/i18next/next-i18next/compare/v15.0.0...v15.1.0) - try to fix for turbo [#​2222](https://togithub.com/i18next/next-i18next/issues/2222) </details> <details> <summary>storybookjs/storybook (storybook)</summary> ### [`v7.6.4`](https://togithub.com/storybookjs/storybook/compare/v7.6.3...1ba54168233b57d534f0a0d3c234e85f82317add) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.3...v7.6.4) </details> <details> <summary>Microsoft/TypeScript (typescript)</summary> ### [`v5.3.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #276 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tabler/icons-react](https://tabler-icons.io) ([source](https://togithub.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)) | [`2.42.0` -> `2.44.0`](https://renovatebot.com/diffs/npm/@tabler%2ficons-react/2.42.0/2.44.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.2.42` -> `18.2.43`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.42/18.2.43) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.11.0` -> `8.12.0`](https://renovatebot.com/diffs/npm/pnpm/8.11.0/8.12.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`3.1.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/prettier/3.1.0/3.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [ws](https://togithub.com/websockets/ws) | [`8.14.2` -> `8.15.0`](https://renovatebot.com/diffs/npm/ws/8.14.2/8.15.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tabler/tabler-icons (@​tabler/icons-react)</summary> ### [`v2.44.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.44.0): Release 2.44.0 [Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.43.0...v2.44.0) <img src="https://github.com/tabler/tabler-icons/assets/1282324/6460ec3c-d787-442c-b197-bd83d9abf53c" width="584" alt="" /> ##### 18 new icons: - `border-corner-pill` - `border-corner-rounded` - `border-corner-square` - `favicon` - `receipt-bitcoin` - `receipt-dollar` - `receipt-euro` - `receipt-pound` - `receipt-yen` - `receipt-yuan` - `sandbox` - `text-grammar` - `transaction-bitcoin` - `transaction-dollar` - `transaction-euro` - `transaction-pound` - `transaction-yen` - `transaction-yuan` ### [`v2.43.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.43.0): Release 2.43.0 [Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.42.0...v2.43.0) <img src="https://github.com/tabler/tabler-icons/assets/1282324/67e89fe0-f0b8-49f3-8b26-c4b458f34cfb" width="584" alt="" /> ##### 18 new icons: - `crop-1-1` - `crop-16-9` - `crop-3-2` - `crop-5-4` - `crop-7-5` - `crop-landscape` - `crop-portrait` - `ear-scan` - `hospital-circle` - `hospital` - `parking-circle` - `pin-end` - `pin-invoke` - `send-2` - `swipe-down` - `swipe-left` - `swipe-right` - `swipe-up` Fixed icons: `brand-revolut`, `parking`, `route-alt-left`, `route-alt-right`, `route-square-2`, `route-square`, `route-x-2`, `route-x`, `table-column`, `table-down`, `table-heart`, `table-minus`, `table-plus`, `table-row`, `table-share`, `tag-starred` </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v8.12.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.12.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.11.0...v8.12.0) #### Minor Changes - Add support for basic authorization header [#​7371](https://togithub.com/pnpm/pnpm/issues/7371). #### Patch Changes - Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command [#​7244](https://togithub.com/pnpm/pnpm/issues/7244). - When `dedupe-direct-deps` is set to `true`, commands of dependencies should be deduplicated [#​7359](https://togithub.com/pnpm/pnpm/pull/7359). #### Our Gold Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a> </td> <td align="center" valign="middle"> <a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg" /> <img src="https://pnpm.io/img/users/prisma.svg" width="180" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg" /> <img src="https://pnpm.io/img/users/discord.svg" width="220" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" /> <img src="https://pnpm.io/img/users/uscreen.svg" width="180" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://nx.dev/?utm_source=pnpm&utm_medium=readme" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" /> <img src="https://pnpm.io/img/users/nx.svg" width="120" /> </picture> </a> </td> </tr> </tbody> </table> #### Our Silver Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80"> </a> </td> <td align="center" valign="middle"> <a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" /> <img src="https://pnpm.io/img/users/vercel.svg" width="180" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" /> <img src="https://pnpm.io/img/users/depot.svg" width="200" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" /> <img src="https://pnpm.io/img/users/moonrepo.svg" width="200" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://www.thinkmill.com.au/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/thinkmill.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/thinkmill_light.svg" /> <img src="https://pnpm.io/img/users/thinkmill.svg" width="200" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/devowlio.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/devowlio.svg" /> <img src="https://pnpm.io/img/users/devowlio.svg" width="200" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://macpaw.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" /> <img src="https://pnpm.io/img/users/macpaw.svg" width="200" /> </picture> </a> </td> </tr> </tbody> </table> </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.1.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) [diff](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) ##### Fix config file search ([#​15363](https://togithub.com/prettier/prettier/pull/15363) by [@​fisker](https://togithub.com/fisker)) Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake. ```text ├─ .prettierrc └─ test.js (A directory) └─ .prettierrc ``` ```js // Prettier 3.1.0 await prettier.resolveConfigFile(new URL("./test.js", import.meta.url)); // <CWD>/test.js/.prettierrc // Prettier 3.1.1 await prettier.resolveConfigFile(new URL("./test.js", import.meta.url)); // <CWD>/.prettierrc ``` ##### Skip explicitly passed symbolic links with `--no-error-on-unmatched-pattern` ([#​15533](https://togithub.com/prettier/prettier/pull/15533) by [@​sanmai-NL](https://togithub.com/sanmai-NL)) Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors. In Prettier 3.1.1, you can use `--no-error-on-unmatched-pattern` to simply skip symbolic links. ##### Consistently use tabs in ternaries when `useTabs` is `true` ([#​15662](https://togithub.com/prettier/prettier/pull/15662) by [@​auvred](https://togithub.com/auvred)) ```jsx // Input aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff : gggggggggggggggg; // Prettier 3.1.0 aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff : gggggggggggggggg; // Prettier 3.1.1 aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff : gggggggggggggggg; ``` ##### Improve config file search ([#​15663](https://togithub.com/prettier/prettier/pull/15663) by [@​fisker](https://togithub.com/fisker)) The Prettier config file search performance has been improved by more effective cache strategy. ##### Fix unstable and ugly formatting for comments in destructuring patterns ([#​15708](https://togithub.com/prettier/prettier/pull/15708) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```tsx // Input const { foo, // bar // baz }: Foo = expr; // Prettier 3.1.0 const { foo1, } // bar // baz : Foo = expr; // Prettier 3.1.0 second output const { foo1, // bar } // baz : Foo = expr; // Prettier 3.1.1 const { foo1, // bar // baz }: Foo = expr; ``` ##### Support "Import Attributes" ([#​15718](https://togithub.com/prettier/prettier/pull/15718) by [@​fisker](https://togithub.com/fisker)) [TypeScript 5.3](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/#import-attributes) supports the latest updates to the [import attributes](https://togithub.com/tc39/proposal-import-attributes) proposal. ```tsx import something from "./something.json" with { type: "json" }; ``` ##### Fix false claim in docs that cursorOffset is incompatible with rangeStart/rangeEnd ([#​15750](https://togithub.com/prettier/prettier/pull/15750) by [@​ExplodingCabbage](https://togithub.com/ExplodingCabbage)) The cursorOffset option has in fact been compatible with rangeStart/rangeEnd for over 5 years, thanks to work by [@​ds300](https://togithub.com/ds300). However, Prettier's documentation (including the CLI `--help` text) continued to claim otherwise, falsely. The documentation is now fixed. ##### Keep curly braces and `from` keyword in empty `import` statements ([#​15756](https://togithub.com/prettier/prettier/pull/15756) by [@​fisker](https://togithub.com/fisker)) ```js // Input import { } from 'foo'; import { /* comment */ } from 'bar'; // Prettier 3.1.0 import {} from "foo"; import /* comment */ "bar"; // Prettier 3.1.1 import {} from "foo"; import {} from /* comment */ "bar"; ``` ##### Keep empty import attributes and assertions ([#​15757](https://togithub.com/prettier/prettier/pull/15757) by [@​fisker](https://togithub.com/fisker)) ```js // Input import foo from "foo" with {}; import bar from "bar" assert {}; // Prettier 3.1.0 import foo from "foo"; import bar from "bar"; // Prettier 3.1.1 import foo from "foo" with {}; import bar from "bar" assert {}; ``` </details> <details> <summary>websockets/ws (ws)</summary> ### [`v8.15.0`](https://togithub.com/websockets/ws/releases/tag/8.15.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.14.2...8.15.0) ### Features - Added the `allowMultipleEventsPerMicrotask` option ([`93e3552`](https://togithub.com/websockets/ws/commit/93e3552e)). </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #278 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.13.2` -> `6.14.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.13.2/6.14.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`6.13.2` -> `6.14.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.13.2/6.14.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary> ### [`v6.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6140-2023-12-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) ##### Bug Fixes - **eslint-plugin:** add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked ([#​8038](https://togithub.com/typescript-eslint/typescript-eslint/issues/8038)) ([431cd15](https://togithub.com/typescript-eslint/typescript-eslint/commit/431cd1559f91795e958e03fd060ceaf79fb96f3a)) - **eslint-plugin:** correct message for `no-unsafe-unary-minus` ([#​7998](https://togithub.com/typescript-eslint/typescript-eslint/issues/7998)) ([705370a](https://togithub.com/typescript-eslint/typescript-eslint/commit/705370ac0d9c54081657b8855b398e57d6ea4ddb)) ##### Features - **eslint-plugin:** \[explicit-function-return-type] add support for typed class property definitions ([#​8027](https://togithub.com/typescript-eslint/typescript-eslint/issues/8027)) ([bff47d7](https://togithub.com/typescript-eslint/typescript-eslint/commit/bff47d7885bee3bbcb3a81eff273fe2f48580940)) - **eslint-plugin:** \[require-await] allow yielding Promise in async generators ([#​8003](https://togithub.com/typescript-eslint/typescript-eslint/issues/8003)) ([4c3e704](https://togithub.com/typescript-eslint/typescript-eslint/commit/4c3e704b97e698df7f72174c2d20714836d4d243)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.13.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.13.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary> ### [`v6.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6140-2023-12-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.13.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.13.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #279 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/glaadThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
170.89 KB (🟡 +2.2 KB) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Ten Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/ |
6.96 KB |
177.85 KB | 50.81% (+/- <0.01%) |
/_error |
181 B |
171.07 KB | 48.88% (+/- <0.01%) |
/about |
9.06 KB |
179.95 KB | 51.41% (+/- <0.01%) |
/act |
6.12 KB |
177.01 KB | 50.57% (🟢 -0.03%) |
/category/[tag]/[[...storyId]] |
22.35 KB |
193.25 KB | 55.21% (🟢 -0.03%) |
/gallery |
29.35 KB |
200.24 KB | 57.21% (🟢 -0.01%) |
/gallery/[slug] |
16.1 KB |
186.99 KB | 53.43% (🟢 -0.02%) |
/share |
18.81 KB |
189.7 KB | 54.20% (+/- <0.01%) |
/story/[id] |
5.17 KB |
176.06 KB | 50.30% (+/- <0.01%) |
/survey |
67.61 KB |
238.5 KB | 68.14% (🟢 -0.01%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
No description provided.