lasseklovstad / gata

0 stars 0 forks source link

Update dependency remix-development-tools to v4 #109

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remix-development-tools (source) 3.7.4 -> 4.0.10 age adoption passing confidence

Release Notes

Code-Forge-Net/Remix-Dev-Tools (remix-development-tools) ### [`v4.0.10`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.0.9...c7810ea1869410951c4df038ffba16e173904ae3) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.0.9...c7810ea1869410951c4df038ffba16e173904ae3) ### [`v4.0.9`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/releases/tag/v4.0.9) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/910ab3f4dda63d681b38ac8801004d6a75263316...v4.0.9) #### Bug fixes - Removed legacy methods of importing css - added bigger support for "go to source" #### What's Changed - fix: use `Button` as `Link` by [@​mitchelvanbever](https://togithub.com/mitchelvanbever) in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/113](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/113) - Fixed usage of config settings by removing default initialState by [@​jvdneut](https://togithub.com/jvdneut) in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/115](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/115) #### New Contributors - [@​mitchelvanbever](https://togithub.com/mitchelvanbever) made their first contribution in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/113](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/113) - [@​jvdneut](https://togithub.com/jvdneut) made their first contribution in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/115](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/115) **Full Changelog**: https://github.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.0.0...v4.0.9 ### [`v4.0.8`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/031df094af4ea12faa0a9a94c12950fa20c2df86...910ab3f4dda63d681b38ac8801004d6a75263316) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/031df094af4ea12faa0a9a94c12950fa20c2df86...910ab3f4dda63d681b38ac8801004d6a75263316) ### [`v4.0.7`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/a891299379308e05caf44fa810aaf7e3318d861b...031df094af4ea12faa0a9a94c12950fa20c2df86) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/a891299379308e05caf44fa810aaf7e3318d861b...031df094af4ea12faa0a9a94c12950fa20c2df86) ### [`v4.0.6`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/7f7e37066735cdea0085373dc9b08df12cbc5938...a891299379308e05caf44fa810aaf7e3318d861b) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/7f7e37066735cdea0085373dc9b08df12cbc5938...a891299379308e05caf44fa810aaf7e3318d861b) ### [`v4.0.5`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/897942601ffceb3ce332b0ec5ebdae0a68b34434...7f7e37066735cdea0085373dc9b08df12cbc5938) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/897942601ffceb3ce332b0ec5ebdae0a68b34434...7f7e37066735cdea0085373dc9b08df12cbc5938) ### [`v4.0.4`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/a4fd93e54a7e410e79a3bf7ec178bc1ea3916565...897942601ffceb3ce332b0ec5ebdae0a68b34434) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/a4fd93e54a7e410e79a3bf7ec178bc1ea3916565...897942601ffceb3ce332b0ec5ebdae0a68b34434) ### [`v4.0.3`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/1a30afdab60f48cc62c034d30e57712e315ed696...a4fd93e54a7e410e79a3bf7ec178bc1ea3916565) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/1a30afdab60f48cc62c034d30e57712e315ed696...a4fd93e54a7e410e79a3bf7ec178bc1ea3916565) ### [`v4.0.2`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.0.0...1a30afdab60f48cc62c034d30e57712e315ed696) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.0.0...1a30afdab60f48cc62c034d30e57712e315ed696) ### [`v4.0.0`](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/releases/tag/v4.0.0) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v3.7.4...v4.0.0) ### Bundle size shredding Due to deprecating a lot of custom server code and CJS the bundle size has decreased from 9.03 MB to 914.4kb ### \[BREAKING] Remix Dev Tools is now a ESM only, Vite plugin for Remix We have deprecated support for CJS and moving forward will only be supporting ESM apps. If you're using CJS you can stick to v3.7.2 until you are read to upgrade! ### Deploy anywhere! Remix Dev tools can now be deployed to any environment of your choice. You can just pass in the `includeInProd: true` flag to the plugin and it will bundle it in non-development environments. Also it needs to be in "dependencies" instead of "devDependencies" ### Documentation website! Remix dev tools now has a doc site! You can find it here: https://remix-development-tools.fly.dev/ ### Whats new - Go to source feature now sanitizes paths which should allow for all operating systems to open the path correctly. - You can now close remix development tools with "ESC" when open - You can now open and close the tools with "SHIFT + A" - Various bug fixes #### What's Changed - Update Logo to have 1200x630 ratio by [@​brookslybrand](https://togithub.com/brookslybrand) in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/102](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/102) - V4 major by [@​AlemTuzlak](https://togithub.com/AlemTuzlak) in [https://github.com/Code-Forge-Net/Remix-Dev-Tools/pull/108](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/pull/108) **Full Changelog**: https://github.com/Code-Forge-Net/Remix-Dev-Tools/compare/v3.7.4...v4.0.0

Configuration

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

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

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

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



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

cloudflare-workers-and-pages[bot] commented 8 months ago

Deploying gata with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7741b2a
Status: ✅  Deploy successful!
Preview URL: https://9af75208.gata.pages.dev
Branch Preview URL: https://renovate-remix-development-t.gata.pages.dev

View logs

renovate[bot] commented 7 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.