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-dev): bump esbuild-css-modules-plugin from 2.7.1 to 3.1.2 #38

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps esbuild-css-modules-plugin from 2.7.1 to 3.1.2.

Release notes

Sourced from esbuild-css-modules-plugin's releases.

v3.1.2

Full Changelog: indooorsman/esbuild-css-modules-plugin@v3.1.1...v3.1.2

v3.1.1

What's Changed

Full Changelog: indooorsman/esbuild-css-modules-plugin@v3.1.0...v3.1.1

v3.1.0

What's Changed

Full Changelog: indooorsman/esbuild-css-modules-plugin@v3.0.3...v3.1.0

v3.0.3

  • fix sourcemap issue

Full Changelog: indooorsman/esbuild-css-modules-plugin@v3.0.2...v3.0.3

v3.0.2

  • Do not emit .d.ts for files outside of build root

Full Changelog: indooorsman/esbuild-css-modules-plugin@v3.0.1...v3.0.2

v3.0.1

V3.0.1

  • add ability to custom ts declaration file outdir, e.g.:
{
  emitDeclarationFile: {
    '.css.d.ts': './dist/no-bundle',
    '.d.css.ts': './generated-dts'
  }
}

v3.0.0

V3.0.0

This version has some breaking changes:

  • drop postcss-module, as a result most of postcss-module configurations are removed as well
  • remove v2 feature flag

... (truncated)

Changelog

Sourced from esbuild-css-modules-plugin's changelog.

V3.1.2

V3.1.1

  • fix build with bundle: true & splitting: true & multiple entrypoints

V3.1.0

  • fix issue#61
  • fix issue#59
  • do not modify user's configuration, throw warning if configuration is no valid for css modules plugin
  • support more options of lightningcss, see index.d.ts for details

V3.0.3

  • Fix sourcemap

V3.0.2

  • Do not emit .d.ts for files outside of build root

V3.0.1

  • add ability to custom ts declaration file outdir

V3.0.0

This version has some breaking changes:

  • drop postcss-module, as a result most of postcss-module configurations are removed as well
  • remove v2 feature flag

Other changes:

  • full support of compose
  • code refactor
  • export both commonjs & es module
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [esbuild-css-modules-plugin](https://github.com/indooorsman/esbuild-css-modules-plugin) from 2.7.1 to 3.1.2.
- [Release notes](https://github.com/indooorsman/esbuild-css-modules-plugin/releases)
- [Changelog](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/changelog.md)
- [Commits](indooorsman/esbuild-css-modules-plugin@v2.7.1...v3.1.2)

---
updated-dependencies:
- dependency-name: esbuild-css-modules-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@drl990114 drl990114 force-pushed the main branch 5 times, most recently from 33410db to 1a488be Compare November 5, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants