coston / react-obfuscate

An intelligent React component to obfuscate any contact link!
https://react-obfuscate.coston.io
MIT License
110 stars 17 forks source link

chore(deps): update dependency next to v12.0.8 #249

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) 12.0.7 -> 12.0.8 age adoption passing confidence

Release Notes

vercel/next.js ### [`v12.0.8`](https://togithub.com/vercel/next.js/releases/v12.0.8) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.0.7...v12.0.8) ##### Core Changes - Fix no-server-import-in-page eslint rule for subfolder middleware: [#​32139](https://togithub.com/vercel/next.js/issues/32139) - Create Base Server: [#​32154](https://togithub.com/vercel/next.js/issues/32154) - Revert support for render prop in `
`: [#​32184](https://togithub.com/vercel/next.js/issues/32184) - Refactor FS references in the Base Server: [#​32179](https://togithub.com/vercel/next.js/issues/32179) - telemetry: collect feature usage for linting during build: [#​32022](https://togithub.com/vercel/next.js/issues/32022) - Chore/load bindings improvements: [#​32191](https://togithub.com/vercel/next.js/issues/32191) - fix(NODE_ENV): Warn when launching start or build on development: [#​14033](https://togithub.com/vercel/next.js/issues/14033) - Fix crash in no-page-custom-font eslint rule when default export is unnamed.: [#​32251](https://togithub.com/vercel/next.js/issues/32251) - Add docs for leveraging outputStandalone config: [#​32255](https://togithub.com/vercel/next.js/issues/32255) - Replace raw-body with get-stream and bytes: [#​21915](https://togithub.com/vercel/next.js/issues/21915) - Update to latest ncc and ensure caniuse-lite data is external : [#​32064](https://togithub.com/vercel/next.js/issues/32064) - Update swc: [#​32210](https://togithub.com/vercel/next.js/issues/32210) - Simplify custom `Writable`: [#​32247](https://togithub.com/vercel/next.js/issues/32247) - Add shake exports transform to next-swc: [#​32253](https://togithub.com/vercel/next.js/issues/32253) - Revert "Replace raw-body with get-stream and bytes": [#​32305](https://togithub.com/vercel/next.js/issues/32305) - Re-open chore(deps): upgrade browserslist: [#​32300](https://togithub.com/vercel/next.js/issues/32300) - Fix RSC link navigation: [#​32303](https://togithub.com/vercel/next.js/issues/32303) - Compile escape-string-regexp: [#​32310](https://togithub.com/vercel/next.js/issues/32310) - Add unstable_useRefreshRoot: [#​32342](https://togithub.com/vercel/next.js/issues/32342) - Upate swc: [#​32365](https://togithub.com/vercel/next.js/issues/32365) - fix unstable_useRefreshRoot typing: [#​32364](https://togithub.com/vercel/next.js/issues/32364) - fix(next-swc/styled-jsx): Fix `nth`: [#​32358](https://togithub.com/vercel/next.js/issues/32358) - Rename experimental vital hook: [#​32343](https://togithub.com/vercel/next.js/issues/32343) - Inline server data response with partial hydration: [#​32330](https://togithub.com/vercel/next.js/issues/32330) - Update `jsx` transform of swc: [#​32383](https://togithub.com/vercel/next.js/issues/32383) - Fix running server with Polyfilled fetch: [#​32368](https://togithub.com/vercel/next.js/issues/32368) - Fix dynamic routes with pages under index folder: [#​32440](https://togithub.com/vercel/next.js/issues/32440) - Fixes [#​32338](https://togithub.com/vercel/next.js/issues/32338) missing Document components trigger an error for production builds: [#​32345](https://togithub.com/vercel/next.js/issues/32345) - Fixes for inline embedding data in the web runtime: [#​32471](https://togithub.com/vercel/next.js/issues/32471) - Add vitals and rsc to npm files: [#​32472](https://togithub.com/vercel/next.js/issues/32472) - fixes to allow lazy compilation for import(): [#​32441](https://togithub.com/vercel/next.js/issues/32441) - upgrade webpack and watchpack: [#​32173](https://togithub.com/vercel/next.js/issues/32173) - Update to filter loader specific files from traces: [#​32267](https://togithub.com/vercel/next.js/issues/32267) - Fix server data cache key: [#​32506](https://togithub.com/vercel/next.js/issues/32506) - \[middleware] Fix hydration for rewrites to dynamic pages: [#​32534](https://togithub.com/vercel/next.js/issues/32534) - Ensure image-optimizer is traced for standalone mode: [#​32522](https://togithub.com/vercel/next.js/issues/32522) - Remove unused classnames dependency from react-dev-overlay: [#​32487](https://togithub.com/vercel/next.js/issues/32487) - next-swc: Emit errors and add tests to next-ssg: [#​32254](https://togithub.com/vercel/next.js/issues/32254) - Include message body in redirect responses: [#​31886](https://togithub.com/vercel/next.js/issues/31886) - Prevent NEXT_PHASE env change in workers: [#​28941](https://togithub.com/vercel/next.js/issues/28941) - Check stack property for page export exceptions: [#​32289](https://togithub.com/vercel/next.js/issues/32289) - fix(next-swc/styled-jsx): Fix interpolation in media query: [#​32490](https://togithub.com/vercel/next.js/issues/32490) - Update swc: [#​32566](https://togithub.com/vercel/next.js/issues/32566) - Add turbo / improve Rust build caching in GitHub Actions: [#​31464](https://togithub.com/vercel/next.js/issues/31464) - Fix ReadableStream.pipeTo() being unimplemented in the web runtime: [#​32602](https://togithub.com/vercel/next.js/issues/32602) - Ensure AMP optimizer is only excluded from trace when not used: [#​32577](https://togithub.com/vercel/next.js/issues/32577) - Upgraded next-env dependencies: [#​32613](https://togithub.com/vercel/next.js/issues/32613) - Feat/14701 full reload notification: [#​28866](https://togithub.com/vercel/next.js/issues/28866) - Move fs API for inc cache to node server: [#​32604](https://togithub.com/vercel/next.js/issues/32604) - Add options to defaultGetInitialProps and upgrade styled-jsx-with-csp example: [#​32594](https://togithub.com/vercel/next.js/issues/32594) - Fix `style.filter` on image with `placeholder=blur`: [#​32623](https://togithub.com/vercel/next.js/issues/32623) - Fix writing strings to the writable stream writer: [#​32637](https://togithub.com/vercel/next.js/issues/32637) - fix(next/jest): do not watch `.next` folder: [#​32659](https://togithub.com/vercel/next.js/issues/32659) - chore: Update swc: [#​32664](https://togithub.com/vercel/next.js/issues/32664) - Pre-compile more dependencies: [#​32627](https://togithub.com/vercel/next.js/issues/32627) - Upgrade react 18 to rc, drop prerelease warning: [#​32619](https://togithub.com/vercel/next.js/issues/32619) - next-swc: styled-jsx error checking and reporting updated (invalid-styled-jsx-children.md): [#​31940](https://togithub.com/vercel/next.js/issues/31940) - Fix style reset on image with `placeholder=blur`: [#​32680](https://togithub.com/vercel/next.js/issues/32680) - Pre-compile more dependencies continued: [#​32679](https://togithub.com/vercel/next.js/issues/32679) - web runtime: add AbortController & AbortSignal: [#​32089](https://togithub.com/vercel/next.js/issues/32089) - Don't swallow test failures caused by POSIX signals: [#​32688](https://togithub.com/vercel/next.js/issues/32688) - Escape from next head in rsc \_error page: [#​32624](https://togithub.com/vercel/next.js/issues/32624) - fix popstate detection for safari when basepath is present: [#​32687](https://togithub.com/vercel/next.js/issues/32687) - Bust cache for RSC in each render: [#​32710](https://togithub.com/vercel/next.js/issues/32710) - Update web runtime externals: [#​32717](https://togithub.com/vercel/next.js/issues/32717) - Reduce styled-jsx size in client bundle: [#​32730](https://togithub.com/vercel/next.js/issues/32730) - Bump nft to version 0.17.1: [#​32737](https://togithub.com/vercel/next.js/issues/32737) - Remove anonymous default export rule from Babel: [#​32763](https://togithub.com/vercel/next.js/issues/32763) - feat(eslint): allow `a` for internal url when `target="blank"` present: [#​32780](https://togithub.com/vercel/next.js/issues/32780) - fix(eslint-plugin-next): Broken links in eslint output: [#​32837](https://togithub.com/vercel/next.js/issues/32837) - \[ESLint] Adds lint rule to flag usage of ``: [#​32897](https://togithub.com/vercel/next.js/issues/32897) - ignore .d.ts files inside pages folder: [#​30728](https://togithub.com/vercel/next.js/issues/30728) - Fix `next/image` noscript tag to only render when lazy: [#​32918](https://togithub.com/vercel/next.js/issues/32918) - Simplify trace span id generation: [#​32946](https://togithub.com/vercel/next.js/issues/32946) - Move resolve-url-loader into Next.js: [#​32932](https://togithub.com/vercel/next.js/issues/32932) - fix(router): scroll to top when `href="/"` and hash already present: [#​32954](https://togithub.com/vercel/next.js/issues/32954) - Remove un-needed test dependency: [#​32616](https://togithub.com/vercel/next.js/issues/32616) - Fix issue with escape-string-regexp in IE11: [#​32708](https://togithub.com/vercel/next.js/issues/32708) - Allow to opt-out from preflight cache: [#​32767](https://togithub.com/vercel/next.js/issues/32767) - Ensure setImmediate and punycode are polyfilled: [#​32768](https://togithub.com/vercel/next.js/issues/32768) - Fixes issue with makeStylesheetInert: [#​32027](https://togithub.com/vercel/next.js/issues/32027) - Reduce install size for linux glibc/musl: [#​32850](https://togithub.com/vercel/next.js/issues/32850) - Ensure middleware is output in standalone mode: [#​32967](https://togithub.com/vercel/next.js/issues/32967) - Revert "Reduce install size for linux glibc/musl": [#​32973](https://togithub.com/vercel/next.js/issues/32973) - feat(cli): introduce `next info` CLI command: [#​32972](https://togithub.com/vercel/next.js/issues/32972) - Ensure NODE_ENV is not inlined for next/jest: [#​33032](https://togithub.com/vercel/next.js/issues/33032) - converted the old tailwind css example to typescript : [#​32808](https://togithub.com/vercel/next.js/issues/32808) - fix: ensure revalidation error is logged from response-cache: [#​32657](https://togithub.com/vercel/next.js/issues/32657) - Bump `@vercel/nft` to 0.17.2: [#​33048](https://togithub.com/vercel/next.js/issues/33048) - Add util for generating new tests/error documents: [#​33001](https://togithub.com/vercel/next.js/issues/33001) - Fix middleware at root in standalone mode: [#​33053](https://togithub.com/vercel/next.js/issues/33053) - Update swc: [#​33063](https://togithub.com/vercel/next.js/issues/33063) - use a separate webpack runtime for middleware: [#​33134](https://togithub.com/vercel/next.js/issues/33134) - Allow dependencies to use environment variables in middlewares: [#​33141](https://togithub.com/vercel/next.js/issues/33141) - next-swc: fix ssg code elimination when used in render: [#​32709](https://togithub.com/vercel/next.js/issues/32709) - drop dynamic import with `ssr: false` on server-side: [#​32606](https://togithub.com/vercel/next.js/issues/32606) - Fix broken yarn pnp: [#​32867](https://togithub.com/vercel/next.js/issues/32867) - Add util for normalizing errors: [#​33159](https://togithub.com/vercel/next.js/issues/33159) ##### Documentation Changes - Fixed Yarn and NPM `dev` swapped arguments: [#​32135](https://togithub.com/vercel/next.js/issues/32135) - Removed misleading id's from headings: [#​32163](https://togithub.com/vercel/next.js/issues/32163) - Details about starting dev server Next.js docs.: [#​32002](https://togithub.com/vercel/next.js/issues/32002) - Add Umbraco Heartcore blog example: [#​21409](https://togithub.com/vercel/next.js/issues/21409) - Fix error page doc for no server import in page: [#​32164](https://togithub.com/vercel/next.js/issues/32164) - Document staticPageGenerationTimeout config: [#​32306](https://togithub.com/vercel/next.js/issues/32306) - Change using-preact example dependencies and docs: [#​30394](https://togithub.com/vercel/next.js/issues/30394) - Updated link to Local Images: [#​32427](https://togithub.com/vercel/next.js/issues/32427) - docs: remove empty example link: [#​32439](https://togithub.com/vercel/next.js/issues/32439) - Update react version to rc in react-18 doc: [#​32473](https://togithub.com/vercel/next.js/issues/32473) - doc: update remark import: [#​32481](https://togithub.com/vercel/next.js/issues/32481) - Include mention of the onError Prop for next/script: [#​31945](https://togithub.com/vercel/next.js/issues/31945) - Document basePath redirect field for getStaticProps/getServerSideProps: [#​32550](https://togithub.com/vercel/next.js/issues/32550) - Fix typo in documentation: [#​32581](https://togithub.com/vercel/next.js/issues/32581) - Add moduleDirectories for TS Jest Config: [#​32574](https://togithub.com/vercel/next.js/issues/32574) - Added section about router methods returning a promise: [#​31341](https://togithub.com/vercel/next.js/issues/31341) - Added example for setting cookie before redirect in middleware: [#​32542](https://togithub.com/vercel/next.js/issues/32542) - chore: convert Jest examples to TypeScript: [#​32705](https://togithub.com/vercel/next.js/issues/32705) - Update note about .next/static in standalone mode: [#​32771](https://togithub.com/vercel/next.js/issues/32771) - Fixed syntax error in the example of React Hydration Error: [#​32773](https://togithub.com/vercel/next.js/issues/32773) - fix: typo: [#​32820](https://togithub.com/vercel/next.js/issues/32820) - Update the React 18 documentation: [#​32896](https://togithub.com/vercel/next.js/issues/32896) - doc: add quotes to api: [#​32898](https://togithub.com/vercel/next.js/issues/32898) - Update lint-staged example to use node.js path: [#​30510](https://togithub.com/vercel/next.js/issues/30510) - Update scrolling example using query param instead of hash: [#​31473](https://togithub.com/vercel/next.js/issues/31473) - Updated wrong link to example of gtag init in measuring-performance.md: [#​32974](https://togithub.com/vercel/next.js/issues/32974) - Update deployment documentation.: [#​32006](https://togithub.com/vercel/next.js/issues/32006) - Fix link for Next.js Analytics in docs: [#​33049](https://togithub.com/vercel/next.js/issues/33049) - docs: fix typo in MDX docs: [#​33077](https://togithub.com/vercel/next.js/issues/33077) - docs: minor text-copy cleanup: [#​33120](https://togithub.com/vercel/next.js/issues/33120) - No info on environment variables in the src folder ([#​33110](https://togithub.com/vercel/next.js/issues/33110)): [#​33136](https://togithub.com/vercel/next.js/issues/33136) - Add Caveats section to custom error page: [#​33160](https://togithub.com/vercel/next.js/issues/33160) - Fixes [#​33153](https://togithub.com/vercel/next.js/issues/33153): Updating cross-references from master to main + canary: [#​33198](https://togithub.com/vercel/next.js/issues/33198) - Docs: correct ignorance pattern for .env.local: [#​32647](https://togithub.com/vercel/next.js/issues/32647) - Refactor data fetching API docs: [#​30615](https://togithub.com/vercel/next.js/issues/30615) ##### Example Changes - fix cms-sanity example: [#​32182](https://togithub.com/vercel/next.js/issues/32182) - Fix issue in auth0 example: [#​32293](https://togithub.com/vercel/next.js/issues/32293) - Update Next.js version in api rate limits example: [#​32326](https://togithub.com/vercel/next.js/issues/32326) - Update example for Tailwind v3: [#​32339](https://togithub.com/vercel/next.js/issues/32339) - chore: remove duplicate example: [#​32391](https://togithub.com/vercel/next.js/issues/32391) - Updated to working example: [#​32256](https://togithub.com/vercel/next.js/issues/32256) - Update Dockerfile: [#​32299](https://togithub.com/vercel/next.js/issues/32299) - Update docker image to leverage output traces: [#​32258](https://togithub.com/vercel/next.js/issues/32258) - chore(blog-starter): update tailwindcss to v3: [#​32398](https://togithub.com/vercel/next.js/issues/32398) - fix: setup prismic image host: [#​31589](https://togithub.com/vercel/next.js/issues/31589) - fix: add .web.jsx extension support in react-native-web example: [#​32076](https://togithub.com/vercel/next.js/issues/32076) - Update 14-alpine to 16-alpine: [#​31777](https://togithub.com/vercel/next.js/issues/31777) - chore(blog-starter-typescript): update tailwindcss to v3: [#​32579](https://togithub.com/vercel/next.js/issues/32579) - Typo fix in comments: [#​32609](https://togithub.com/vercel/next.js/issues/32609) - This example does not show how to use Jest with TypeScript: [#​32633](https://togithub.com/vercel/next.js/issues/32633) - Updates with-supertokens example: Fixes init race condition: [#​32706](https://togithub.com/vercel/next.js/issues/32706) - Add authentication example using Stytch: [#​32194](https://togithub.com/vercel/next.js/issues/32194) - Update Sentry example readme to mention Next.js 12 support: [#​32724](https://togithub.com/vercel/next.js/issues/32724) - fix(examples): Update `nextjs-graphql-with-prisma-simple` example API endpoint: [#​32759](https://togithub.com/vercel/next.js/issues/32759) - chore(examples): remove duplicate examples: [#​32779](https://togithub.com/vercel/next.js/issues/32779) - fix(examples): bring `with-semantic-ui` example up-to-date: [#​32805](https://togithub.com/vercel/next.js/issues/32805) - fix(examples): update link URL in `cms-kontent` example: [#​32806](https://togithub.com/vercel/next.js/issues/32806) - Add id to inline Segment script: [#​32878](https://togithub.com/vercel/next.js/issues/32878) - Remove un-necessary second yarn install from example Dockerfile: [#​32934](https://togithub.com/vercel/next.js/issues/32934) - fix(examples): add missing dependencies: [#​32977](https://togithub.com/vercel/next.js/issues/32977) - Rename api in with-redis example: [#​33016](https://togithub.com/vercel/next.js/issues/33016) - fix(examples/cms-contentful): add correct Content-Type + missing closing tag for html: [#​30321](https://togithub.com/vercel/next.js/issues/30321) - Avoid page double render with emotion vanilla: [#​30541](https://togithub.com/vercel/next.js/issues/30541) - fix: typescript example supporting strict w/ version >= 4.4: [#​33042](https://togithub.com/vercel/next.js/issues/33042) - \[chore] Update `deta` version in examples: [#​30204](https://togithub.com/vercel/next.js/issues/30204) - (examples/with-next-translate) Removed Redundancies in Strings: [#​29501](https://togithub.com/vercel/next.js/issues/29501) - Remove extra config from tailwind example: [#​33062](https://togithub.com/vercel/next.js/issues/33062) - Adding Asset Component for Rich Text Renderer: [#​32503](https://togithub.com/vercel/next.js/issues/32503) ##### Misc Changes - chore: auto close inactive issues without reproduction: [#​32214](https://togithub.com/vercel/next.js/issues/32214) - Ensure wasm dev artifact uploads even on cache hit: [#​32248](https://togithub.com/vercel/next.js/issues/32248) - Ensure test wasm does not fail for docs only change: [#​32259](https://togithub.com/vercel/next.js/issues/32259) - chore: lock version on stale action: [#​32262](https://togithub.com/vercel/next.js/issues/32262) - Fix styled-jsx tests from swc bump: [#​32297](https://togithub.com/vercel/next.js/issues/32297) - Update AMP validation tests: [#​32327](https://togithub.com/vercel/next.js/issues/32327) - Update only fetch all tags for publish commits: [#​32337](https://togithub.com/vercel/next.js/issues/32337) - Fix flakey next/link react streaming test: [#​32351](https://togithub.com/vercel/next.js/issues/32351) - test: add wait timeout between clicks for rsc link: [#​32376](https://togithub.com/vercel/next.js/issues/32376) - test: add timeout for dev entries to avoid hard navigation: [#​32476](https://togithub.com/vercel/next.js/issues/32476) - chore: lock stale & closed issues sooner - Added docs issue template: [#​32488](https://togithub.com/vercel/next.js/issues/32488) - Ensure experimental SWC options invalidate the cache: [#​32540](https://togithub.com/vercel/next.js/issues/32540) - Edited contribution docs: [#​32583](https://togithub.com/vercel/next.js/issues/32583) - Update contributing guidelines for examples: [#​32584](https://togithub.com/vercel/next.js/issues/32584) - Remove unused turbo env vars: [#​32588](https://togithub.com/vercel/next.js/issues/32588) - Move some img tests out of serverless mode: [#​32620](https://togithub.com/vercel/next.js/issues/32620) - Disable turbo for build-native temporarily: [#​32621](https://togithub.com/vercel/next.js/issues/32621) - Add test case for middleware rewrite to fallback: true page: [#​32626](https://togithub.com/vercel/next.js/issues/32626) - Ensure device IP is used for safari browserstack test: [#​32712](https://togithub.com/vercel/next.js/issues/32712) - fix: run prettier on with-jest and with-jest-babel examples - Update readme.md of next-mdx to allow typescript file extensions for pages: [#​32830](https://togithub.com/vercel/next.js/issues/32830) - chore: decrease stale time before closing issues with no reproduction: [#​32955](https://togithub.com/vercel/next.js/issues/32955) - Re-enable turbo caching for swc build jobs: [#​32617](https://togithub.com/vercel/next.js/issues/32617) - fix(ci): Remove unused turbo remote cache env vars: [#​33030](https://togithub.com/vercel/next.js/issues/33030) - Update next.config.js: [#​33091](https://togithub.com/vercel/next.js/issues/33091) ##### Credits Huge thanks to [@​arthurfiorette](https://togithub.com/arthurfiorette), [@​thibautsabot](https://togithub.com/thibautsabot), [@​shuding](https://togithub.com/shuding), [@​chimit](https://togithub.com/chimit), [@​joperron](https://togithub.com/joperron), [@​devknoll](https://togithub.com/devknoll), [@​MaedahBatool](https://togithub.com/MaedahBatool), [@​kyliau](https://togithub.com/kyliau), [@​padmaia](https://togithub.com/padmaia), [@​moh12594](https://togithub.com/moh12594), [@​rasmusjp](https://togithub.com/rasmusjp), [@​balazsorban44](https://togithub.com/balazsorban44), [@​molebox](https://togithub.com/molebox), [@​bryanrsmith](https://togithub.com/bryanrsmith), [@​TrySound](https://togithub.com/TrySound), [@​josharsh](https://togithub.com/josharsh), [@​kdy1](https://togithub.com/kdy1), [@​styfle](https://togithub.com/styfle), [@​huozhi](https://togithub.com/huozhi), [@​delbaoliveira](https://togithub.com/delbaoliveira), [@​PizzaPete](https://togithub.com/PizzaPete), [@​thecrypticace](https://togithub.com/thecrypticace), [@​arturparkhisenko](https://togithub.com/arturparkhisenko), [@​segheysens](https://togithub.com/segheysens), [@​thevinter](https://togithub.com/thevinter), [@​AryanBeezadhur](https://togithub.com/AryanBeezadhur), [@​xiaohp](https://togithub.com/xiaohp), [@​tknickman](https://togithub.com/tknickman), [@​javivelasco](https://togithub.com/javivelasco), [@​oriolcp](https://togithub.com/oriolcp), [@​sokra](https://togithub.com/sokra), [@​smakosh](https://togithub.com/smakosh), [@​ijjk](https://togithub.com/ijjk), [@​jorrit](https://togithub.com/jorrit), [@​timneutkens](https://togithub.com/timneutkens), [@​hanneslund](https://togithub.com/hanneslund), [@​mix3d](https://togithub.com/mix3d), [@​Clecio013](https://togithub.com/Clecio013), [@​michielvangendt](https://togithub.com/michielvangendt), [@​intergalacticspacehighway](https://togithub.com/intergalacticspacehighway), [@​jbraithwaite](https://togithub.com/jbraithwaite), [@​marcelocarmona](https://togithub.com/marcelocarmona), [@​benmerckx](https://togithub.com/benmerckx), [@​haykerman](https://togithub.com/haykerman), [@​steven-tey](https://togithub.com/steven-tey), [@​jaredpalmer](https://togithub.com/jaredpalmer), [@​pi-guy-in-the-sky](https://togithub.com/pi-guy-in-the-sky), [@​JuanM04](https://togithub.com/JuanM04), [@​apollisa](https://togithub.com/apollisa), [@​D-Pagey](https://togithub.com/D-Pagey), [@​jameshfisher](https://togithub.com/jameshfisher), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​Kikobeats](https://togithub.com/Kikobeats), [@​ramosbugs](https://togithub.com/ramosbugs), [@​dan-weaver](https://togithub.com/dan-weaver), [@​chris-stytch](https://togithub.com/chris-stytch), [@​MikevPeeren](https://togithub.com/MikevPeeren), [@​janpio](https://togithub.com/janpio), [@​emw3](https://togithub.com/emw3), [@​nubpro](https://togithub.com/nubpro), [@​cmdcolin](https://togithub.com/cmdcolin), [@​joostdecock](https://togithub.com/joostdecock), [@​sgallese](https://togithub.com/sgallese), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​minervabot](https://togithub.com/minervabot), [@​cjboco](https://togithub.com/cjboco), [@​Ryuurock](https://togithub.com/Ryuurock), [@​dm430](https://togithub.com/dm430), [@​mkarkachov](https://togithub.com/mkarkachov), [@​nvh95](https://togithub.com/nvh95), [@​gfortaine](https://togithub.com/gfortaine), [@​kumard3](https://togithub.com/kumard3), [@​zifeo](https://togithub.com/zifeo), [@​vicente-s](https://togithub.com/vicente-s), [@​Rohithgilla12](https://togithub.com/Rohithgilla12), [@​brookton](https://togithub.com/brookton), [@​leerob](https://togithub.com/leerob), [@​skirsten](https://togithub.com/skirsten), [@​davidfateh](https://togithub.com/davidfateh), [@​DavidBabel](https://togithub.com/DavidBabel), [@​mannybecerra](https://togithub.com/mannybecerra), [@​Schniz](https://togithub.com/Schniz), [@​glenngijsberts](https://togithub.com/glenngijsberts), [@​pveyes](https://togithub.com/pveyes), [@​kaykdm](https://togithub.com/kaykdm), and [@​xhiroga](https://togithub.com/xhiroga) for helping!

Configuration

šŸ“… Schedule: "on saturday" (UTC).

šŸš¦ 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 this update again.



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