Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency esbuild-sass-plugin to v3 #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild-sass-plugin ^2.0.0 -> ^3.0.0 age adoption passing confidence

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-css

Compare Source

Added support for type: 'local-css' #​173
thanks to @​kohlmannj

v3.1.0: There's always a catch

Compare Source

image

  • type now can be a function that takes care of rendering the style module #​171
  • sass-embedded is now optional (installed as peer dependency) #​168

v3.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

bitmoji

I just updated esbuild and sass to the latest and greatest...

v2.15.0: F as in faster!

Compare Source

bitmoji

Thank you @​mattlewis92 for the speed boost caching fs stats!

v2.14.0: Good call

Compare Source

bitmoji

Bugfix for missing resolveDir when using css-chunks (#​146)

v2.13.0: Sourcemap fix

Compare Source

Fixed new line issue affecting sourcemaps thanks to @​mattlewis92

v2.12.0: Summer Upgrade!

Compare Source

bitmoji

Just a esbuild and sass upgrade... fixing the tests accordingly!

v2.11.0

Compare Source

v2.10.0: Freshen Up!

Compare Source

bitmoji

I "just" upgraded the esbuild and sass dependency versions...

v2.9.0: Warnings are never enough!

Compare Source

bitmoji

A big thank you to @​wfleming for having the idea of merging sass warning into esbuild ones
as well as carrying out a very nice PR implementing it!

v2.8.1: Spring cleaning

Compare Source

bitmoji

From now on, if transform returns a loader different than 'js' then its output will be passed to esbuild without modifying the content

https://github.com/glromeo/esbuild-sass-plugin/blob/e045aed3d2748af04c392933d0d4015db728a0ff/src/plugin.ts#L83-L90

v2.8.0: Joke's on me

Compare Source

bitmoji

  • Forget about exclude and external is better off passed to esbuild directly
  • On the plus side I fixed a bug affecting CSS chunks solution on windows

v2.7.0: Chunky fries

Compare Source

bitmoji

  • Finally found a solution for the css modules vs type css conundrum
  • Fixed peer dependencies
  • Re-instated exclude and added external as well
  • Freshen up the README accordingly

v2.6.0: Well rested

Compare Source

bitmoji

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 way

Compare Source

bitmoji

Thank you to @​dlepaux for updating esbuild dependency and most importantly fixing the tests

v2.4.5: Stronger roots!

Compare Source

bitmoji

Now root defaults to absWorkingDir if provided thanks to @​shellscape

v2.4.4: Optionally

Compare Source

merged enhancement for #​111

v2.4.3: Lost in content

Compare Source

bitmoji

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 when sourceMaps are off and it can always be forced to false passing the option.

v2.4.2: Goal!

Compare Source

bitmoji
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

  • updated esbuild and sass to the latest version
  • tidy up of tests

v2.3.3: precompile on steroids

Compare Source

bitmoji
merged PR #​95 adding isRoot to precompile

v2.3.2: re-resolved

Compare Source

bitmoji

  • patched the resolver branch based on require to avoid picking .js files

v2.3.1: Quiet please

Compare Source

bitmoji

  • now the plugin sets the url option to help sass identify dependencies

v2.3.0: Remember to water the plants

Compare Source

bitmoji

This release introduces the prefer option (see #​82)

v2.2.6: just a twince

Compare Source

  • small improvement to nonce to allow late binding of the value

v2.2.5: nonce/CSP

Compare Source

  • nonce option
    bitmoji

v2.2.4: css imports

Compare Source

  • added cssImport option to enable css-loader style imports and solve #​74

v2.2.3: Touch up!

Compare Source

  • Updated the scoped-url example
  • fixed a bug in passing the pathname to the precompile function

v2.2.2: upside down

Compare Source

bitmoji

  • Quick fix for issue #​69 caused by the order of sourcemap sources being upside down at times
    (many thanks to Epskampie for reporting it with plenty of details)

v2.2.1: sourcemap option

Compare Source

bitmoji
hot fix for sourcemap option regression (issue #​63)

v2.2.0: インターナショナル

Compare Source

bitmoji

  • Fixed #​62 and the issues with not latin characters
  • Improved files to URLs and the other way around

v2.1.0: New Year Resolution

Compare Source

bitmoji

This release fixes #​61 and makes a clean cut with the past
abandoning the custom onResolve and the namespaces
for a simpler and leaner approach in which the plugin
delegates more to esbuild hoping that soon sass/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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants