nucore-open
                                
                                 nucore-open copied to clipboard
                                
                                    nucore-open copied to clipboard
                            
                            
                            
                        Bump sprockets from 3.7.2 to 4.2.1
Bumps sprockets from 3.7.2 to 4.2.1.
Release notes
Sourced from sprockets's releases.
4.2.1
What's Changed
- Fix
.jpegprecompile issue by@ghiculescuin rails/sprockets#781- CI against Ruby 3.2 [changelog skip] by
@amatsudain rails/sprockets#777- Fix header casing compatibility with Rails 7 by
@skipkayhilin rails/sprockets#790- fix: set application/css-sourcemap+json default charset to unicode by
@chadlwilsonin rails/sprockets#764New Contributors
@ghiculescumade their first contribution in rails/sprockets#781
@skipkayhilmade their first contribution in rails/sprockets#791
@jpbalarinimade their first contribution in rails/sprockets#768
@chadlwilsonmade their first contribution in rails/sprockets#764Full Changelog: https://github.com/rails/sprockets/compare/v4.2.0...v4.2.1
4.2.0
What's Changed
- Fix class name in sample code by
@ursmin rails/sprockets#751- fix: grammar by
@benkoshyin rails/sprockets#756- fix typo by
@benkoshyin rails/sprockets#757- Update Link by
@benkoshyin rails/sprockets#754- Rack 3 support by
@lsylvesterin rails/sprockets#758- Make Sprockets::Utils.module_include thread safe on JRuby by
@ntkmein rails/sprockets#759- Fix thread safety of Sprockets::CachedEnvironment and Sprockets::Cache::MemoryStore by
@eregonin rails/sprockets#771New Contributors
@ursmmade their first contribution in rails/sprockets#751
@benkoshymade their first contribution in rails/sprockets#756
@ntkmemade their first contribution in rails/sprockets#759Full Changelog: https://github.com/rails/sprockets/compare/v4.1.1...v4.2.0
v4.1.1
- Fix Sprockets::Server to return response headers to compatible with with Rack::Lint 2.0.
Full Changelog: https://github.com/rails/sprockets/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Lowercase all response headers by
@amatsudain rails/sprockets#744- Ensure compatibility with esbuilds' base32 digests by
@dhhin rails/sprockets#726- cache nil values in the CachedEnvironment by
@lsylvesterin rails/sprockets#723- Explain configuration for Rails engines by
@pjmorsein rails/sprockets#694- Get rid off undefined method `start_with?' for nil:NilClass error by
@dakolechin rails/sprockets#684- Added support for ERB in webmanifest files by
@mashedkeyboardin rails/sprockets#608- Set application/js-sourcemap+json charset to unicode by
@andresakatain rails/sprockets#669- Adding directive depends_on_directory by
@jessecollierin rails/sprockets#668- Fix cache key for coffee script processor by
@code-constructorin rails/sprockets#670- Add text/ejs to register_transformer_suffix for ERBProcessor by
@cguntherin rails/sprockets#674
... (truncated)
Changelog
Sourced from sprockets's changelog.
4.2.1
- Fix for precompile issues when multiple extensions map to the same MIME type (eg.
.jpeg/.jpg). #781- Fix
application/css-sourcemap+jsoncharset #764- Fix compatibility with Rack 2 applications. #790
4.2.0
- Rack 3 compatibility. #758
- Fix thread safety of
Sprockets::CachedEnvironmentandSprockets::Cache::MemoryStore. #771- Add support for Rack 3.0. Headers set by sprockets will now be lower case. #758
- Make
Sprockets::Utils.module_includethread safe on JRuby. #759- Fix typo in
asset.rbfile. #7684.1.1
- Fix
Sprockets::Serverto return response headers to be compatible with Rack::Lint 2.0.4.1.0
- Allow age to be altered in asset:clean rake task.
- Fix
Sprockets::Serverto return lower-cased response headers to comply with Rack::Lint 3.0. #744- Adding new directive
depend_on_directory#668- Fix
application/js-sourcemap+jsoncharset #669- Fix
CachedEnvironmentcaching nil values #723- Process
*.jst.ejs.erbfiles with ERBProcessor #674- Fix cache key for coffee script processor to be dependent on the filename #670
4.0.3
- Fix
Manifest#findyielding from a Promise causing issue on Ruby 3.1.0-dev. #720- Better detect the ERB version to avoid deprecation warnings. #719
- Allow assets already fingerprinted to be served through
Sprockets::Server- Do not fingerprint files that already contain a valid digest in their name
- Remove remaining support for Ruby < 2.4.#672
4.0.2
- Fix
etagand digest path compilation that were generating string with invalid digest since 4.0.1.4.0.1
- Fix for Ruby 2.7 keyword arguments warning in
base.rb. #660- Fix for when
x_sprockets_linecountis missing from a source map.- Fix subresource integrity to match the digest of the asset.
4.0.0
... (truncated)
Commits
- 5b040f3Prepare for 4.2.1
- 0a5879dRemove check CHANGELOG action
- 8ee21cfUse Ruby LSP instead of rebornix.Ruby
- 5d26375Merge pull request #764 from chadlwilson/fix-css-sourcemap-default-charset
- 572235aMerge branch 'main' into fix-css-sourcemap-default-charset
- 42f7d5eMerge pull request #790 from skipkayhil/hm-fix-rails-7-compat
- d0de178Merge pull request #768 from jpbalarini/patch-1
- 5d795a7Fix header casing compatibility with Rails 7
- 6554b6dMerge pull request #791 from skipkayhil/hm-fix-minitest-casing
- 4be779fFix Minitest constant name in tests
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.