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

Update dependency esbuild to v0.18.20 #297

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Update dependency esbuild to v0.18.20 #297

merged 1 commit into from
Aug 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.18.19 -> 0.18.20 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.18.20

Compare Source

  • Support advanced CSS @import rules (#​953, #​3137)

    CSS @import statements have been extended to allow additional trailing tokens after the import path. These tokens sort of make the imported file behave as if it were wrapped in a @layer, @supports, and/or @media rule. Here are some examples:

    @​import url(foo.css);
    @​import url(foo.css) layer;
    @​import url(foo.css) layer(bar);
    @​import url(foo.css) layer(bar) supports(display: flex);
    @​import url(foo.css) layer(bar) supports(display: flex) print;
    @​import url(foo.css) layer(bar) print;
    @​import url(foo.css) supports(display: flex);
    @​import url(foo.css) supports(display: flex) print;
    @​import url(foo.css) print;

    You can read more about this advanced syntax here. With this release, esbuild will now bundle @import rules with these trailing tokens and will wrap the imported files in the corresponding rules. Note that this now means a given imported file can potentially appear in multiple places in the bundle. However, esbuild will still only load it once (e.g. on-load plugins will only run once per file, not once per import).


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) August 8, 2023 04:59
@renovate renovate bot merged commit eecc46d into main Aug 8, 2023
1 check passed
@renovate renovate bot deleted the renovate/all branch August 8, 2023 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants