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

Bump preact-cli from 3.3.5 to 3.5.0 #569

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Bumps preact-cli from 3.3.5 to 3.5.0.

Release notes

Sourced from preact-cli's releases.

[email protected]

Minor Changes

  • #1798 96fc0f3 Thanks @​rschristian! - TypeScript is now an optional peer dependency, rather than a direct dependency, of preact-cli.

    If you use TypeScript in your projects (.ts or .tsx), you will need to have your own version of TypeScript installed and added to your package.json. This gives you greator control over the version of TypeScript used and most already have TypeScript listed as a dependency anyways.

    For those not using TypeScript, no change is needed, and this should make your node_modules directory a bit smaller (~20% w/ barebones dependency list).

[email protected]

Patch Changes

  • #1785 a4968ee Thanks @​rschristian! - If --prerenderUrls file exists on the disk, but it cannot be processed (thrown errors, incorrect format, etc), the build should error out rather than continue with a warning.

  • #1794 047837d Thanks @​teodragovic! - Output CSS source map on build

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #1770 a526a00 Thanks @​rschristian! - Fix for devServer info output possibly not matching up against devServer config

  • #1761 fb100b3 Thanks @​rschristian! - Support proxied loaders w/ getLoadersByName() method in users' preact.config.js

  • #1336 bea4f50 Thanks @​developit! - Temp files generated by preact-cli are now unique to a build, allowing for concurrent instances to run at the same time.

[email protected]

Patch Changes

  • #1756 a41d498 Thanks @​rschristian! - Improves prerender error message's output and positioning

  • #1760 a789c9d Thanks @​rschristian!

    • Fixed bug in which --esm was not enabled by default for production builds on v3.4.2
    • Fixed bug in which --brotli would overwrite existing assets

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from preact-cli's changelog.

3.5.0

Minor Changes

  • #1798 96fc0f3 Thanks @​rschristian! - TypeScript is now an optional peer dependency, rather than a direct dependency, of preact-cli.

    If you use TypeScript in your projects (.ts or .tsx), you will need to have your own version of TypeScript installed and added to your package.json. This gives you greator control over the version of TypeScript used and most already have TypeScript listed as a dependency anyways.

    For those not using TypeScript, no change is needed, and this should make your node_modules directory a bit smaller (~20% w/ barebones dependency list).

3.4.6

Patch Changes

  • #1785 a4968ee Thanks @​rschristian! - If --prerenderUrls file exists on the disk, but it cannot be processed (thrown errors, incorrect format, etc), the build should error out rather than continue with a warning.

3.4.5

Patch Changes

3.4.4

Patch Changes

  • #1336 bea4f50 Thanks @​developit! - Temp files generated by preact-cli are now unique to a build, allowing for concurrent instances to run at the same time.

  • Updated dependencies [3c371f7]:

    • @​preact/async-loader@​3.0.2

3.4.3

Patch Changes

  • #1760 a789c9d Thanks @​rschristian! - Fixed bug in which --esm was not enabled by default for production builds on v3.4.2

    Fix for --brotli overwriting assets

3.4.2

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-cli-3.5.0 branch from 165aaee to 96a514e Compare October 24, 2023 08:22
Bumps [preact-cli](https://github.com/preactjs/preact-cli/tree/HEAD/packages/cli) from 3.3.5 to 3.5.0.
- [Release notes](https://github.com/preactjs/preact-cli/releases)
- [Changelog](https://github.com/preactjs/preact-cli/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/preactjs/preact-cli/commits/[email protected]/packages/cli)

---
updated-dependencies:
- dependency-name: preact-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-cli-3.5.0 branch from 96a514e to 3e43b19 Compare October 24, 2023 08:38
@MrCoder MrCoder merged commit d7ed4d6 into master Oct 24, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/preact-cli-3.5.0 branch October 24, 2023 08:44
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.

1 participant