ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

chore(deps): update dependency next to v10.1.2 #17

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js ### [`v10.1.2`](https://togithub.com/vercel/next.js/releases/v10.1.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.1...v10.1.2) ##### Core Changes - Temporarily remove experimental ESLint integration: [#​23521](https://togithub.com/vercel/next.js/issues/23521) ##### Credits Huge thanks to [@​Timer](https://togithub.com/Timer) for helping! ### [`v10.1.1`](https://togithub.com/vercel/next.js/releases/v10.1.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.0...v10.1.1) ##### Core Changes - Make eslint opt-in until it lands on stable: [#​23509](https://togithub.com/vercel/next.js/issues/23509) ##### Documentation Changes - Fix YAML parsing issue in ESLint docs.: [#​23511](https://togithub.com/vercel/next.js/issues/23511) ##### Credits Huge thanks to [@​leerob](https://togithub.com/leerob) for helping! ### [`v10.1.0`](https://togithub.com/vercel/next.js/releases/v10.1.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.9...v10.1.0) ##### Core Changes - Revert "Revert "[a11y] Route Announcements"": [#​23086](https://togithub.com/vercel/next.js/issues/23086) - Upgrade jest-worker: [#​23077](https://togithub.com/vercel/next.js/issues/23077) - update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version: [#​23113](https://togithub.com/vercel/next.js/issues/23113) - add env var to enable advanced webpack logging and profiling: [#​23178](https://togithub.com/vercel/next.js/issues/23178) - get files from entrypoints instead of from chunks: [#​23174](https://togithub.com/vercel/next.js/issues/23174) - rename to NEXT_WEBPACK_LOGGING: [#​23186](https://togithub.com/vercel/next.js/issues/23186) - Improve image optimizer to only create 1 worker thread: [#​23188](https://togithub.com/vercel/next.js/issues/23188) - Ensure process exits after build completes : [#​23207](https://togithub.com/vercel/next.js/issues/23207) - Fix invalid console.error link: [#​23213](https://togithub.com/vercel/next.js/issues/23213) - Experimental feature for allowing importing Typescript files outside of the root directory: [#​22867](https://togithub.com/vercel/next.js/issues/22867) - add separate progress output for typechecking: [#​23226](https://togithub.com/vercel/next.js/issues/23226) - Fix wrong source path resolved from the stack frame to not expose internal code: [#​23203](https://togithub.com/vercel/next.js/issues/23203) - upgrade webpack to 5.27.1: [#​23224](https://togithub.com/vercel/next.js/issues/23224) - Remove `visibility: hidden` from the image component: [#​23278](https://togithub.com/vercel/next.js/issues/23278) - Add fallback for component when JavaScript is disabled in browser: [#​19052](https://togithub.com/vercel/next.js/issues/19052) - Add polyfills for node_modules that are covered in webpack 4 to webpack 5: [#​23316](https://togithub.com/vercel/next.js/issues/23316) - Add ESLint to Next.js: [#​22437](https://togithub.com/vercel/next.js/issues/22437) - Remove `visibility: inherit` from the image component: [#​23329](https://togithub.com/vercel/next.js/issues/23329) - Automatically enable webpack 5 when possible: [#​22323](https://togithub.com/vercel/next.js/issues/22323) - upgrade webpack to 5.28.0: [#​23350](https://togithub.com/vercel/next.js/issues/23350) - Add has route field: [#​22341](https://togithub.com/vercel/next.js/issues/22341) - Make sure the image optimization endpoint only response with images: [#​23366](https://togithub.com/vercel/next.js/issues/23366) - Run server client/server builds serially: [#​23371](https://togithub.com/vercel/next.js/issues/23371) - Add handling fo beforeFiles, afterFiles, and fallback rewrites: [#​23407](https://togithub.com/vercel/next.js/issues/23407) - Update err.sh links to use nextjs.org/docs/messages instead: [#​23353](https://togithub.com/vercel/next.js/issues/23353) - Add os-browserify dep: [#​23354](https://togithub.com/vercel/next.js/issues/23354) - Temporarily remove the automatic opt-in for webpack5: [#​23497](https://togithub.com/vercel/next.js/issues/23497) ##### Documentation Changes - Add note about next/export to Image Optimization docs.: [#​23088](https://togithub.com/vercel/next.js/issues/23088) - Duplicate scroll description: [#​23103](https://togithub.com/vercel/next.js/issues/23103) - Add image base path configuration option: [#​23115](https://togithub.com/vercel/next.js/issues/23115) - Document how to use `basePath` with `next/image`.: [#​23123](https://togithub.com/vercel/next.js/issues/23123) - Update next.config.js link to default config: [#​22989](https://togithub.com/vercel/next.js/issues/22989) - Add note about multiple requests when using incremental static generation: [#​23190](https://togithub.com/vercel/next.js/issues/23190) - docs(authentication): rephrase next-iron-session/next-auth: [#​23199](https://togithub.com/vercel/next.js/issues/23199) - Clarify a custom server doesn't mean you can't use an existing backend.: [#​23200](https://togithub.com/vercel/next.js/issues/23200) - Added Prepr CMS Examples to docs: [#​23221](https://togithub.com/vercel/next.js/issues/23221) - Include useEffect in SPA demo import, Fix punctuation: [#​23256](https://togithub.com/vercel/next.js/issues/23256) - Add manifest of error pages: [#​23310](https://togithub.com/vercel/next.js/issues/23310) - Fix typo in eslint doc: [#​23338](https://togithub.com/vercel/next.js/issues/23338) - Update babel docs to mention you can use babel.config.js.: [#​23434](https://togithub.com/vercel/next.js/issues/23434) - doc: fix ActiveLink detection condition: [#​23472](https://togithub.com/vercel/next.js/issues/23472) - Update `with-docker` example and deployment docs.: [#​23486](https://togithub.com/vercel/next.js/issues/23486) ##### Example Changes - fix(lib/db): type mismatch: [#​23107](https://togithub.com/vercel/next.js/issues/23107) - Simplify redux toolkit example and update packages: [#​23047](https://togithub.com/vercel/next.js/issues/23047) - Add Typescript section to Redux Toolkit Example: [#​23166](https://togithub.com/vercel/next.js/issues/23166) - Update Redis example to use Tailwind.: [#​23131](https://togithub.com/vercel/next.js/issues/23131) - Make [@​tailwindcss/jit](https://togithub.com/tailwindcss/jit) default engine for Tailwind CSS: [#​23192](https://togithub.com/vercel/next.js/issues/23192) - Update README for sentry example.: [#​23205](https://togithub.com/vercel/next.js/issues/23205) - Update reference to commit sha: [#​23215](https://togithub.com/vercel/next.js/issues/23215) - Fix broken link: [#​23230](https://togithub.com/vercel/next.js/issues/23230) - Add portfolio starter kit.: [#​23212](https://togithub.com/vercel/next.js/issues/23212) - feat: add exemple with redux toolkit in typescript: [#​23250](https://togithub.com/vercel/next.js/issues/23250) - Update with-stitches example: [#​23281](https://togithub.com/vercel/next.js/issues/23281) - Small updates to blog example.: [#​23258](https://togithub.com/vercel/next.js/issues/23258) - update with-xstate example and add documentation for inspect package usage: [#​23287](https://togithub.com/vercel/next.js/issues/23287) - Update dependencies for blog starter.: [#​23317](https://togithub.com/vercel/next.js/issues/23317) - Update with stitches example: [#​23326](https://togithub.com/vercel/next.js/issues/23326) - `with-stitches`: Use `latest` version: [#​23343](https://togithub.com/vercel/next.js/issues/23343) - with-stitches Fix Stitches config: [#​23394](https://togithub.com/vercel/next.js/issues/23394) - update with-linaria example: [#​23332](https://togithub.com/vercel/next.js/issues/23332) - [examples] Fix image-component typo: [#​23437](https://togithub.com/vercel/next.js/issues/23437) - Add links to dependencies in with-three-js example README: [#​23470](https://togithub.com/vercel/next.js/issues/23470) ##### Misc Changes - Update CODEOWNERS - Add PR template - Consistent use of colons in contributing docs: [#​23260](https://togithub.com/vercel/next.js/issues/23260) - Update static-dir-deprecated.md - Update next.config.js rewrites - Update manifest.json - Update webpack5.md ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​leerob](https://togithub.com/leerob), [@​rekomat](https://togithub.com/rekomat), [@​Mzaien](https://togithub.com/Mzaien), [@​phoenixbox](https://togithub.com/phoenixbox), [@​Mokshit06](https://togithub.com/Mokshit06), [@​sokra](https://togithub.com/sokra), [@​jflayhart](https://togithub.com/jflayhart), [@​vvo](https://togithub.com/vvo), [@​ijjk](https://togithub.com/ijjk), [@​samsisle](https://togithub.com/samsisle), [@​tim-hanssen](https://togithub.com/tim-hanssen), [@​cipriancaba](https://togithub.com/cipriancaba), [@​DeHoKo](https://togithub.com/DeHoKo), [@​Mito9999](https://togithub.com/Mito9999), [@​JulienKode](https://togithub.com/JulienKode), [@​elitan](https://togithub.com/elitan), [@​peduarte](https://togithub.com/peduarte), [@​timneutkens](https://togithub.com/timneutkens), [@​moh12594](https://togithub.com/moh12594), [@​brunocrosier](https://togithub.com/brunocrosier), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​matamatanot](https://togithub.com/matamatanot), [@​Timer](https://togithub.com/Timer), [@​turadg](https://togithub.com/turadg), [@​styfle](https://togithub.com/styfle), [@​huozhi](https://togithub.com/huozhi), and [@​scottmacdonnell](https://togithub.com/scottmacdonnell) for helping! ### [`v10.0.9`](https://togithub.com/vercel/next.js/releases/v10.0.9) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.8...v10.0.9) ##### Core Changes - Fix idleTimeout error being thrown in route loader: [#​22775](https://togithub.com/vercel/next.js/issues/22775) - Dedupe in-flight server data requests: [#​22781](https://togithub.com/vercel/next.js/issues/22781) - Ensure /404 is not exported during build un-necessarily: [#​22825](https://togithub.com/vercel/next.js/issues/22825) - Remove extra work on cli functions: [#​22855](https://togithub.com/vercel/next.js/issues/22855) - Upgrade webpack 5: [#​22864](https://togithub.com/vercel/next.js/issues/22864) - Ensure env is loaded before next config: [#​22879](https://togithub.com/vercel/next.js/issues/22879) - Update /500 page exporting when \_error has custom GIP: [#​22887](https://togithub.com/vercel/next.js/issues/22887) - Add appDir field to server files manifest: [#​22915](https://togithub.com/vercel/next.js/issues/22915) - Fix next/image being downloaded multiple times on Safari: [#​22902](https://togithub.com/vercel/next.js/issues/22902) - Telemetry-compatible tracing: [#​22713](https://togithub.com/vercel/next.js/issues/22713) - Silence trace debug messages: [#​22988](https://togithub.com/vercel/next.js/issues/22988) - Ensure export only triggers when static pages are present: [#​22996](https://togithub.com/vercel/next.js/issues/22996) - Ensure i18n index prefetch is correct with trailingSlash: [#​22746](https://togithub.com/vercel/next.js/issues/22746) - Update README to fix broken links.: [#​23058](https://togithub.com/vercel/next.js/issues/23058) - Update error message for next export and next/image.: [#​23061](https://togithub.com/vercel/next.js/issues/23061) ##### Documentation Changes - Update module-path-aliases.md: [#​22739](https://togithub.com/vercel/next.js/issues/22739) - Update router.md: [#​21899](https://togithub.com/vercel/next.js/issues/21899) - Fix typo: [#​22891](https://togithub.com/vercel/next.js/issues/22891) - Add documentation for new static 500 behavior: [#​22888](https://togithub.com/vercel/next.js/issues/22888) - Fix typo in source maps documentation.: [#​22952](https://togithub.com/vercel/next.js/issues/22952) - Add note for loading env files during testing: [#​22982](https://togithub.com/vercel/next.js/issues/22982) - When there is data already, the props is props: { data }: [#​23003](https://togithub.com/vercel/next.js/issues/23003) - it is props: { posts }: [#​23004](https://togithub.com/vercel/next.js/issues/23004) - Update pages.md: [#​23064](https://togithub.com/vercel/next.js/issues/23064) ##### Example Changes - Add deploy with Vercel button to api-routes-apollo-server-and-client example: [#​22841](https://togithub.com/vercel/next.js/issues/22841) - Add RTL to with-next-translate example: [#​22808](https://togithub.com/vercel/next.js/issues/22808) - Corrected the url to strapi documentation: [#​22870](https://togithub.com/vercel/next.js/issues/22870) - chore: adds compiled css example: [#​22786](https://togithub.com/vercel/next.js/issues/22786) - Install tailwindcss as a development dependency: [#​22964](https://togithub.com/vercel/next.js/issues/22964) - Add an example for styled-jsx with content security policy: [#​23021](https://togithub.com/vercel/next.js/issues/23021) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​edazpotato](https://togithub.com/edazpotato), [@​laithyounes](https://togithub.com/laithyounes), [@​ijjk](https://togithub.com/ijjk), [@​harshitsan](https://togithub.com/harshitsan), [@​selrond](https://togithub.com/selrond), [@​sromexs](https://togithub.com/sromexs), [@​melono6](https://togithub.com/melono6), [@​timneutkens](https://togithub.com/timneutkens), [@​madou](https://togithub.com/madou), [@​mottox2](https://togithub.com/mottox2), [@​leerob](https://togithub.com/leerob), [@​divmain](https://togithub.com/divmain), [@​nblthree](https://togithub.com/nblthree), [@​KennethKinLum](https://togithub.com/KennethKinLum), [@​KarthikeyanRanasthala](https://togithub.com/KarthikeyanRanasthala), and [@​alex-safian](https://togithub.com/alex-safian) for helping! ### [`v10.0.8`](https://togithub.com/vercel/next.js/releases/v10.0.8) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.7...v10.0.8) ##### Core Changes - fix: use absolute paths for require hook: [#​21877](https://togithub.com/vercel/next.js/issues/21877) - Experimental feature - fix optimizeCss flag for serverless deployments: [#​21790](https://togithub.com/vercel/next.js/issues/21790) - feat(next/image): remove `sharp` for wasm variant: [#​22253](https://togithub.com/vercel/next.js/issues/22253) - Add isPreview field to router: [#​21638](https://togithub.com/vercel/next.js/issues/21638) - Delay server compilation until client compilation is done in development: [#​22187](https://togithub.com/vercel/next.js/issues/22187) - Reduce webpack watcher aggregate timing: [#​22418](https://togithub.com/vercel/next.js/issues/22418) - Add generating static 500 status page: [#​22139](https://togithub.com/vercel/next.js/issues/22139) - chore: upgrade webpack5: [#​22460](https://togithub.com/vercel/next.js/issues/22460) - Ensure static 500 hydrates correctly with query: [#​22468](https://togithub.com/vercel/next.js/issues/22468) - Ensure rewrites are resolved while prefetching: [#​22442](https://togithub.com/vercel/next.js/issues/22442) - Allow smaller sizes in srcset for image with fill layout and sizes prop: [#​21670](https://togithub.com/vercel/next.js/issues/21670) - Experimental script loader changes: [#​22038](https://togithub.com/vercel/next.js/issues/22038) - Ensure component load order: [#​22731](https://togithub.com/vercel/next.js/issues/22731) - chore: upgrade webpack 5 version: [#​22737](https://togithub.com/vercel/next.js/issues/22737) - Fix index revalidate with dynamic route in minimal mode: [#​22783](https://togithub.com/vercel/next.js/issues/22783) ##### Documentation Changes - Document `scroll` option for router.push: [#​22275](https://togithub.com/vercel/next.js/issues/22275) - Point to official next-auth example: [#​22282](https://togithub.com/vercel/next.js/issues/22282) - Update docs.: [#​22358](https://togithub.com/vercel/next.js/issues/22358) - docs(deployment): Add Docker Image section: [#​17794](https://togithub.com/vercel/next.js/issues/17794) - add-supertokens-to-authentication.md: [#​22223](https://togithub.com/vercel/next.js/issues/22223) - Update NEXT_LOCALE cookie note: [#​22736](https://togithub.com/vercel/next.js/issues/22736) ##### Example Changes - With Supertokens example: [#​21384](https://togithub.com/vercel/next.js/issues/21384) - Fixing grammar: [#​22201](https://togithub.com/vercel/next.js/issues/22201) - Update emotion example package names in readme: [#​22144](https://togithub.com/vercel/next.js/issues/22144) - with-google-analytics: replace the GA_TRACKING_ID string by a environment variable: [#​21817](https://togithub.com/vercel/next.js/issues/21817) - Fix typo in German translation: [#​22291](https://togithub.com/vercel/next.js/issues/22291) - Change zeit fetch to vercel fetch: [#​21913](https://togithub.com/vercel/next.js/issues/21913) - Fix/Update (with-chakra-ui-typescript) dependencies: [#​22328](https://togithub.com/vercel/next.js/issues/22328) - improved the example on how to use WDYR with the latest next.js: [#​21651](https://togithub.com/vercel/next.js/issues/21651) - chore: fix typo in web.js: [#​22150](https://togithub.com/vercel/next.js/issues/22150) - added port config var to migrate-db.js and .env: [#​22395](https://togithub.com/vercel/next.js/issues/22395) - fix(examples/with-three-js): Upgrade drei@2.2.21 & three@0.125.0 [#​22365](https://togithub.com/vercel/next.js/issues/22365): [#​22431](https://togithub.com/vercel/next.js/issues/22431) - moving to upstash and new integration: [#​22436](https://togithub.com/vercel/next.js/issues/22436) - Add Azure Pipelines example to no-cache docs: [#​22708](https://togithub.com/vercel/next.js/issues/22708) - Add missing dependencies in example: [#​22712](https://togithub.com/vercel/next.js/issues/22712) ##### Misc Changes - Update CODEOWNERS: [#​22232](https://togithub.com/vercel/next.js/issues/22232) - Fix issue templates: [#​22349](https://togithub.com/vercel/next.js/issues/22349) - docs(deployment): Update working directory in builder stage: [#​22478](https://togithub.com/vercel/next.js/issues/22478) - Update deployment docs to mention caveat on next.config.js.: [#​22480](https://togithub.com/vercel/next.js/issues/22480) - example: Nhost with auth and realtime graphql example added: [#​22493](https://togithub.com/vercel/next.js/issues/22493) - fix: correctly handle fallbacks for webpack 5: [#​22497](https://togithub.com/vercel/next.js/issues/22497) - Mention regex route behavior with i18n: [#​22500](https://togithub.com/vercel/next.js/issues/22500) - Fix experimental optimizeCss for SSR: [#​22513](https://togithub.com/vercel/next.js/issues/22513) - docs(deployment): Update user ownership in docker deployment docs ([#​22539](https://togithub.com/vercel/next.js/issues/22539)) - bug ([#​21943](https://togithub.com/vercel/next.js/issues/21943)): remove incorrect rewrite of parsedUrl.pathname in serverless handler ([#​22445](https://togithub.com/vercel/next.js/issues/22445)) - Forward log argument from loadEnvConfig to processEnv ([#​22440](https://togithub.com/vercel/next.js/issues/22440)) - Update the react-three-js example. ([#​22549](https://togithub.com/vercel/next.js/issues/22549)) - Add link to TypeScript docs from API Routes section ([#​22564](https://togithub.com/vercel/next.js/issues/22564)) - Simplify code examples for dynamic API routes ([#​22546](https://togithub.com/vercel/next.js/issues/22546)) - Load next.config.js async ([#​22578](https://togithub.com/vercel/next.js/issues/22578)) - fix: load webpack hook before config is required ([#​22583](https://togithub.com/vercel/next.js/issues/22583)) - Switch to stable rust for with-webassembly example ([#​22582](https://togithub.com/vercel/next.js/issues/22582)) - Add use cases for API Routes to documentation. ([#​22616](https://togithub.com/vercel/next.js/issues/22616)) - Fix typescript-eslint-jest example to remove Prettier package causing errors ([#​22452](https://togithub.com/vercel/next.js/issues/22452)) - Add note about other redirects to `next.config.js` docs.: [#​22640](https://togithub.com/vercel/next.js/issues/22640) - Update authentication.md SSR example: [#​22641](https://togithub.com/vercel/next.js/issues/22641) - Fix grammar in next/amp API reference: [#​22653](https://togithub.com/vercel/next.js/issues/22653) - Add note about preloading to routing introduction.: [#​22656](https://togithub.com/vercel/next.js/issues/22656) - [examples/with-typescript] Upgrade to React v17: [#​22674](https://togithub.com/vercel/next.js/issues/22674) - deps(examples/hello-world): Upgrade to React v17: [#​22692](https://togithub.com/vercel/next.js/issues/22692) - Add note for using `getStaticProps` with `404.js`: [#​22693](https://togithub.com/vercel/next.js/issues/22693) - Ensure optional params are normalized in minimal mode: [#​22676](https://togithub.com/vercel/next.js/issues/22676) - Update webpack server chunks output: [#​22697](https://togithub.com/vercel/next.js/issues/22697) - Examples bump supertokens: [#​22764](https://togithub.com/vercel/next.js/issues/22764) - Add example prepr cms: [#​22776](https://togithub.com/vercel/next.js/issues/22776) ##### Credits Huge thanks to [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​daviavmello](https://togithub.com/daviavmello), [@​jpalmieri](https://togithub.com/jpalmieri), [@​merceyz](https://togithub.com/merceyz), [@​Segolene-Alquier](https://togithub.com/Segolene-Alquier), [@​divmain](https://togithub.com/divmain), [@​michrome](https://togithub.com/michrome), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​Parnswir](https://togithub.com/Parnswir), [@​giraffesyo](https://togithub.com/giraffesyo), [@​balazsorban44](https://togithub.com/balazsorban44), [@​ijjk](https://togithub.com/ijjk), [@​Cicada95](https://togithub.com/Cicada95), [@​vzaidman](https://togithub.com/vzaidman), [@​deniseyu](https://togithub.com/deniseyu), [@​leerob](https://togithub.com/leerob), [@​eltociear](https://togithub.com/eltociear), [@​unimprobable](https://togithub.com/unimprobable), [@​timneutkens](https://togithub.com/timneutkens), [@​getspooky](https://togithub.com/getspooky), [@​Timer](https://togithub.com/Timer), [@​armand1m](https://togithub.com/armand1m), [@​alexknipfer](https://togithub.com/alexknipfer), [@​elitan](https://togithub.com/elitan), [@​atcastle](https://togithub.com/atcastle), [@​noahfschr](https://togithub.com/noahfschr), [@​amille44420](https://togithub.com/amille44420), [@​laanayam333](https://togithub.com/laanayam333), [@​spidgorny](https://togithub.com/spidgorny), [@​devuxer](https://togithub.com/devuxer), [@​Janpot](https://togithub.com/Janpot), [@​nickbabcock](https://togithub.com/nickbabcock), [@​rsipakov](https://togithub.com/rsipakov), [@​NkxxkN](https://togithub.com/NkxxkN), [@​dominicfraser](https://togithub.com/dominicfraser), [@​alevosia](https://togithub.com/alevosia), [@​Kerumen](https://togithub.com/Kerumen), [@​CMeeg](https://togithub.com/CMeeg), [@​Pomaio](https://togithub.com/Pomaio), and [@​tim-hanssen](https://togithub.com/tim-hanssen) for helping!

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: 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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (5cf61bc) into main (df5745a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   90.72%   90.72%           
=======================================
  Files           2        2           
  Lines          97       97           
  Branches       33       33           
=======================================
  Hits           88       88           
  Misses          8        8           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df5745a...5cf61bc. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.1-alpha.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: