shakapacker 9.1.0 → 9.2.0

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.1.0
4
+ version: 9.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -167,6 +167,7 @@ files:
167
167
  - TODO_v9.md
168
168
  - __mocks__/nonexistent/package.json
169
169
  - __mocks__/sass-loader/package.json
170
+ - bin/export-bundler-config
170
171
  - conductor-setup.sh
171
172
  - conductor.json
172
173
  - config/README.md
@@ -180,6 +181,7 @@ files:
180
181
  - docs/optional-peer-dependencies.md
181
182
  - docs/peer-dependencies.md
182
183
  - docs/react.md
184
+ - docs/releasing.md
183
185
  - docs/rspack.md
184
186
  - docs/rspack_migration_guide.md
185
187
  - docs/sprockets.md
@@ -205,6 +207,7 @@ files:
205
207
  - gemfiles/Gemfile-rails.8.0.x
206
208
  - jest.config.js
207
209
  - lib/install/application.js
210
+ - lib/install/bin/export-bundler-config
208
211
  - lib/install/bin/shakapacker
209
212
  - lib/install/bin/shakapacker-dev-server
210
213
  - lib/install/binstubs.rb
@@ -252,6 +255,7 @@ files:
252
255
  - lib/tasks/shakapacker/clobber.rake
253
256
  - lib/tasks/shakapacker/compile.rake
254
257
  - lib/tasks/shakapacker/doctor.rake
258
+ - lib/tasks/shakapacker/export_bundler_config.rake
255
259
  - lib/tasks/shakapacker/info.rake
256
260
  - lib/tasks/shakapacker/install.rake
257
261
  - lib/tasks/shakapacker/migrate_to_swc.rake
@@ -263,6 +267,12 @@ files:
263
267
  - package/.npmignore
264
268
  - package/babel/preset.ts
265
269
  - package/config.ts
270
+ - package/configExporter/cli.ts
271
+ - package/configExporter/configDocs.ts
272
+ - package/configExporter/fileWriter.ts
273
+ - package/configExporter/index.ts
274
+ - package/configExporter/types.ts
275
+ - package/configExporter/yamlSerializer.ts
266
276
  - package/dev_server.ts
267
277
  - package/env.ts
268
278
  - package/environments/__type-tests__/rspack-plugin-compatibility.ts
@@ -355,7 +365,7 @@ homepage: https://github.com/shakacode/shakapacker
355
365
  licenses:
356
366
  - MIT
357
367
  metadata:
358
- source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.1.0
368
+ source_code_uri: https://github.com/shakacode/shakapacker/tree/v9.2.0
359
369
  rdoc_options: []
360
370
  require_paths:
361
371
  - lib