shakapacker 9.0.0.beta.2 → 9.0.0.beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shakapacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0.beta.2
4
+ version: 9.0.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -144,11 +144,13 @@ files:
144
144
  - ".github/workflows/generator.yml"
145
145
  - ".github/workflows/node.yml"
146
146
  - ".github/workflows/ruby.yml"
147
+ - ".github/workflows/test-bundlers.yml"
147
148
  - ".gitignore"
148
149
  - ".node-version"
149
150
  - ".rspec"
150
151
  - ".rubocop.yml"
151
152
  - CHANGELOG.md
153
+ - CLAUDE.md
152
154
  - CONTRIBUTING.md
153
155
  - Gemfile
154
156
  - Gemfile.development_dependencies
@@ -156,10 +158,15 @@ files:
156
158
  - MIT-LICENSE
157
159
  - README.md
158
160
  - Rakefile
161
+ - TODO.md
162
+ - TODO_v9.md
159
163
  - __mocks__/nonexistent/package.json
160
164
  - __mocks__/sass-loader/package.json
165
+ - conductor-setup.sh
166
+ - conductor.json
161
167
  - config/README.md
162
168
  - config/shakapacker.yml
169
+ - docs/cdn_setup.md
163
170
  - docs/css-modules-export-mode.md
164
171
  - docs/customizing_babel_config.md
165
172
  - docs/deployment.md
@@ -171,12 +178,14 @@ files:
171
178
  - docs/sprockets.md
172
179
  - docs/style_loader_vs_mini_css.md
173
180
  - docs/subresource_integrity.md
181
+ - docs/transpiler-performance.md
174
182
  - docs/troubleshooting.md
175
183
  - docs/using_esbuild_loader.md
176
184
  - docs/using_swc_loader.md
177
185
  - docs/v6_upgrade.md
178
186
  - docs/v7_upgrade.md
179
187
  - docs/v8_upgrade.md
188
+ - docs/v9_upgrade.md
180
189
  - gemfiles/Gemfile-rails-edge
181
190
  - gemfiles/Gemfile-rails.6.0.x
182
191
  - gemfiles/Gemfile-rails.6.1.x
@@ -271,6 +280,7 @@ files:
271
280
  - package/utils/inliningCss.js
272
281
  - package/utils/requireOrError.js
273
282
  - package/utils/snakeToCamelCase.js
283
+ - package/utils/validateCssModulesConfig.js
274
284
  - package/utils/validateDependencies.js
275
285
  - package/webpackDevServerConfig.js
276
286
  - prettier.config.js
@@ -297,12 +307,14 @@ files:
297
307
  - test/package/staging.test.js
298
308
  - test/package/test.test.js
299
309
  - test/resolver.js
310
+ - tools/README.md
311
+ - tools/css-modules-v9-codemod.js
300
312
  - yarn.lock
301
313
  homepage: https://github.com/shakacode/shakapacker
302
314
  licenses:
303
315
  - MIT
304
316
  metadata:
305
- source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.0.0.beta.2
317
+ source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.0.0.beta.4
306
318
  rdoc_options: []
307
319
  require_paths:
308
320
  - lib