Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vite Ruby

Vite.js in Ruby, bringing joy to your JavaScript experience
Collective - Host: opensource - https://opencollective.com/vite_ruby - Website: https://vite-ruby.netlify.app/ - Code: https://github.com/ElMassimo/vite_ruby

docs: update readme to reflect vite's deprecation of globEager (#430)

* docs: update readme to reflect vite's deprecation of globEager

The `globEager` function was...

github.com/ElMassimo/vite_ruby - 369facf440f41162efee825a87d9491ff83a03b8 authored 9 months ago by Ahmed Khattab <[email protected]>
chore: update node version in workflow

github.com/ElMassimo/vite_ruby - 6167ec9ad521a70b1e21487adc5780a4fa3cdfed authored 11 months ago by Maximo Mussini <[email protected]>
fix: prevent clean from deleting assets referenced in the manifests

github.com/ElMassimo/vite_ruby - 8a581c15ff480049bbb14dab1b5a3497308521b5 authored 11 months ago by Maximo Mussini <[email protected]>
feat: use vite 5 in new installations

github.com/ElMassimo/vite_ruby - f063f283f939d15b3c48c1a9b6efcd589fafbaf1 authored 11 months ago by Maximo Mussini <[email protected]>
chore: switch to type: module

github.com/ElMassimo/vite_ruby - e2c6b177bbe988e0804c54dadff502c2ce303ae7 authored 11 months ago by Maximo Mussini <[email protected]>
chore: bump minimum requirement to node 18

github.com/ElMassimo/vite_ruby - db5e116bbefd2394bcd57ede012ba7784dfa73b2 authored 11 months ago by Maximo Mussini <[email protected]>
Merge pull request #421 from ElMassimo/vite-5

Add support for Vite 5

github.com/ElMassimo/vite_ruby - a6534d7f26d058da45eca82d32a84c03150e1ef0 authored 11 months ago by Máximo Mussini <[email protected]>
fix(breaking): check for any existing manifest path before cleaning

github.com/ElMassimo/vite_ruby - c4504839e11006d50d6503288469cb3de0c6a9cd authored 11 months ago by Maximo Mussini <[email protected]>
feat: upgrade vite-plugin-rails dependencies to support vite 5

github.com/ElMassimo/vite_ruby - b4eade9b92413172501df8f762a9c0164633ee95 authored 11 months ago by Maximo Mussini <[email protected]>
feat: add support for vite 5, which changed default manifest path

github.com/ElMassimo/vite_ruby - 818132a07af3f17ba27ae09c44fcd59029064238 authored 11 months ago by Maximo Mussini <[email protected]>
docs: bump lockfile to fix netlify deployment failure

github.com/ElMassimo/vite_ruby - fbe7059b25532f74b14ef324706d9330e7ff3498 authored about 1 year ago by Maximo Mussini <[email protected]>
docs: add `vite_picture_tag` example

github.com/ElMassimo/vite_ruby - 24e476cedf9c3eaa251fb1a0dcb263f447620558 authored about 1 year ago by Maximo Mussini <[email protected]>
feat: add vite_picture_tag for Rails 7.1 (#409)

github.com/ElMassimo/vite_ruby - 4e3762a978b7879206dbc48137ba525d0d0ad971 authored about 1 year ago by Matt Brictson <[email protected]>
fix: emit a single early hint per entrypoint in `vite_preload_tag` (#402)

Co-authored-by: Máximo Mussini <[email protected]>

github.com/ElMassimo/vite_ruby - 3f9a60b4bb28858b8460b5fc302ad352a03ba002 authored about 1 year ago by PikachuEXE <[email protected]>
chore: upgrade lockfile using pnpm v8 (closes #378)

github.com/ElMassimo/vite_ruby - ae1f639f9a2fa8b8773404729ef5440394c8f310 authored over 1 year ago by Maximo Mussini <[email protected]>
fix: check only once per second when dev server is not running (#377)

github.com/ElMassimo/vite_ruby - fb33f0a28077f9912deed257b7be3a7e050c2d94 authored over 1 year ago by Matt Brictson <[email protected]>
chore: update example rails app to use CSP

github.com/ElMassimo/vite_ruby - 37e92054b692f08077d22e89d7cdaa6317410098 authored over 1 year ago by Maximo Mussini <[email protected]>
feat: add nonce by default to react refresh tag (close #249)

github.com/ElMassimo/vite_ruby - a31f0a97588568a964b52005beee63217c7bcfa9 authored over 1 year ago by Maximo Mussini <[email protected]>
feat: allow skipping dev dependencies on install (#374)

github.com/ElMassimo/vite_ruby - a309f4f9fc62fb7b9d0728b66b30ad90e68ba7bf authored over 1 year ago by Erik Nygren <[email protected]>
chore: install node modules for engine in rails example (#368)

github.com/ElMassimo/vite_ruby - 1b468bd526585bb25db58e0400e5c662ee1c8648 authored over 1 year ago by Dmytro Samodurov <[email protected]>
feat: Use javascript_tag helper for vite_react_refresh_tag (#372)

closes #249

github.com/ElMassimo/vite_ruby - 238c6bd211c0fafaa6170f0bdd631a0f6e41d992 authored over 1 year ago by Omar Garcia <[email protected]>
fix: ensure assets:precompile task is displayed when using `rake -T`

github.com/ElMassimo/vite_ruby - 66af6eb0268e7a989562feb38da74072817f0d49 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: upgrade example apps

github.com/ElMassimo/vite_ruby - 512b587138da962db12ae0389ae17bc1e2be47d8 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: also add "module", for backwards compatibility

github.com/ElMassimo/vite_ruby - c7b57a83664916ac4db69174a4d8bd663e9f04dd authored over 1 year ago by Maximo Mussini <[email protected]>
feat: upgrade default vite version to 4.3

github.com/ElMassimo/vite_ruby - b18645605dd40b312da1137a6440abc8fe4c5ae7 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: add "main" to package.json to fix eslint issues (#356)

github.com/ElMassimo/vite_ruby - fcf453cf96f9c2f1e6172142f39c3e743a1bf085 authored over 1 year ago by Lily Acadia Gilbert <[email protected]>
docs: add section about integration tests in the CI

github.com/ElMassimo/vite_ruby - 4ee5aa893058bbe9262109b2b4c200d9a1656ac8 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: update dockerfile for the rails example (#351)

github.com/ElMassimo/vite_ruby - 739452526c6cf8910286b64a9f2f9b37aedfb910 authored over 1 year ago by Shinnosuke Iwaide <[email protected]>
docs: remove leftover

github.com/ElMassimo/vite_ruby - ff7df1bb9c37f66625003c84439eef600a9ffb85 authored over 1 year ago by Máximo Mussini <[email protected]>
feat: help users that visit the vite dev server directly (#346)

Based on https://github.com/laravel/vite-plugin/pull/57

github.com/ElMassimo/vite_ruby - 0f40a1de2d29201a32d7d2f679e99b1ed3208246 authored over 1 year ago by Máximo Mussini <[email protected]>
chore: upgrade example app

github.com/ElMassimo/vite_ruby - 3dd30937a81da7dcf65d2eb91c88d36ccbf3b134 authored over 1 year ago by Maximo Mussini <[email protected]>
feat: add support for the --profile flag when running vite build

Closes #332

github.com/ElMassimo/vite_ruby - 4a949fde1672b899c7c0382e99a669195c7ea639 authored over 1 year ago by Maximo Mussini <[email protected]>
fix: ssr incompatibility with vite 4 (#345)

Closes #333

github.com/ElMassimo/vite_ruby - 3491bdedad2b0fcb8a1895efa4dafb3874d14efd authored over 1 year ago by Máximo Mussini <[email protected]>
feat: install dependencies with yarn if npx is not available (#343)

Closes #342

github.com/ElMassimo/vite_ruby - 90c5db2e45ed89aedfa02f0f167925e4ccb02d6d authored over 1 year ago by Máximo Mussini <[email protected]>
chore: drop 6.0 from the test matrix

github.com/ElMassimo/vite_ruby - 4e6e580ddc2bcc748d1b5eb28d21b9c2806bee36 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: update test

github.com/ElMassimo/vite_ruby - 18c655aeaf877c79eb7b60f5d4176afa544f36b8 authored over 1 year ago by Maximo Mussini <[email protected]>
chore: replace selenium with cuprite in hmr integration tests

github.com/ElMassimo/vite_ruby - a0f360df405254aa9a4666975bc97dbbd5accfef authored over 1 year ago by Maximo Mussini <[email protected]>
feat: make vite_client_tag crossorigin: "anonymous" by default

github.com/ElMassimo/vite_ruby - 404a15a70c9d4fcd774735045c0d58d3e2aa37f2 authored over 1 year ago by Maximo Mussini <[email protected]>
feat: allow javascript_include_tag options to vite_client_tag (#337)

github.com/ElMassimo/vite_ruby - 417bcf38366dd26901eb87cedd80d01118d7936f authored over 1 year ago by Mikey Hoy <[email protected]>
chore: bump dry-cli version (#325)

github.com/ElMassimo/vite_ruby - 7afe2364294cb37f81dddf23c64adf76b9b1d153 authored almost 2 years ago by Vladimir Temnikov <[email protected]>
chore: ignore workspace root check

github.com/ElMassimo/vite_ruby - c7b9714e445ca55ef1a1331eb70889ee47cc7e7d authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: install vite 4 by default

github.com/ElMassimo/vite_ruby - c1a2e16a5b47225c53ad73b4f6371f2108881850 authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: add experimental `skipProxy` setting (#315)

github.com/ElMassimo/vite_ruby - e9285f62c76cc0cbbc5dc99d977e8aef30d08b6f authored almost 2 years ago by Máximo Mussini <[email protected]>
chore: add test for `configure`

github.com/ElMassimo/vite_ruby - 12ba3441a63dc5608ec1bf446ee7d3238bc058ae authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: add ViteRuby.instance.configure API to be used in config/vite.rb

github.com/ElMassimo/vite_ruby - b5b8681f85f5388a56d72c9b05dbfc95d5ba607b authored almost 2 years ago by Maximo Mussini <[email protected]>
perf: avoid calculating digest on each lookup (#314)

github.com/ElMassimo/vite_ruby - 62df93a15c09c652a8b7496e26cf85d5d69acce7 authored almost 2 years ago by Máximo Mussini <[email protected]>
docs: clarify the purpose of entrypoints

github.com/ElMassimo/vite_ruby - 7f2f9eeada757039b73bf15475bdcae0ce3932b6 authored almost 2 years ago by Maximo Mussini <[email protected]>
fix: avoid removing double extension for non-preprocessor assets (#301)

github.com/ElMassimo/vite_ruby - 2024f62af917cabcb817c32a5fbbe709d477c19f authored almost 2 years ago by Máximo Mussini <[email protected]>
refactor: Config#within_root, allow skipping chdir for parallelism

github.com/ElMassimo/vite_ruby - 770ca43b7246a5308ad103f97ec361267a248620 authored almost 2 years ago by Maximo Mussini <[email protected]>
chore: use ViteRuby.env in Config#to_env if param is not provided

github.com/ElMassimo/vite_ruby - 474a28d4329b0c82efb5715fc50053cad72266cd authored almost 2 years ago by Maximo Mussini <[email protected]>
chore: bump zeitwerk in development

github.com/ElMassimo/vite_ruby - ee9ed05ffa3353a962e3dcf161cb625ca654a3af authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: allow different ViteRuby instances to set different env vars

github.com/ElMassimo/vite_ruby - 25628a752cbd4828547c1f454cc4cb2217a591e0 authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: output exit code when vite process fails (#294)

Closes #292

github.com/ElMassimo/vite_ruby - eb8f678248a02b693fffe5a49309984fed92a051 authored almost 2 years ago by Jason Barnabe <[email protected]>
chore: update rails example

github.com/ElMassimo/vite_ruby - c7649bfd11f56147198dff815ee731b992536710 authored almost 2 years ago by Maximo Mussini <[email protected]>
feat: default to [email protected]

github.com/ElMassimo/vite_ruby - 2ef83a52148f46534c4106015f3f54ec9ee807cb authored almost 2 years ago by Maximo Mussini <[email protected]>
docs: mention vite-plugin-rails

github.com/ElMassimo/vite_ruby - f4d9648a2471294d6d17c2142d9fd065263e018a authored almost 2 years ago by Maximo Mussini <[email protected]>
fix: yarn berry pnp mode support (#278)

github.com/ElMassimo/vite_ruby - 189044746e536847cb33fb471cc7c42251a61072 authored almost 2 years ago by Koo <[email protected]>
feat: create vite-plugin-rails, an opinionated version of `vite-plugin-ruby` (#282)

github.com/ElMassimo/vite_ruby - 16375fb1f6f2bf86dff935ca3aaf91c333a796ff authored almost 2 years ago by Máximo Mussini <[email protected]>
feat: always trigger a build if the manifest is missing (#275)

github.com/ElMassimo/vite_ruby - 53ffdb9559409cb813198b4fd8a7a5ccb0c3cd21 authored about 2 years ago by Máximo Mussini <[email protected]>
chore: ensure breaking changes in build metadata never cause an error

github.com/ElMassimo/vite_ruby - 8336a94c00356832f7eaf44851fe2a9b7f3490f5 authored about 2 years ago by Maximo Mussini <[email protected]>
feat: display last build errors in MissingEntrypointError (#274)

github.com/ElMassimo/vite_ruby - 107c980449546ef73c527b88f1db11a7201e4438 authored about 2 years ago by Máximo Mussini <[email protected]>
fix(BREAKING CHANGE): lookup now returns nil if auto-build fails (#268)

closes #267

github.com/ElMassimo/vite_ruby - cf2dec1bfec2279179c1671e5b42479549fd11c4 authored about 2 years ago by Máximo Mussini <[email protected]>
docs: mention tag helpers explicitly

github.com/ElMassimo/vite_ruby - ff45289f6cf176d5cad6152a511a792c711eef04 authored about 2 years ago by Maximo Mussini <[email protected]>
docs: document bug in safari that caches css and prevents hmr (#261)

github.com/ElMassimo/vite_ruby - 522391cbfbfc71f1a0846a8ef42f1d0c25153f33 authored about 2 years ago by Kevin Diale <[email protected]>
docs: upgrade vitepress-theme to fix navbar for chinese translation

github.com/ElMassimo/vite_ruby - 788becb412a8ca3334688bea70033937ed9d28d8 authored about 2 years ago by Maximo Mussini <[email protected]>
chore: ensure we don't set the env var if `yarn` is not available

github.com/ElMassimo/vite_ruby - 057e30b00155ee8962df56610607084582f00dca authored about 2 years ago by Maximo Mussini <[email protected]>
fix: prevent yarn 2+ error in `assets:precompile` (#241)

Yarn's migration guide mentions that selecting which dependencies are installed (dev or prod) re...

github.com/ElMassimo/vite_ruby - e7e857ac763dd053a8bda4b27d26a2090269f6d8 authored about 2 years ago by Paul Keen <[email protected]>
chore: update example app

github.com/ElMassimo/vite_ruby - e738829012f302459772a16895fdc560db2e0a58 authored about 2 years ago by Maximo Mussini <[email protected]>