chore(deps): update dependency esbuild-sass-plugin to v3 #264
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0
->^3.0.0
Release Notes
glromeo/esbuild-sass-plugin (esbuild-sass-plugin)
v3.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: glromeo/esbuild-sass-plugin@v3.3.0...v3.3.1
v3.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: glromeo/esbuild-sass-plugin@v3.2.0...v3.3.0
v3.2.0
: local-cssCompare Source
Added support for type: 'local-css' #173
thanks to @kohlmannj
v3.1.0
: There's always a catchCompare Source
type
now can be a function that takes care of rendering the style module #171v3.0.0
: Pedal to the metal!!!Compare Source
Bye bye dart-sass...welcome sass-embedded, the speed increase is palpable!
A big thank you to the sass maintainers for this work
...and to Nathan for pushing for this change
v2.16.1
: Sources!Compare Source
src folder maybe needed in published package #155
v2.16.0
Compare Source
I just updated esbuild and sass to the latest and greatest...
v2.15.0
: F as in faster!Compare Source
Thank you @mattlewis92 for the speed boost caching fs stats!
v2.14.0
: Good callCompare Source
Bugfix for missing
resolveDir
when using css-chunks (#146)v2.13.0
: Sourcemap fixCompare Source
Fixed new line issue affecting sourcemaps thanks to @mattlewis92
v2.12.0
: Summer Upgrade!Compare Source
Just a esbuild and sass upgrade... fixing the tests accordingly!
v2.11.0
Compare Source
v2.10.0
: Freshen Up!Compare Source
I "just" upgraded the
esbuild
andsass
dependency versions...v2.9.0
: Warnings are never enough!Compare Source
A big thank you to @wfleming for having the idea of merging
sass
warning intoesbuild
onesas well as carrying out a very nice PR implementing it!
v2.8.1
: Spring cleaningCompare Source
From now on, if transform returns a loader different than 'js' then its output will be passed to
esbuild
without modifying the contenthttps://github.com/glromeo/esbuild-sass-plugin/blob/e045aed3d2748af04c392933d0d4015db728a0ff/src/plugin.ts#L83-L90
v2.8.0
: Joke's on meCompare Source
exclude
andexternal
is better off passed to esbuild directlyv2.7.0
: Chunky friesCompare Source
exclude
and addedexternal
as wellv2.6.0
: Well restedCompare Source
Long story short: I fixed the watched files and the plugins to properly upgrade to esbuild 0.17.x
...fingers crossed this will be enough!
v2.5.0
: A little help goes a long wayCompare Source
Thank you to @dlepaux for updating
esbuild
dependency and most importantly fixing the testsv2.4.5
: Stronger roots!Compare Source
Now
root
defaults toabsWorkingDir
if provided thanks to @shellscapev2.4.4
: OptionallyCompare Source
merged enhancement for #111
v2.4.3
: Lost in contentCompare Source
With this release the plugin defaults the sass option sourceMapIncludeSources to
true
. This seems a sensible default given it doesn't affect much the performance whensourceMaps
are off and it can always be forced to false passing the option.v2.4.2
: Goal!Compare Source
fixes #105
v2.4.1
: Hush! Hush! Deps!Compare Source
This release fixes #83 leaving behind an open question... how to deal better with options.url?
That needs a further investigation but in any case this version is better than 2.4.0
v2.4.0
: Freshen Up!Compare Source
esbuild
andsass
to the latest versionv2.3.3
: precompile on steroidsCompare Source
merged PR #95 adding isRoot to precompile
v2.3.2
: re-resolvedCompare Source
.js
filesv2.3.1
: Quiet pleaseCompare Source
url
option to helpsass
identify dependenciesv2.3.0
: Remember to water the plantsCompare Source
This release introduces the
prefer
option (see #82)v2.2.6
: just a twinceCompare Source
nonce
to allow late binding of the valuev2.2.5
: nonce/CSPCompare Source
nonce
optionv2.2.4
: css importsCompare Source
cssImport
option to enablecss-loader
style imports and solve #74v2.2.3
: Touch up!Compare Source
precompile
functionv2.2.2
: upside downCompare Source
(many thanks to Epskampie for reporting it with plenty of details)
v2.2.1
: sourcemap optionCompare Source
hot fix for sourcemap option regression (issue #63)
v2.2.0
: インターナショナルCompare Source
v2.1.0
: New Year ResolutionCompare Source
This release fixes #61 and makes a clean cut with the past
abandoning the custom
onResolve
and thenamespaces
for a simpler and leaner approach in which the plugin
delegates more to
esbuild
hoping that soonsass/scss
file handling will be a first class citizen!
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 was generated by Mend Renovate. View the repository job log.