astronomy-club-at-nitic / nitic-astronomy

The website of Astronomy Club at NITIC.
https://nitic-astronomy-website.vercel.app
MIT License
2 stars 0 forks source link

chore(deps): update all non-major dependencies #177

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.16.7 -> 18.16.8 age adoption passing confidence
eslint-config-next 13.4.1 -> 13.4.2 age adoption passing confidence
next (source) 13.4.1 -> 13.4.2 age adoption passing confidence
turbo (source) 1.9.3 -> 1.9.4 age adoption passing confidence

Release Notes

vercel/next.js ### [`v13.4.2`](https://togithub.com/vercel/next.js/releases/tag/v13.4.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.1...v13.4.2) ##### Core Changes - make sure server component externals only apply to files resolvable by node: [#​49147](https://togithub.com/vercel/next.js/issues/49147) - Fix link not being GC'd sometimes: [#​49318](https://togithub.com/vercel/next.js/issues/49318) - Fix issue where nextP is not replaced in searchParams: [#​49315](https://togithub.com/vercel/next.js/issues/49315) - Add typescript version to next-info: [#​49346](https://togithub.com/vercel/next.js/issues/49346) - Upgrade React to 18.3.0-canary-16d053d59-20230506: [#​49402](https://togithub.com/vercel/next.js/issues/49402) - Remove empty config warning: [#​49435](https://togithub.com/vercel/next.js/issues/49435) - app-router: add startTransition call to revalidate dispatcher: [#​49453](https://togithub.com/vercel/next.js/issues/49453) - Inline static data buffer instead of using fs read: [#​49323](https://togithub.com/vercel/next.js/issues/49323) - Revert "Temporarily disable app dir export integration test": [#​49311](https://togithub.com/vercel/next.js/issues/49311) - Add link to Server Actions docs.: [#​49384](https://togithub.com/vercel/next.js/issues/49384) - Replace metadata clone with custom handler in dev: [#​49343](https://togithub.com/vercel/next.js/issues/49343) - Add request-async-storage to the shared layer: [#​49470](https://togithub.com/vercel/next.js/issues/49470) - Fix revalidate: false detection in app: [#​49473](https://togithub.com/vercel/next.js/issues/49473) - Fix metadata image route encoding: [#​49482](https://togithub.com/vercel/next.js/issues/49482) - Fix actions redirect handling: [#​49483](https://togithub.com/vercel/next.js/issues/49483) - Restrict `useOptimistic` and `useFormStatus` APIs on the server layer: [#​49331](https://togithub.com/vercel/next.js/issues/49331) - Fix external rewrite with body: [#​49487](https://togithub.com/vercel/next.js/issues/49487) - fix: better error message with an invalid assetPrefix: [#​49403](https://togithub.com/vercel/next.js/issues/49403) - Fix Node Crypto polyfill: [#​49288](https://togithub.com/vercel/next.js/issues/49288) - Fix: Router.query contains \_next when using middleware with dynamic routes: [#​48753](https://togithub.com/vercel/next.js/issues/48753) - type: update React.CSSProperties type to Record: [#​49186](https://togithub.com/vercel/next.js/issues/49186) - Fix server CSS imports and HMR not working properly in specific conditions: [#​49462](https://togithub.com/vercel/next.js/issues/49462) - Fix HMR support for server layer imported SASS and SCSS: [#​49534](https://togithub.com/vercel/next.js/issues/49534) - Support `.bind` syntax with Action functions: [#​49422](https://togithub.com/vercel/next.js/issues/49422) - ci(test): enable turbopack test: [#​49466](https://togithub.com/vercel/next.js/issues/49466) - feat(next-core): relay transform plugin: [#​48899](https://togithub.com/vercel/next.js/issues/48899) - Fix canonical url for dynamic routes: [#​49512](https://togithub.com/vercel/next.js/issues/49512) - Add experimental compile/generate handling: [#​49491](https://togithub.com/vercel/next.js/issues/49491) - chore: cross-platform `rm -rf` script: [#​49529](https://togithub.com/vercel/next.js/issues/49529) - refactor(next-core): remove ast cloning in custom transform: [#​49560](https://togithub.com/vercel/next.js/issues/49560) - fix: a11y issues in react-dev-overlay: [#​49460](https://togithub.com/vercel/next.js/issues/49460) - Add tests for HMR: [#​49206](https://togithub.com/vercel/next.js/issues/49206) - Add stub Route type for typedRoutes: [#​48099](https://togithub.com/vercel/next.js/issues/48099) - Add test for appdir referenced images: [#​49242](https://togithub.com/vercel/next.js/issues/49242) - feat: Allow trace-level logging for non-published release builds: [#​49564](https://togithub.com/vercel/next.js/issues/49564) - Fix unexpected object mutation while resolving Open Graph: [#​49514](https://togithub.com/vercel/next.js/issues/49514) - actions: forward fetch rejections to the action handler: [#​49577](https://togithub.com/vercel/next.js/issues/49577) - actions: make cookies.set revalidate: [#​49582](https://togithub.com/vercel/next.js/issues/49582) - interception route: fix route groups breaking the referrer computation: [#​49602](https://togithub.com/vercel/next.js/issues/49602) - Allow export decl with any init value in the actions compiler: [#​49600](https://togithub.com/vercel/next.js/issues/49600) - Handle unstable_cache in pages: [#​49624](https://togithub.com/vercel/next.js/issues/49624) - Update cache method handling during build: [#​49633](https://togithub.com/vercel/next.js/issues/49633) - Fix fetchCache and no-store handling: [#​49638](https://togithub.com/vercel/next.js/issues/49638) - interception routes: fix rewrites order: [#​49615](https://togithub.com/vercel/next.js/issues/49615) - Ensure initialHeaders are normalized: [#​49643](https://togithub.com/vercel/next.js/issues/49643) - app-router: add support for parallel routes in useParams: [#​49595](https://togithub.com/vercel/next.js/issues/49595) - Add puppeteer to external packages list: [#​49597](https://togithub.com/vercel/next.js/issues/49597) - Add playwright to external package list: [#​49649](https://togithub.com/vercel/next.js/issues/49649) - actions: fill prefetchCache with revalidation payload: [#​49576](https://togithub.com/vercel/next.js/issues/49576) - Rename Turbopack/tasks crates to common prefixes: [#​49446](https://togithub.com/vercel/next.js/issues/49446) - chore(jest): Simplify isServer expression: [#​48330](https://togithub.com/vercel/next.js/issues/48330) - Add missing config vars into Webpack cache key: [#​49663](https://togithub.com/vercel/next.js/issues/49663) - misc: Apply PR comments from [#​49206](https://togithub.com/vercel/next.js/issues/49206): [#​49647](https://togithub.com/vercel/next.js/issues/49647) - fix: Standalone node http server starts accepting requests before next handler is ready: [#​49548](https://togithub.com/vercel/next.js/issues/49548) - Update links from beta to stable docs.: [#​49349](https://togithub.com/vercel/next.js/issues/49349) ##### Documentation Changes - Fix error message about `preconnect` 📝: [#​40360](https://togithub.com/vercel/next.js/issues/40360) - \[docs] Add iOS hydration mismatch details to error page: [#​43584](https://togithub.com/vercel/next.js/issues/43584) - Add note about custom distDir to standalone build docs: [#​48592](https://togithub.com/vercel/next.js/issues/48592) - Add `--use-yarn` flag to `create-next-app`: [#​49407](https://togithub.com/vercel/next.js/issues/49407) ##### Misc Changes - Add test case for client sourcemaps: [#​49308](https://togithub.com/vercel/next.js/issues/49308) - Update start release workflow inputs: [#​49492](https://togithub.com/vercel/next.js/issues/49492) - Fix failing actions e2e deploy test: [#​49497](https://togithub.com/vercel/next.js/issues/49497) - Replace var with const: [#​49379](https://togithub.com/vercel/next.js/issues/49379) - test: pages react version with react hook in deployment: [#​48907](https://togithub.com/vercel/next.js/issues/48907) - Add test case for [#​49235](https://togithub.com/vercel/next.js/issues/49235): [#​49488](https://togithub.com/vercel/next.js/issues/49488) - chore: fix flaky middleware matcher test: [#​49555](https://togithub.com/vercel/next.js/issues/49555) - Avoid skipping the required Test Codemods job: [#​49589](https://togithub.com/vercel/next.js/issues/49589) - Update flakey app-actions deploy tests: [#​49667](https://togithub.com/vercel/next.js/issues/49667) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​ijjk](https://togithub.com/ijjk), [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@​timneutkens](https://togithub.com/timneutkens), [@​huozhi](https://togithub.com/huozhi), [@​sanjaiyan-dev](https://togithub.com/sanjaiyan-dev), [@​acdlite](https://togithub.com/acdlite), [@​feedthejim](https://togithub.com/feedthejim), [@​styfle](https://togithub.com/styfle), [@​leerob](https://togithub.com/leerob), [@​koba04](https://togithub.com/koba04), [@​g12i](https://togithub.com/g12i), [@​cesarkohl](https://togithub.com/cesarkohl), [@​darshkpatel](https://togithub.com/darshkpatel), [@​josh](https://togithub.com/josh), [@​li-jia-nan](https://togithub.com/li-jia-nan), [@​kwonoj](https://togithub.com/kwonoj), [@​gabschne](https://togithub.com/gabschne), [@​alexkirsz](https://togithub.com/alexkirsz), [@​karlhorky](https://togithub.com/karlhorky), [@​jridgewell](https://togithub.com/jridgewell), [@​sokra](https://togithub.com/sokra), [@​kdy1](https://togithub.com/kdy1), [@​akd-io](https://togithub.com/akd-io), [@​runjuu](https://togithub.com/runjuu), [@​jocarrd](https://togithub.com/jocarrd), [@​nnnnoel](https://togithub.com/nnnnoel), and [@​ferdingler](https://togithub.com/ferdingler) for helping!
vercel/turbo ### [`v1.9.4`](https://togithub.com/vercel/turbo/releases/tag/v1.9.4): Turborepo v1.9.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.9.3...v1.9.4) #### What's Changed ##### Changelog - chore: delete unused npm lockfile impl in go by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4605](https://togithub.com/vercel/turbo/pull/4605) - Env var run summary data generation by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4529](https://togithub.com/vercel/turbo/pull/4529) - Fix path by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4643](https://togithub.com/vercel/turbo/pull/4643) - fix(turborepo): Switching back to git command instead of git2 by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4606](https://togithub.com/vercel/turbo/pull/4606) - feat(turbo): add spaces link by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4632](https://togithub.com/vercel/turbo/pull/4632) - Include logs when posting task summary by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4642](https://togithub.com/vercel/turbo/pull/4642) - Always print the url if we have one by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4660](https://togithub.com/vercel/turbo/pull/4660) - Remove unused import by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4665](https://togithub.com/vercel/turbo/pull/4665) - feat: Add rust implementation of Yarn3+ lockfile by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4589](https://togithub.com/vercel/turbo/pull/4589) - fix(turbo-utils): support old workspace format by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4682](https://togithub.com/vercel/turbo/pull/4682) - fix: rebuild protobuf code and update ffi callsite by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4685](https://togithub.com/vercel/turbo/pull/4685) - Use spaceID from turbo.json if available by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4687](https://togithub.com/vercel/turbo/pull/4687) - port(turborepo): Config by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4520](https://togithub.com/vercel/turbo/pull/4520) - Existing and error logs behavior by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4656](https://togithub.com/vercel/turbo/pull/4656) - update deps by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/4700](https://togithub.com/vercel/turbo/pull/4700) - chore: move lockfile ffi boundary by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4629](https://togithub.com/vercel/turbo/pull/4629) - Invoke prysk with the directory name to ensure all tests run by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4715](https://togithub.com/vercel/turbo/pull/4715) - Fix errors-only integration test by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4713](https://togithub.com/vercel/turbo/pull/4713) - fix(turborepo): Turbostate deserialization by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4712](https://togithub.com/vercel/turbo/pull/4712) - docs(prisma): add required version field in example by [@​skauffmann](https://togithub.com/skauffmann) in [https://github.com/vercel/turbo/pull/4676](https://togithub.com/vercel/turbo/pull/4676) - feat: Use Rust Berry lockfile impl by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4684](https://togithub.com/vercel/turbo/pull/4684) - Move `TURBO_FORCE` config env var detection to Rust by [@​smaeda-ks](https://togithub.com/smaeda-ks) in [https://github.com/vercel/turbo/pull/4590](https://togithub.com/vercel/turbo/pull/4590) - fix: turborepo unused code lints by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4727](https://togithub.com/vercel/turbo/pull/4727) - Delete unused git_go file by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4730](https://togithub.com/vercel/turbo/pull/4730) - We no longer require libc6-compat by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4729](https://togithub.com/vercel/turbo/pull/4729) - Make sure that we only hash the env pairs. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4708](https://togithub.com/vercel/turbo/pull/4708) - Inline a constant so it's individualized to each task run by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4735](https://togithub.com/vercel/turbo/pull/4735) - chore(turborepo): Fixed clippy warnings by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4744](https://togithub.com/vercel/turbo/pull/4744) - chore: Disallows unknown fields in JSON sent by Rust. by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4753](https://togithub.com/vercel/turbo/pull/4753) - fix: allow for workplace descriptors without a protocol by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4755](https://togithub.com/vercel/turbo/pull/4755) - fix: berry prune including all builtin patch descriptors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4770](https://togithub.com/vercel/turbo/pull/4770) - make RepoConfig and CommandBase use absolute system paths by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4693](https://togithub.com/vercel/turbo/pull/4693) - chore: remove unused path imports by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4780](https://togithub.com/vercel/turbo/pull/4780) - Send run summary to Spaces even without --summarize flag by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4785](https://togithub.com/vercel/turbo/pull/4785) - port(turborepo): Package Manager Inference by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4655](https://togithub.com/vercel/turbo/pull/4655) - Send turbo version to run payload by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4786](https://togithub.com/vercel/turbo/pull/4786) - Add gitbranch and sha into spaces payload by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4734](https://togithub.com/vercel/turbo/pull/4734) - Stripped down unix path by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4767](https://togithub.com/vercel/turbo/pull/4767) - Remove --serial from the docs. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4813](https://togithub.com/vercel/turbo/pull/4813) - Don't cache test:setup task by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4773](https://togithub.com/vercel/turbo/pull/4773) - Prefactor package hashing by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4816](https://togithub.com/vercel/turbo/pull/4816) - chore: add underlying error to lockfile error messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4800](https://togithub.com/vercel/turbo/pull/4800) - Fix basic example to update on dependency changes by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4835](https://togithub.com/vercel/turbo/pull/4835) - fix(examples): with rollup by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4836](https://togithub.com/vercel/turbo/pull/4836) - fix(docs): internal workspace cache by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4838](https://togithub.com/vercel/turbo/pull/4838) - Update basic example for App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4839](https://togithub.com/vercel/turbo/pull/4839) - Update with-rollup with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4848](https://togithub.com/vercel/turbo/pull/4848) - Clarify how task skipping works when scripts are not implemented by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4851](https://togithub.com/vercel/turbo/pull/4851) - fix: no longer include peer dependencies in transitive closures by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4824](https://togithub.com/vercel/turbo/pull/4824) - Optional framework inference by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4788](https://togithub.com/vercel/turbo/pull/4788) - Fix/daemon fixups by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4831](https://togithub.com/vercel/turbo/pull/4831) - Hack to get correct log file by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4873](https://togithub.com/vercel/turbo/pull/4873) - Update with-npm with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4845](https://togithub.com/vercel/turbo/pull/4845) - Update with-tailwind with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4849](https://togithub.com/vercel/turbo/pull/4849) - Update with-yarn with App Router. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/4850](https://togithub.com/vercel/turbo/pull/4850) - chore: update `update-informer` to 1.0 by [@​mgrachev](https://togithub.com/mgrachev) in [https://github.com/vercel/turbo/pull/4867](https://togithub.com/vercel/turbo/pull/4867) - fix: sort tasks in run summary output by task id by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4837](https://togithub.com/vercel/turbo/pull/4837) - Drop go implementation of recursive copy by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4874](https://togithub.com/vercel/turbo/pull/4874) - Add a new page for task dependencies by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4852](https://togithub.com/vercel/turbo/pull/4852) - fix(turborepo): Fixed test by killing process when test is done by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4887](https://togithub.com/vercel/turbo/pull/4887) - First pass at file hashing for a package by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4820](https://togithub.com/vercel/turbo/pull/4820) - Remove recursive copy build tags. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/4898](https://togithub.com/vercel/turbo/pull/4898) - feature(turborepo): AbsoluteSystemPath by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/4841](https://togithub.com/vercel/turbo/pull/4841) - feat(turbo): g by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4896](https://togithub.com/vercel/turbo/pull/4896) #### New Contributors - [@​seeplusplus](https://togithub.com/seeplusplus) made their first contribution in [https://github.com/vercel/turbo/pull/4667](https://togithub.com/vercel/turbo/pull/4667) - [@​skauffmann](https://togithub.com/skauffmann) made their first contribution in [https://github.com/vercel/turbo/pull/4676](https://togithub.com/vercel/turbo/pull/4676) - [@​smaeda-ks](https://togithub.com/smaeda-ks) made their first contribution in [https://github.com/vercel/turbo/pull/4590](https://togithub.com/vercel/turbo/pull/4590) - [@​rakesh-blacksof](https://togithub.com/rakesh-blacksof) made their first contribution in [https://github.com/vercel/turbo/pull/4774](https://togithub.com/vercel/turbo/pull/4774) - [@​ihmpavel](https://togithub.com/ihmpavel) made their first contribution in [https://github.com/vercel/turbo/pull/4743](https://togithub.com/vercel/turbo/pull/4743) - [@​mgrachev](https://togithub.com/mgrachev) made their first contribution in [https://github.com/vercel/turbo/pull/4867](https://togithub.com/vercel/turbo/pull/4867) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.9.3...v1.9.4

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.

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



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

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
nitic-astronomy-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2023 0:08am