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 dev dependencies (major) (major) - autoclosed #19

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next 12.2.3 -> 13.5.3 age adoption passing confidence
@release-it/conventional-changelog 5.0.0 -> 7.0.2 age adoption passing confidence
@testing-library/dom 8.16.0 -> 9.3.3 age adoption passing confidence
@testing-library/jest-dom 5.16.4 -> 6.1.3 age adoption passing confidence
@types/jest (source) 28.1.6 -> 29.5.5 age adoption passing confidence
babel-jest 28.1.3 -> 29.7.0 age adoption passing confidence
concurrently 7.3.0 -> 8.2.1 age adoption passing confidence
eslint-config-prettier 8.5.0 -> 9.0.0 age adoption passing confidence
eslint-plugin-prettier 4.2.1 -> 5.0.0 age adoption passing confidence
eslint-plugin-simple-import-sort 7.0.0 -> 10.0.0 age adoption passing confidence
jest (source) 28.1.3 -> 29.7.0 age adoption passing confidence
jest-environment-jsdom 28.1.3 -> 29.7.0 age adoption passing confidence
lint-staged 13.0.3 -> 14.0.1 age adoption passing confidence
patch-package 6.4.7 -> 8.0.0 age adoption passing confidence
prettier (source) 2.7.1 -> 3.0.3 age adoption passing confidence
release-it 15.1.4 -> 16.2.1 age adoption passing confidence
sort-package-json 1.57.0 -> 2.6.0 age adoption passing confidence
typescript (source) 4.7.4 -> 5.2.2 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v13.5.3

Compare Source

Core Changes
  • only put css in entry_css_files: #​55585
  • update taskfile to generate types during build: #​55628
  • refactor: use fs.existsSync instead of accessSync: #​55675
  • Capitalize compiling log: #​55685
  • Split prerending by route kind: #​55622
  • turbopack: Update the next/dist/esm rewrite ResolvePlugin: #​55689
  • refactor: modernize get-online with dns/promises: #​55674
  • ensure fetchServerResponse is a valid record when stored in router cache: #​55690
  • fix(react-refresh-utils): avoid memory leaks caused by prevExports: #​53797
  • fix(ts): allow auto-import of next/navigation: #​55743
  • remove --watch from generate_types task: #​55748
  • Remove the left padding in next info output: #​55704
  • test(turbopack): remove escape hatches for custom turbopack bindings: #​55757
  • fix: Invoke cancel, only if the stream is not closed: #​55684
  • Revert "fix: Invoke cancel, only if the stream is not closed (#​55684)": #​55764
  • fix thenable types & update another incorrect cache record: #​55758
  • turbopack: Rewrite ESM modules to CJS during client transition: #​55693
  • Fix output log extra new line: #​55770
  • Remove unused internal env var: #​55762
  • fix Image when used with --experimental-https: #​55775
  • chore: update turbopack to turbopack-230922.2: #​55828
  • Move DefineEnv to separate file: #​55811
  • Remove legacy checks for unstable_getXProps: #​55813
  • Remove next-typescript check in webpack config: #​55819
  • Correctly mark turbo sessions in telemetry: #​55835
  • feat(turbopack): construct output path with distDir next.js config: #​55613
  • Remove extra type: #​55837
  • Update rust toolchain to nightly-2023-09-21: #​55774
  • Remove unused internal env var: #​55762
  • fix Image when used with --experimental-https: #​55775
  • chore: update turbopack to turbopack-230922.2: #​55828
  • Move DefineEnv to separate file: #​55811
  • Remove legacy checks for unstable_getXProps: #​55813
  • Remove next-typescript check in webpack config: #​55819
  • Correctly mark turbo sessions in telemetry: #​55835
  • feat(turbopack): construct output path with distDir next.js config: #​55613
  • Remove extra type: #​55837
  • Update rust toolchain to nightly-2023-09-21: #​55774
  • Ensure next-swc-loader types are used: #​55846
  • Use swc for runtime bundling: #​55842
  • fix bugs pertaining to server actions + navigation: #​55853
  • Ensure opentelemetry mismatched version error bubbles: #​55868
  • test: re-enabled the disabled manifest test: #​55810
  • Remove unnecessary Object.assign: #​55882
  • Move experimental.runtime warning to config loading: #​55880
  • Add experimental.strictNextHead to Turbopack: #​55915
  • Loose types of app routes return value: #​55849
  • Add trailingSlash, basePath, and assetPrefix to Turbopack: #​55921
  • app router: ensure static prefetch renders loading.js: #​55950
Documentation Changes
  • add tip for case sensitivity of imports: #​55662
  • Docs - Fix VSCode Full Stack Debugging Regex Pattern: #​55670
  • Feedback: Remove line saying server actions is dynamic-only: #​55746
  • Update 01-pages-and-layouts.mdx: #​55795
  • fix typo in API Reference - Image Component: #​55776
  • Update 01-pages-and-layouts.mdx: #​55795
  • fix typo in API Reference - Image Component: #​55776
  • docs: useFormState: #​55564
  • Update 10-testing.mdx: #​55801
  • Revert "fix typo in API Reference - Image Component": #​55889
  • Fix missing async keyword in function declaration: #​55887
  • docs: Add note that Server Actions work with static routes: #​55626
  • docs: Add example on query parameters in route handlers: #​55789
Example Changes
Misc Changes
  • Upgrade to latest NAPI-RS infra: #​55505
  • ci(tests): enable turbopack /e2e tests: #​55681
  • chore: bump nissuer: #​55723
  • improve CI log: #​55736
  • fix(cna): separate dependencies/devDependencies: #​55730
  • misc: improve profiling script: #​55732
  • test(fixture): prevent start failure teardowns whole process: #​55760
  • Update fnm setup for CI: #​55765
  • test(turbopack): explicitly clean up instance for turbopack: #​55772
  • Update flakey next-image tests: #​55838
  • Update flakey next-image tests: #​55838
  • Allow filtering individual test cases inside test files: #​55786
  • Move client-navigation test to test/development: #​55888
  • Ensure Turbopack passing test list is sorted: #​55948
Credits

Huge thanks to @​sokra, @​ztanner, @​anonrig, @​huozhi, @​mayank1513, @​travisanderson, @​wyattjoh, @​jridgewell, @​ryanagillie, @​Brooooooklyn, @​kwonoj, @​balazsorban44, @​naruaway, @​S3Prototype, @​feedthejim, @​joulev, @​icyJoseph, @​ijjk, @​ForsakenHarmony, @​timneutkens, @​wbinnssmith, @​sdkdeepa, @​sdaigo, @​leerob, @​dominiksipowicz, @​joao-vasconcelos, and @​mostafaegouda for helping!

v13.5.2

Compare Source

Core Changes
Documentation Changes
  • create-next-app templates: Change bun run dev commands to bun dev: #​55603
  • docs: move optimizePackageImports to experimental: #​55614
  • fix(docs): internationalization middleware example: #​55645
Example Changes
  • fix: examples/with-fauna/package.json to reduce vulnerabilities: #​55594
  • fix: examples/with-grafbase/package.json to reduce vulnerabilities: #​55593
  • chore(examples): upgrade next-translate dependencies: #​55637
Misc Changes
  • chore: run repro validation only on bug reports: #​55610
  • Run unit tests in a separate job: #​55621
  • Run unit tests in a single job run: #​55625
Credits

Huge thanks to @​padmaia, @​mayank1513, @​jakeboone02, @​balazsorban44, @​kwonoj, @​huozhi, @​Yovach, @​ztanner, @​wyattjoh, @​GabenGar, @​timneutkens, and @​shuding for helping!

v13.5.1

Compare Source

Core Changes
  • Update font data: #​54257
  • add experimental https support to next dev: #​54016
  • Fix emotion-js transform for server components: #​54284
  • Handle basePath for redirect(): #​54277
  • Remove unused array in router-server: #​54278
  • app-router: tweak prefetch cache status heuristics: #​53864
  • Adds nonce to preinit scripts: #​54059
  • Fix default export of server action utility aliases: #​54254
  • fix: improve error message when output: export in app router: #​54202
  • ci(trace): allow to opt in to upload full trace: #​54347
  • fix: server actions blocking navigation events: #​54307
  • Skip getStaticPaths check for non-dynamic app routes: #​54351
  • OpenTel: ensure that exceptions are recorded on an active span: #​54131
  • Testmode: intercept rewrite fetches: #​54259
  • Polyfill Array.prototype.at: #​44436
  • Fix missing locale info for middleware data request: #​54357
  • fix: minimum node version 16.14.0: #​54331
  • Merge app renderer process: #​54143
  • Fix data route ordering in dev: #​54364
  • fix(app): enable React Strict Mode by default: #​53375
  • Fix swc compiling of client components when directive appears later than exports: #​54392
  • Upgrade vendored react: #​54399
  • Code clean up: #​54405
  • Upgrade precompiled ua-parser-js: #​54404
  • Fix compilation of next/dynamic with ssr: false in App Router: #​54411
  • refactor: Use swc AST to determine use client and server directives: #​54358
  • Fix not found css not being preloaded while navigation: #​53906
  • Optimize webpack memory cache garbage collection: #​54397
  • Use push for Server Action redirections: #​54458
  • Decreased watchpack aggregate timeout: #​54461
  • Generate prefetch RSC paylod during build for SSR paths: #​54403
  • remove HMR polling in favor of more targeted events: #​54406
  • Trace upload fixup: #​54455
  • fix: custom incremental cache handlers should work when transpiled: #​54472
  • upgrade Edge Runtime dependency: #​54489
  • fix infinite navigate events when Promise is proxied: #​54394
  • Implement named_import_transform: #​54530
  • fix resolve routes behavior when matching a dynamic segment: #​54539
  • Turbopack: add edge support for pages apis: #​54449
  • chore(eslint): bump ESLint plugins: #​54490
  • Skip copying signal field for revalidate: #​54533
  • Fix missing new line for certain logs: #​54442
  • update turbopack: #​54558
  • fix(DX): More precise error messages for export const config deprecation: #​54492
  • Revert "Decreased watchpack aggregate timeout": #​54515
  • Forms and mutations docs.: #​54314
  • optimize_barrel SWC transform and new optimizePackageImports config: #​54572
  • Reuse edgeConditionNames variable: #​54594
  • Update font data: #​54585
  • Add cleanup logic to worker.ts: #​54500
  • chore: add extra error info for rsc info helper: #​54609
  • Fix router CPU profiling: #​54497
  • Turbopack: add middleware support for next.rs api dev mode: #​54555
  • Rename hot-reloader to hot-reloader-webpack: #​54628
  • Implement hot-reloader interface: #​54629
  • Remove this as any cases: #​54642
  • Implement hot reloader interface for Turbopack: #​54632
  • Fix weight values above 900 not working with Google Fonts: #​54339
  • add support for app pages to next.rs api: #​54668
  • Remove unused cssnano-simple file: #​54658
  • File Reader Improvements: #​54645
  • Add new permanentRedirect function in App Router: #​54047
  • Default app router not found : #​54199
  • Cleanup of /_next/data handling in server: #​54689
  • Trace uploader: fix git binary on windows: #​54580
  • fix(next/image): import error preload is not exported from react-dom: #​54688
  • turbopack: should only create _not-found when path_prefix is root: #​54687
  • fix app routes: #​54701
  • refactor: share utils and optimize segments normalization: #​54611
  • Improve barrel optimizer with loader caching and wilcard exports: #​54695
  • Move getBabelConfigFile to separate file: #​54716
  • Reimplement getBabelConfigFile to be simpler: #​54741
  • Fix memory watcher reboot: #​54760
  • Misc Typescript updates: #​54734
  • Fix unexpected full hmr reload when editing _app: #​54690
  • update turbopack: #​54768
  • Use variable for common isNodeOrEdgeCompilation condition: #​54763
  • Turbopack: Implement HMR in next-api : #​54772
  • Add @visx/visx to the import optimization list: #​54778
  • Remove experimental.appDir as it's stable: #​54785
  • Short circut 404's for /favicon.ico in development: #​54747
  • Remove additional appDir checks: #​54788
  • Remove experimental.pageEnv: #​54789
  • Update list of Next.js options in next.rs: #​54798
  • Fixes for Turbopack HMR: #​54790
  • Fix the build manifest path for /: #​54744
  • Allow any number of onFetch handlers for a single test: #​54846
  • Update @​vercel/og to latest: #​54849
  • fix(turbopack): edge api entry path should not have /route suffix: #​54851
  • Don't send tracing spans if performance.measure doesn't return measurements: #​54808
  • Fix performance measures crashing the app #​54858
  • Update tag handling for app cache: #​53321
  • Simplify getPagePaths logic: #​54908
  • Debug tracing: time devserver startup: #​54537
  • Update turbopack: #​54909
  • Add types for hot reloader send method: #​54932
  • Fix typo in hot-reloader: #​54944
  • Ensure that barrel files behind wildcards are transformed into shortpath: #​54951
  • Fix group routes custom root not-found: #​54931
  • fix: server actions firing twice after navigation: #​54948
  • docs: fix document format for next_private_export_map: #​54952
  • Unify serverError hmr event: #​54962
  • Add serverError action to list of HMR events: #​54964
  • fix(next-swc): skips client/server only checks when running with Jest to unblock testing: #​54891
  • Remove pong HMR event as it is not used: #​54965
  • Add turbopack-connected HMR event: #​54976
  • Redesign nextjs logging: #​54713
  • chore: bump undici: #​55007
  • chore: restore options to opt-in for server-side transpilation: #​55010
  • upgrade edge-runtime: #​55005
  • [functions-config-manifest] use correct extra config for pages router: #​54786
  • Client-side HMR message types: #​55009
  • perf: use split chunks for the node server: #​54988
  • Remove react-hot-toast from the optimizePackageImports list: #​55029
  • Experimental server optimization: #​54925
  • Fix duplicated dynamic metadata routes in dev mode: #​55026
  • Adjust optimizePackageImports: #​55040
  • server: enable minification by default: #​54960
  • webpack: tweak config for split chunks: #​55054
  • fix(perf): lazy load babel/code-frame: #​55024
  • remove --turbo, use --experimental-turbo as --turbo: #​55063
  • fix: skipTrailingSlashRedirect being ignored in pages: #​55067
  • Debug tracing: include session and anonymous ids: #​55021
  • Next SWC: Constrain Vc cell values with Send: #​55077
  • test(next-dev): migrate styled-jsx integration test: #​55079
  • perf: add bundled rendering runtimes: #​52997
  • chore: add structured app page path type: #​55070
  • Fixed i18n data route RegExp: #​55109
  • chore: upgrade to TypeScript 5.2.2: #​55105
  • fix: ensure mpa navigation render side effects are only fired once: #​55032
  • Revert "perf: add bundled rendering runtimes (#​52997)": #​55117
  • Strip internal routing headers: #​55114
  • Add option to support log full request url in verbose mode: #​55111
  • Filter out pages tree view for app dir only output: #​55120
  • Check for type of route handler returned value at build time (via the TS plugin) and at runtime: #​51394
  • Set test headers via page.router API: #​55087
  • server: re-land bundled runtimes: #​55139
  • feat(turbopack): add dynamic metadata support: #​54995
  • server: require hook hotfix : #​55146
  • Revert swc versions to one that doesn't use lightningcss: #​55148
  • feat: support expanding urls in nexturbo (and fix static files): #​55147
  • Update font data: #​55155
  • server: remove turbopack-specific code when compiling with webpack: #​55226
  • Ensure ImageResponse extends Response: #​55187
  • Remove render workers in favor of esm loader: #​54813
  • test(turbopack): migrate 404-related tests from next-dev: #​55243
  • feat: add reserved port validation: #​55237
  • build: fix externals resolution when importing from next/dist: #​55269
  • Make open editor icon size non-shrink in error overlay: #​55273
  • build: fix minimal trace caching: #​55279
  • reafactor: renamed pathname -> page: #​55282
  • feat(next-dev): reenable turbopack beta message: #​55116
  • Add libsql to external package list: #​55266
  • fix: removed unused intercepting route definition references: #​55285
  • refactor(next-font): use next-transform-font: #​55252
  • Remove unused option and unified ready message into start server: #​55289
  • remove --experimental-turbo from supported next-dev args: #​55300
  • test(next-dev): clean up 404 tests: #​55292
  • Use NextJsHotReloaderInterface in router-server: #​55317
  • server: switch pages to react dom edge renderer: #​55318
  • Logging improvements: #​55298
  • Updates Mozilla links to not include language preference: #​55326
  • fix react-server-dom-webpack cache invalidation: #​55287
  • docs: add explicit units to isrMemoryCacheSize option: #​55108
  • feat(turbopack): attach type metadata for static metadata item: #​55340
  • fix duplicated error logging when start server: #​55328
  • Revert react-server-dom require change: #​55345
  • fix turbopack HMR, fix disconnect detection: #​55361
  • Fix CPU profile generation: #​55365
  • fix memory leak in require.cache cleanup: #​55377
  • WEB-1135: Update examples and schema for Turbopack loaders config change: #​54584
  • feat(turbopack): support next.js specific node polyfills: #​55343
  • Turbopack: Allow Pages entrypoint template to import user's .ts files: #​55296
  • Revert "feat(turbopack): support next.js specific node polyfills": #​55385
  • Remove leftover worker code and types: #​55383
  • run validation logic for TURBOPACK too: #​55379
  • more turbopack HMR fixes and test case: #​55368
  • Revert "Revert react-server-dom require change": #​55382
  • Set standalone server default hostname to 0.0.0.0: #​54445
  • Revert "Revert "feat(turbopack): support next.js specific node polyfills"": #​55392
  • Update React from dd480ef to d6dcad6.: #​55399
  • Memoize serverDistDir generation: #​55375
  • Remove IncomingMessage type where unused: #​55387
  • Remove unused file: #​55378
  • Update useParams typing to assume a given shape: #​55126
  • Remove setLazyProp from the hot path of all requests: #​55391
  • fix: server actions initiated from static pages: #​51534
  • Turbopack: log hmr compile changes: #​55406
  • fix: server actions initiated from static pages: #​51534
  • Turbopack: log hmr compile changes: #​55406
  • Update turbopack: #​55402
  • fix: sort imports to ensure consistent hash: #​55358
  • fix manifest load errors when using assetPrefix: #​55416
  • Turbopack: remap next/head on client in App Pages: #​55419
  • Ensure etags are not generated for static files when disabled: #​55376
  • use atomic writes to avoid seeing incomplete files: #​55424
  • fix server-side changes events: #​55437
  • server: bundle vendored react: #​55362
  • fix: move sort to loader to also sort query string: #​55425
  • Don't log error about root_task_dispose: #​55458
  • Skip JSON.parse in loadClientReferenceManifest: #​55457
  • Restrict useFormState in Server Components: #​55417
  • Generate middlewareManifestPath only once: #​55489
  • Test Mode: report onFetch interceptions in the test: #​55456
  • Turbopack: Setup HMR for client-only changes in App dir: #​55464
  • Remove esm loader: #​55509
  • update turbopack: #​55515
  • Remove process.env reading in require hook: #​55520
  • Allow server-only in server targets and client-only in client components targets to be available: #​55394
  • Make useSearchParams and useParams compatible between app and pages router: #​55280
  • fix(next-core): enable image extensions: #​55460
  • build: add aliases for react-dom/server usage in server bundles: #​55536
  • fix: run turbopack in forked process: #​55545
  • fix next.js own build on windows: #​55544
  • Fix notFound status code with ISR in app: #​55542
  • Disable client-only for middleware and pages api layer: #​55541
  • Fix missing module.compiled trace file and unhandledRejection in ensurePage: #​55553
  • Add mui-core to the default optimizePackageImports list: #​55554
  • Consolidate experimental React opt-in & add ppr flag: #​55560
  • Add react-icons to optimizePackageImports: #​55572
  • Fix useState function initialiser case for optimize_server_react transform: #​55551
  • Update supported config options for Turbopack: #​55556
  • Fix react packages are not bundled for metadata routes: #​55579
  • improve internal error logging: #​55582
  • fix styled-jsx alias: #​55581
Documentation Changes
  • docs: Bump minimum Node.js version to 16.14: #​54285
  • Docs: Fix broken links: #​54340
  • Docs: Add notes that revalidation is not available in the Edge runtime / only Node.js: #​54338
  • Docs: Update template.js section: #​54370
  • Docs: Clarify status codes w/ streaming: #​54374
  • Docs: Document manifest metadata file: #​54380
  • Docs: Refer users to IDE or MDN for manifest object options: #​54385
  • Docs: Remove runtime configuration from /app docs: #​54336
  • docs: Remove unneeded word in caching docs: #​54451
  • docs: Add next-i18n-router as a resource for internationalized routing: #​52344
  • Update 10-testing.mdx: #​54107
  • docs: Rewrite Rendering Section and React Essentials Page: #​51579
  • Docs: Fix formatting issues in the rendering docs: #​54517
  • docs: fix broken link missing leading slash: #​54520
  • docs: Add missing parameters to both useSelectedLayoutSegment & useSelectedLayoutSegments: #​53602
  • chore(docs): add example of sanity image to loaderFile config: #​54529
  • docs: fix source files hash calculation: #​54509
  • docs: update 10-route-handlers.mdx: #​54605
  • Docs: Update Edge runtime and data revalidation information: #​54499
  • Update revalidatePath to revalidateTag: #​54633
  • docs: Add JS code snippets for forms: #​54577
  • docs: updates generateMetadata function signature: #​54638
  • docs: fix small typo: #​54656
  • Update revalidatePath.mdx: #​54631
  • Fixed typo in Building your application > 03. Rendering section: #​54764
  • (Docs) Add missing JS-Code, cookies function names updated accordingly.: #​54703
  • docs: clarify data type in Forms and Mutations section: #​54630
  • docs: Change Vite guide title: #​54774
  • docs: remove typo in use-selected-layout-segments.mdx: #​54767
  • chore: verify missing/invalid/private reproduction links: #​54724
  • docs: fix syntax error in i18n example code block: #​54749
  • docs: Add JS/TS code switchers to Middleware: #​54726
  • docs: define router instance in code block: [#​54707](https://togithub.com

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner August 25, 2022 14:59
@vercel
Copy link

vercel bot commented Aug 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-tailwind-docs ❌ Failed (Inspect) Sep 27, 2023 8:01pm

@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 833dfc0 to e076cdd Compare August 26, 2022 17:41
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from e076cdd to 06baab8 Compare August 30, 2022 00:47
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 06baab8 to 3b5a99c Compare September 3, 2022 11:07
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (major) to v29 (major) chore(deps): ⬆️ update dev dependencies (major) (major) Sep 3, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 3b5a99c to 144096f Compare September 10, 2022 16:45
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 144096f to a9deb12 Compare September 11, 2022 12:16
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from a9deb12 to 7555c2f Compare September 13, 2022 17:15
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 7555c2f to 52b6fd4 Compare September 15, 2022 22:37
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 52b6fd4 to 957e2a5 Compare November 20, 2022 13:27
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 957e2a5 to bc38eb8 Compare March 11, 2023 03:31
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from bc38eb8 to 2c1b118 Compare March 16, 2023 07:31
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 2c1b118 to 74bc432 Compare March 30, 2023 21:55
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 74bc432 to 3ba9b22 Compare April 17, 2023 10:59
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 3ba9b22 to df8b9ed Compare May 28, 2023 09:26
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 58cac44 to 39f6775 Compare September 6, 2023 04:40
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 39f6775 to f1b7ace Compare September 12, 2023 07:39
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from f1b7ace to 6f0e962 Compare September 15, 2023 21:25
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 6f0e962 to e99bd6e Compare September 17, 2023 17:05
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from e99bd6e to b75dd97 Compare September 17, 2023 21:21
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from b75dd97 to 37c4beb Compare September 19, 2023 16:13
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 37c4beb to 7c00730 Compare September 19, 2023 19:34
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 7c00730 to 796588e Compare September 20, 2023 16:54
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 796588e to 2d90abf Compare September 21, 2023 10:30
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 2d90abf to ac12bda Compare September 23, 2023 16:57
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from ac12bda to c5c3859 Compare September 25, 2023 16:14
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from c5c3859 to 64e9490 Compare September 27, 2023 10:24
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 64e9490 to c5950ba Compare September 27, 2023 20:00
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (major) (major) chore(deps): ⬆️ update dev dependencies (major) (major) - autoclosed Sep 29, 2023
@renovate renovate bot closed this Sep 29, 2023
@renovate renovate bot deleted the renovate/major-dev-dependencies-(major) branch September 29, 2023 06:53
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