Adkimsm / scadies

A Powerful Dynamic Blog System, Powered By Express.
https://scadies.js.org
6 stars 0 forks source link

chore(deps): update nextjs monorepo to v12.2.5 #47

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 12.2.3 -> 12.2.5 age adoption passing confidence
next (source) 12.2.3 -> 12.2.5 age adoption passing confidence

Release Notes

vercel/next.js ### [`v12.2.5`](https://togithub.com/vercel/next.js/releases/tag/v12.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.4...v12.2.5) ##### Core Changes - Change invalid internal upstream image error code: [#​39334](https://togithub.com/vercel/next.js/issues/39334) - Hoist styles for Route Announcer: [#​39331](https://togithub.com/vercel/next.js/issues/39331) - fix: wrong reference url for disableStaticImages: [#​39362](https://togithub.com/vercel/next.js/issues/39362) - fix: skip resizing image if it's animated: [#​39325](https://togithub.com/vercel/next.js/issues/39325) - Fix catchall rewrites for \_next/data routes: [#​39370](https://togithub.com/vercel/next.js/issues/39370) - Fix `next/future/image` alt text: [#​39366](https://togithub.com/vercel/next.js/issues/39366) - refactor: add named export in next/server: [#​39381](https://togithub.com/vercel/next.js/issues/39381) - fix(ts): More strict Redirect type: [#​38277](https://togithub.com/vercel/next.js/issues/38277) - fix(next): dev server starting when importing a file using get-projec…: [#​38274](https://togithub.com/vercel/next.js/issues/38274) - Add runtime to PageConfig type: [#​37453](https://togithub.com/vercel/next.js/issues/37453) - fix: improve logging for \_devPagesManifest.json loading failures: [#​38046](https://togithub.com/vercel/next.js/issues/38046) - Allow custom path for preview mode cookies: [#​38313](https://togithub.com/vercel/next.js/issues/38313) - Fix removing whitespacing in dev overlay: [#​28277](https://togithub.com/vercel/next.js/issues/28277) - Fix emotion labelFormat and sourcemap options: [#​39389](https://togithub.com/vercel/next.js/issues/39389) - Fix emotion shouldForwardProp options breaks component selectors: [#​39390](https://togithub.com/vercel/next.js/issues/39390) - next/image imgix loader can use multiple auto params: [#​34808](https://togithub.com/vercel/next.js/issues/34808) - Adds `eslint-plugin-eslint-plugin` to ensure `eslint-plugin-next` rules follow ESLint rule best practices along with enforcing some consistency.: [#​37920](https://togithub.com/vercel/next.js/issues/37920) - \[ESLint] Adds `--output-file` flag: [#​36420](https://togithub.com/vercel/next.js/issues/36420) - Update polyfill for eslint no-unwanted-polyfillio rule: [#​33170](https://togithub.com/vercel/next.js/issues/33170) - fix(ts): Middleware type tweaks: [#​38625](https://togithub.com/vercel/next.js/issues/38625) - Fix Link generation for SSG pages if locale domains are used: [#​36818](https://togithub.com/vercel/next.js/issues/36818) - Setup require hook in next-server for styled-jsx resolving: [#​39305](https://togithub.com/vercel/next.js/issues/39305) - fix: ensure trailing slash on registry URL when fetching wasm fallback: [#​39427](https://togithub.com/vercel/next.js/issues/39427) - typing: upgrade styled-jsx to remove workaround in build script: [#​39408](https://togithub.com/vercel/next.js/issues/39408) - Extract redirect utils into a separate file: [#​39433](https://togithub.com/vercel/next.js/issues/39433) - Ensure locale redirects are not applied in minimal mode: [#​39436](https://togithub.com/vercel/next.js/issues/39436) - feat(middleware): augments / matcher with /index: [#​39397](https://togithub.com/vercel/next.js/issues/39397) - Bump edge-runtime packages: [#​39450](https://togithub.com/vercel/next.js/issues/39450) - Ensure default \_app is used when falling back to default \_error: [#​39467](https://togithub.com/vercel/next.js/issues/39467) - Handle rewriting WebSocket requests: [#​39463](https://togithub.com/vercel/next.js/issues/39463) - App Build Stats: [#​38884](https://togithub.com/vercel/next.js/issues/38884) - Tweak styled-jsx type declarations: [#​39474](https://togithub.com/vercel/next.js/issues/39474) - FIX GAUSSIAN BLUR IN FUTURE\IMAGE: [#​39190](https://togithub.com/vercel/next.js/issues/39190) - Add hot-reloading for env file changes: [#​38483](https://togithub.com/vercel/next.js/issues/38483) - feat(next-swc/modularize_imports): Add Kebab case: [#​38583](https://togithub.com/vercel/next.js/issues/38583) - Make dev watch ignore more specific: [#​39504](https://togithub.com/vercel/next.js/issues/39504) - Bump styled-jsx and remove manual types creation: [#​39506](https://togithub.com/vercel/next.js/issues/39506) - Add position styling to future fill images: [#​39438](https://togithub.com/vercel/next.js/issues/39438) - fix: ensure hidden iframe apps render in development mode: [#​39514](https://togithub.com/vercel/next.js/issues/39514) - Enable [@​typescript-eslint/no-use-before-define](https://togithub.com/typescript-eslint/no-use-before-define) variables,enums,typedefs for core files: [#​39511](https://togithub.com/vercel/next.js/issues/39511) - Re-add styled-jsx as a normal dependency: [#​39518](https://togithub.com/vercel/next.js/issues/39518) ##### Documentation Changes - docs: update When section of getStaticProps page: [#​39393](https://togithub.com/vercel/next.js/issues/39393) - Update script.md: [#​39400](https://togithub.com/vercel/next.js/issues/39400) - API Routes Request Helpers docs.: [#​39407](https://togithub.com/vercel/next.js/issues/39407) - Improve description of `context.query` in `getServerSideProps()`: [#​39422](https://togithub.com/vercel/next.js/issues/39422) - Enhance sizes documentation for next/image: [#​39301](https://togithub.com/vercel/next.js/issues/39301) - Add component wrapper in sizes documentation code snippet: [#​39437](https://togithub.com/vercel/next.js/issues/39437) - Update `router.prefetch` documentation to include `locale` option: [#​39442](https://togithub.com/vercel/next.js/issues/39442) - Fix docs path "Invalid getServerSideProps Return Value": [#​39443](https://togithub.com/vercel/next.js/issues/39443) - Improve next/future/image Migration docs: [#​39421](https://togithub.com/vercel/next.js/issues/39421) ##### Example Changes - Fixed links to supabase examples: [#​39343](https://togithub.com/vercel/next.js/issues/39343) - Examples/cms-wordpress migrate to TypeScript: [#​39250](https://togithub.com/vercel/next.js/issues/39250) - chore: upgrade example to Docker Compose v2: [#​39372](https://togithub.com/vercel/next.js/issues/39372) - fix (examples): Changed the version of next-pwa: [#​39369](https://togithub.com/vercel/next.js/issues/39369) - Port 'with-static-export' example to TypeScript: [#​38268](https://togithub.com/vercel/next.js/issues/38268) - update examples/custom-server-fastify and replace depreaction: [#​38269](https://togithub.com/vercel/next.js/issues/38269) - Land(Update example with-apivideo-upload README): [#​39391](https://togithub.com/vercel/next.js/issues/39391) - Fix: broken TypeScript in WordPress example.: [#​39402](https://togithub.com/vercel/next.js/issues/39402) - Enable [@​typescript-eslint/no-use-before-define](https://togithub.com/typescript-eslint/no-use-before-define) for examples dir: [#​39469](https://togithub.com/vercel/next.js/issues/39469) - \[examples] Add on-demand revalidation to Contentful example: [#​39475](https://togithub.com/vercel/next.js/issues/39475) - Fixed issues with environment variables for Windows users: [#​37853](https://togithub.com/vercel/next.js/issues/37853) - fix(examples/with-wdyr): example config to support SWC: [#​39465](https://togithub.com/vercel/next.js/issues/39465) ##### Misc Changes - test: ensure default output is correct: [#​39358](https://togithub.com/vercel/next.js/issues/39358) - Fix failing escheck test: [#​39365](https://togithub.com/vercel/next.js/issues/39365) - Add yarn 2 Setup Files to Valid Files for create-next-app: [#​30936](https://togithub.com/vercel/next.js/issues/30936) - Add Object#fromEntries polyfill (with 6 lines of code): [#​36426](https://togithub.com/vercel/next.js/issues/36426) - chore: restores removed tests: [#​39452](https://togithub.com/vercel/next.js/issues/39452) - Fix next.config.js overwriting on deploy e2e test: [#​39476](https://togithub.com/vercel/next.js/issues/39476) - Update contributing.md to recommend corepack: [#​39479](https://togithub.com/vercel/next.js/issues/39479) - Fix swc build for freebsd target: [#​39478](https://togithub.com/vercel/next.js/issues/39478) ##### Credits Huge thanks to [@​pthomas931](https://togithub.com/pthomas931), [@​madmed88](https://togithub.com/madmed88), [@​sanjaiyan-dev](https://togithub.com/sanjaiyan-dev), [@​balazsorban44](https://togithub.com/balazsorban44), [@​DonghyukJacobJang](https://togithub.com/DonghyukJacobJang), [@​ijjk](https://togithub.com/ijjk), [@​chaiwattsw](https://togithub.com/chaiwattsw), [@​styfle](https://togithub.com/styfle), [@​dunglas](https://togithub.com/dunglas), [@​ahkhanjani](https://togithub.com/ahkhanjani), [@​promer94](https://togithub.com/promer94), [@​terrierscript](https://togithub.com/terrierscript), [@​shawncal](https://togithub.com/shawncal), [@​insik-han](https://togithub.com/insik-han), [@​QuiiBz](https://togithub.com/QuiiBz), [@​ykzts](https://togithub.com/ykzts), [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg), [@​lucasassisrosa](https://togithub.com/lucasassisrosa), [@​dikwickley](https://togithub.com/dikwickley), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​sicarius97](https://togithub.com/sicarius97), [@​FourwingsY](https://togithub.com/FourwingsY), [@​manovotny](https://togithub.com/manovotny), [@​SukkaW](https://togithub.com/SukkaW), [@​pepoeverton](https://togithub.com/pepoeverton), [@​jdeniau](https://togithub.com/jdeniau), [@​sumiren](https://togithub.com/sumiren), [@​anthonyshew](https://togithub.com/anthonyshew), [@​pekarja5](https://togithub.com/pekarja5), [@​huozhi](https://togithub.com/huozhi), [@​leerob](https://togithub.com/leerob), [@​fediev](https://togithub.com/fediev), [@​atcastle](https://togithub.com/atcastle), [@​shuding](https://togithub.com/shuding), [@​feugy](https://togithub.com/feugy), [@​jonohewitt](https://togithub.com/jonohewitt), [@​zakiego](https://togithub.com/zakiego), [@​Schniz](https://togithub.com/Schniz), [@​timneutkens](https://togithub.com/timneutkens), [@​wyattjoh](https://togithub.com/wyattjoh), [@​MaedahBatool](https://togithub.com/MaedahBatool), [@​X7Becka](https://togithub.com/X7Becka), [@​nnnnoel](https://togithub.com/nnnnoel), [@​dcdev67](https://togithub.com/dcdev67), [@​alvinometric](https://togithub.com/alvinometric), [@​timothympace](https://togithub.com/timothympace), and [@​jeferson-sb](https://togithub.com/jeferson-sb) for helping! ### [`v12.2.4`](https://togithub.com/vercel/next.js/releases/tag/v12.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.3...v12.2.4) ##### Core Changes - Fix error message typos: [#​38894](https://togithub.com/vercel/next.js/issues/38894) - Update to latest version of [@​vercel/nft](https://togithub.com/vercel/nft): [#​38878](https://togithub.com/vercel/next.js/issues/38878) - fix([#​38090](https://togithub.com/vercel/next.js/issues/38090)): add missing `analyticsId` to config schema: [#​38911](https://togithub.com/vercel/next.js/issues/38911) - Ensure hash on initial request is preserved in new router: [#​38913](https://togithub.com/vercel/next.js/issues/38913) - Remove unnecessary assertions: [#​38899](https://togithub.com/vercel/next.js/issues/38899) - Clear unnecessary code: [#​38900](https://togithub.com/vercel/next.js/issues/38900) - fix: Impl `attachRequestMeta` in base server to handle meta differently in edge and node servers: [#​38932](https://togithub.com/vercel/next.js/issues/38932) - feat: enhance warning messages about unanalyzable `config` field: [#​38907](https://togithub.com/vercel/next.js/issues/38907) - fix: fix generateEtags type inside schema: [#​38936](https://togithub.com/vercel/next.js/issues/38936) - Refactor router reducer: [#​38983](https://togithub.com/vercel/next.js/issues/38983) - Add state comparison to router: [#​38422](https://togithub.com/vercel/next.js/issues/38422) - update webpack: [#​38988](https://togithub.com/vercel/next.js/issues/38988) - Update config schema for empty basePath: [#​38998](https://togithub.com/vercel/next.js/issues/38998) - Add handling for prefetching onTouchStart and initial mobile testing : [#​38805](https://togithub.com/vercel/next.js/issues/38805) - Add additional comments to new router: [#​38986](https://togithub.com/vercel/next.js/issues/38986) - Update config-schema for relay field to be less strict: [#​39010](https://togithub.com/vercel/next.js/issues/39010) - Add config for opting out of optimistic client cache behavior: [#​38774](https://togithub.com/vercel/next.js/issues/38774) - Fix tracing edge-runtime dependencies: [#​39009](https://togithub.com/vercel/next.js/issues/39009) - Ensure dangerouslyAllowSVG is passed correctly: [#​39031](https://togithub.com/vercel/next.js/issues/39031) - Handle getStaticPaths error inside worker to avoid serializing: [#​39032](https://togithub.com/vercel/next.js/issues/39032) - chore: enable swc externalHelpers when pre-compile: [#​38182](https://togithub.com/vercel/next.js/issues/38182) - Update to use HEAD request for On-Demand ISR: [#​39038](https://togithub.com/vercel/next.js/issues/39038) - chore: Clean up imports and unused code: [#​39044](https://togithub.com/vercel/next.js/issues/39044) - Replace node-sass test dependency with sass: [#​39053](https://togithub.com/vercel/next.js/issues/39053) - Add comments in new router reducer: [#​39025](https://togithub.com/vercel/next.js/issues/39025) - Add additional comments for reducer/cachenode: [#​39065](https://togithub.com/vercel/next.js/issues/39065) - fix: print Request & Response properties: [#​38903](https://togithub.com/vercel/next.js/issues/38903) - fix: show `asPath` on large page data warning: [#​39071](https://togithub.com/vercel/next.js/issues/39071) - Remove RSC rendering from render: [#​39045](https://togithub.com/vercel/next.js/issues/39045) - Ensure query is updated correctly with shallow and middleware: [#​39086](https://togithub.com/vercel/next.js/issues/39086) - Update pre-compiled to fix check: [#​39089](https://togithub.com/vercel/next.js/issues/39089) - Fix unhandled rejections with edge runtime: [#​39091](https://togithub.com/vercel/next.js/issues/39091) - feat(next-swc): Update swc: [#​39055](https://togithub.com/vercel/next.js/issues/39055) - Collect telemetry for next/future/image: [#​39046](https://togithub.com/vercel/next.js/issues/39046) - \[Script] Adds `onReady` prop to `next/script`: [#​38849](https://togithub.com/vercel/next.js/issues/38849) - Ensure we hard navigate for failed \_next/data with middleware: [#​39148](https://togithub.com/vercel/next.js/issues/39148) - Refactor Flight plugins to use types.: [#​39136](https://togithub.com/vercel/next.js/issues/39136) - Fix middleware + afterFiles SSG rewrite case: [#​39153](https://togithub.com/vercel/next.js/issues/39153) - Update swc minifier: [#​39158](https://togithub.com/vercel/next.js/issues/39158) - Fix incorrect component cache for middleware cases: [#​39159](https://togithub.com/vercel/next.js/issues/39159) - Add shared dynamic api: [#​39163](https://togithub.com/vercel/next.js/issues/39163) - Add exportPathMap config type/schema field: [#​39171](https://togithub.com/vercel/next.js/issues/39171) - Fix default error style overrides: [#​39169](https://togithub.com/vercel/next.js/issues/39169) - refactor: return single middleware from getMiddleware in dev server: [#​39177](https://togithub.com/vercel/next.js/issues/39177) - fix([#​11930](https://togithub.com/vercel/next.js/issues/11930)): rewritten api routes can correctly handle cors in dev mode: [#​38937](https://togithub.com/vercel/next.js/issues/38937) - refactor: simplify middleware execution: [#​39192](https://togithub.com/vercel/next.js/issues/39192) - Add missing [@​napi-rs/cli](https://togithub.com/napi-rs/cli) devDependency to next-swc: [#​39164](https://togithub.com/vercel/next.js/issues/39164) - Fix missing edge routes in dev middleware manifest: [#​39199](https://togithub.com/vercel/next.js/issues/39199) - Fix: only contain middleware in dev middleware manifest: [#​39217](https://togithub.com/vercel/next.js/issues/39217) - fix: react dev bundle is picked in prod mode: [#​39221](https://togithub.com/vercel/next.js/issues/39221) - Add "fill" mode to `next/future/image`: [#​38855](https://togithub.com/vercel/next.js/issues/38855) - Handle assetPrefix in app: [#​39236](https://togithub.com/vercel/next.js/issues/39236) - Export URLPattern from next/server: [#​39219](https://togithub.com/vercel/next.js/issues/39219) - Ensure middleware has single data fetch on query hydration with valid props: [#​39210](https://togithub.com/vercel/next.js/issues/39210) - Fix URLPattern next/server export on deploy: [#​39290](https://togithub.com/vercel/next.js/issues/39290) - Flush styles effects: [#​39268](https://togithub.com/vercel/next.js/issues/39268) - chore: rename typo middlewares to interceptors in hot reloader: [#​39292](https://togithub.com/vercel/next.js/issues/39292) - Remove default setting for object-fit on future fill images: [#​39297](https://togithub.com/vercel/next.js/issues/39297) - feat(config): implement a human readable ajv errors: [#​39291](https://togithub.com/vercel/next.js/issues/39291) - Enable concurrent mode by default in app-render: [#​39307](https://togithub.com/vercel/next.js/issues/39307) - Fix next/server being required during build: [#​39310](https://togithub.com/vercel/next.js/issues/39310) - feat(next-swc/wasm): export async interfaces: [#​39231](https://togithub.com/vercel/next.js/issues/39231) - Ensure On-Demand revalidate does not consider preview cookie: [#​39313](https://togithub.com/vercel/next.js/issues/39313) - fix: buffer is not usable on edge runtime: [#​39227](https://togithub.com/vercel/next.js/issues/39227) ##### Documentation Changes - Remove next-page-tester from testing.md: [#​38920](https://togithub.com/vercel/next.js/issues/38920) - Add section about building `getStaticPaths` on-demand.: [#​38943](https://togithub.com/vercel/next.js/issues/38943) - Docs: Fix grammatical typo: [#​38962](https://togithub.com/vercel/next.js/issues/38962) - docs: update typescript.md: [#​38717](https://togithub.com/vercel/next.js/issues/38717) - Add note to `next/future/image` about default styles.: [#​38978](https://togithub.com/vercel/next.js/issues/38978) - Add caveat note about shallow routing with middleware: [#​39154](https://togithub.com/vercel/next.js/issues/39154) - fix: Update testing.md: [#​39195](https://togithub.com/vercel/next.js/issues/39195) - Replaces getStaticProps with getStaticPaths: [#​39218](https://togithub.com/vercel/next.js/issues/39218) - Clear up rewrites documentation: [#​39238](https://togithub.com/vercel/next.js/issues/39238) - Add section about migrating from `next/image` to `next/future/image`: [#​39270](https://togithub.com/vercel/next.js/issues/39270) - \[docs] Clarify polyfill support: [#​39272](https://togithub.com/vercel/next.js/issues/39272) - fix typo: docs/advanced-features/react-18/streaming.md: [#​39293](https://togithub.com/vercel/next.js/issues/39293) - docs: add missing dot: [#​39314](https://togithub.com/vercel/next.js/issues/39314) ##### Example Changes - Add example with cookies-next package: [#​31243](https://togithub.com/vercel/next.js/issues/31243) - chore(example): convert `with-stitches` to TS: [#​38892](https://togithub.com/vercel/next.js/issues/38892) - Update Convex example not to ignore generated files: [#​38931](https://togithub.com/vercel/next.js/issues/38931) - Convert `custom-routes-proxying` example to TypeScript: [#​38974](https://togithub.com/vercel/next.js/issues/38974) - Added workaround for --isolatedModules inside of configuration files: [#​39004](https://togithub.com/vercel/next.js/issues/39004) - Update default gitignore templates: [#​39051](https://togithub.com/vercel/next.js/issues/39051) - docs(examples): improve DX while copying command to create new project: [#​38410](https://togithub.com/vercel/next.js/issues/38410) - docs(example): Update Makeswift example: [#​39070](https://togithub.com/vercel/next.js/issues/39070) - fix: use `if..elif..else` in docker examples: [#​39072](https://togithub.com/vercel/next.js/issues/39072) - feat(with-mux-video): Update mux-player scope and version to latest.: [#​39079](https://togithub.com/vercel/next.js/issues/39079) - Convert `cms-agilitycms` example to TypeScript: [#​38976](https://togithub.com/vercel/next.js/issues/38976) - Convert the Cypress config to ESM Module syntax: [#​39036](https://togithub.com/vercel/next.js/issues/39036) - fix: missing semicolon on Dockerfile: [#​39142](https://togithub.com/vercel/next.js/issues/39142) - Fix typo in with-docker-compose README: [#​39176](https://togithub.com/vercel/next.js/issues/39176) - examples/with-msw-typescript: [#​39196](https://togithub.com/vercel/next.js/issues/39196) - Update edgedb.toml: [#​39243](https://togithub.com/vercel/next.js/issues/39243) - fix: use `if...else` in dockerfile: [#​39263](https://togithub.com/vercel/next.js/issues/39263) - Add TypeScript to ant design example: [#​38470](https://togithub.com/vercel/next.js/issues/38470) ##### Misc Changes - Update Safari 10 test to no longer wait for modern Safari: [#​39028](https://togithub.com/vercel/next.js/issues/39028) - Update delayed test output handling: [#​39078](https://togithub.com/vercel/next.js/issues/39078) - Update tests to use random directory: [#​39230](https://togithub.com/vercel/next.js/issues/39230) - Update Android NDK path for swc builds: [#​39298](https://togithub.com/vercel/next.js/issues/39298) - Add delay before exiting tests for log flushing: [#​39302](https://togithub.com/vercel/next.js/issues/39302) - chore(trace): fix typo in trace-to-event-format.mjs: [#​39279](https://togithub.com/vercel/next.js/issues/39279) ##### Credits Huge thanks to [@​theMosaad](https://togithub.com/theMosaad), [@​SukkaW](https://togithub.com/SukkaW), [@​timneutkens](https://togithub.com/timneutkens), [@​Yuddomack](https://togithub.com/Yuddomack), [@​msquitieri](https://togithub.com/msquitieri), [@​andreizanik](https://togithub.com/andreizanik), [@​nix6839](https://togithub.com/nix6839), [@​shuding](https://togithub.com/shuding), [@​thomasballinger](https://togithub.com/thomasballinger), [@​ziishaned](https://togithub.com/ziishaned), [@​leerob](https://togithub.com/leerob), [@​xyeres](https://togithub.com/xyeres), [@​nyedidikeke](https://togithub.com/nyedidikeke), [@​maxproske](https://togithub.com/maxproske), [@​sokra](https://togithub.com/sokra), [@​titusdmoore](https://togithub.com/titusdmoore), [@​thebergamo](https://togithub.com/thebergamo), [@​fikrikarim](https://togithub.com/fikrikarim), [@​Kikobeats](https://togithub.com/Kikobeats), [@​balazsorban44](https://togithub.com/balazsorban44), [@​clearlyTHUYDOAN](https://togithub.com/clearlyTHUYDOAN), [@​ijjk](https://togithub.com/ijjk), [@​nasso](https://togithub.com/nasso), [@​qutek](https://togithub.com/qutek), [@​kdy1](https://togithub.com/kdy1), [@​kyliau](https://togithub.com/kyliau), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​huozhi](https://togithub.com/huozhi), [@​barissayil](https://togithub.com/barissayil), [@​seveibar](https://togithub.com/seveibar), [@​Jessidhia](https://togithub.com/Jessidhia), [@​santidalmasso](https://togithub.com/santidalmasso), [@​JohnDaly](https://togithub.com/JohnDaly), [@​Nikhilnama18](https://togithub.com/Nikhilnama18), [@​atcastle](https://togithub.com/atcastle), [@​styfle](https://togithub.com/styfle), [@​Schniz](https://togithub.com/Schniz), [@​mduleone](https://togithub.com/mduleone), [@​colinhacks](https://togithub.com/colinhacks), [@​ductnn](https://togithub.com/ductnn), [@​josh](https://togithub.com/josh), [@​hiro0218](https://togithub.com/hiro0218), [@​eltociear](https://togithub.com/eltociear), [@​kwonoj](https://togithub.com/kwonoj), [@​valcosmos](https://togithub.com/valcosmos), and [@​feugy](https://togithub.com/feugy) for helping!

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (12.2.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.