Skip to content
New issue

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

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

Already on GitHub? # to your account

Update dependency @web/dev-server-esbuild to v1 #212

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@web/dev-server-esbuild (source) 0.2.14 -> 1.0.2 age adoption passing confidence

Release Notes

modernweb-dev/web (@​web/dev-server-esbuild)

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes
  • e31de56: Update @web/dev-server-rollup to latest version

v1.0.0

Compare Source

Major Changes
  • 8218a0a: Update ESBuild to latest version.

    ESBuild has changed how TypeScript decorators are enabled in preparation for JavaScript decorators to land in browsers. ESBuild now requires the experimentalDecorators key to be set to true in the tsconfig.json for TypeScript decorators to be enabled.

    If you are having issues with decorators after updating to this version, try setting the experimentalDecorators key in your tsconfig.json.

Minor Changes
  • c185cba: Set minimum node version to 18
Patch Changes

v0.4.4

Compare Source

Patch Changes
  • ef6b254: Use split versions for all lit dependencies

v0.4.3

Compare Source

Patch Changes

v0.4.2

Compare Source

Patch Changes

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • febd9d9: Set node 16 as the minimum version.
Patch Changes

v0.3.6

Compare Source

Patch Changes

v0.3.5

Compare Source

Patch Changes
  • 0f5631d: chore(deps): bump ua-parser-js from 1.0.32 to 1.0.33

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes
  • cfc2aa1: Expose banner/footer as a pass-through to esbuild transform

v0.3.2

Compare Source

Patch Changes

v0.3.1

Compare Source

Patch Changes
  • d0e5e3f: Add a tsconfig option which can be pointed towards your tsconfig.json to keep esbuild and typescript in sync.

    Usage example:

    import { fileURLToPath } from 'url';
    esbuildPlugin({
      ts: true,
      tsconfig: fileURLToPath(new URL('./tsconfig.json', import.meta.url)),
    });

    Note: Without the above code the tsconfig.json file will not be used.

v0.3.0

Compare Source

Minor Changes
  • c1946b0: Relax esbuild semver dependency from ^0.12.21 to ^0.12 || ^0.13 || ^0.14.

v0.2.16

Compare Source

Patch Changes

v0.2.15

Compare Source

Patch Changes
  • 9f4940f: Update ua-parser-js dependency to 1.0.2

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.

@renovate renovate bot force-pushed the renovate/major-@webtest-runner-packages branch from b5ec972 to fb8f8e7 Compare November 14, 2023 14:19
@renovate renovate bot force-pushed the renovate/major-@webtest-runner-packages branch from fb8f8e7 to 0baebf9 Compare February 5, 2024 16:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants