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 @preconstruct/cli to v1.2.2 #410

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@preconstruct/cli (source) 1.1.14 -> 1.2.2 age adoption passing confidence

Release Notes

preconstruct/preconstruct

v1.2.2

Compare Source

Patch Changes

v1.2.1

Compare Source

Patch Changes
  • 620e71f #​344 Thanks @​mitchellhamilton! - Make preconstruct fix automatically create entrypoint package.jsons rather than asking if it should create them with the new entrypoints experimental flag

  • 620e71f #​344 Thanks @​mitchellhamilton! - Rename only-unscoped-package-name to unscoped-package-name in the distFilenameStrategy option(which is only enabled when the experimental newDistFilenames flag is enabled)

v1.2.0

Compare Source

Minor Changes
Patch Changes
  • a198073 #​340 Thanks @​Andarist! - Allow to build UMD files for packages having dependencies with top-level this in ESM files. This can often happen if a dependency package is transpiled down to ES5 using TypeScript.

v1.1.34

Compare Source

Patch Changes

v1.1.33

Compare Source

Patch Changes

v1.1.32

Compare Source

Patch Changes

v1.1.31

Compare Source

Patch Changes
  • b79bb61 Thanks @​mitchellhamilton! - Skip unnecessary repeated module resolution when doing a build (this won't make a very noticable difference for projects with a small amount of packages and entrypoints but will for projects with a large amount of packages and entrypoint)

  • 4e0d249 Thanks @​mitchellhamilton! - Revert change in @preconstruct/cli@1.1.30 that skips unregistering the require hook in the code generated by preconstruct dev because not unregistering the hook caused some issues when using Preconstruct to build a Babel plugin.

  • b79bb61 Thanks @​mitchellhamilton! - Only generate the Babel helpers that are used and not imported from @babel/runtime along with only generating and parsing them once rather than per package (note that unused helpers were already removed from the bundles, this is just a performance improvement when doing a build)

v1.1.30

Compare Source

Patch Changes
  • 47515cd Thanks @​mitchellhamilton! - Validate that the root dist directory of a package is included in the published files since common chunks may be written to it

  • cfda1c6 Thanks @​mitchellhamilton! - Fix the error message shown when an entrypoint in a package has a given build type and another doesn't

  • cfe7d95 Thanks @​mitchellhamilton! - Add no-op file to @preconstruct/hook that will be imported by bundlers instead of the real require hook so that the preconstruct dev output will work in bundlers without a module build or bundler config changes(including for React Native's bundler, Metro)

  • 9a64c4e Thanks @​mitchellhamilton! - Cache Acorn parse step so that modules are only parsed a single time with Acorn rather than a number of times equal to the number of build types for a given package

  • 47515cd Thanks @​mitchellhamilton! - Improve error messages for invalid fields

  • Updated dependencies [cfe7d95]:

v1.1.29

Compare Source

Patch Changes

v1.1.28

Compare Source

Patch Changes

v1.1.27

Compare Source

Patch Changes
  • f4e9954 Thanks @​mitchellhamilton! - Stop memoizing creation of TS programs for declaration generation when the tsconfig is in the package directory to allow garbage collection and prevent out of memory errors (Note that having a tsconfig per package will still be slower than having one at the root of the project since TS will be doing unnecessary repeated work)

  • 8aaec07 Thanks @​mitchellhamilton! - Correctly cache entrypoint source file resolution

v1.1.26

Compare Source

Patch Changes

v1.1.25

Compare Source

Patch Changes
  • 6b3f95e Thanks @​mitchellhamilton! - Fix bug in reading of TS config resulting in wrong type definitions being generated in some cases. This should remove the need for the experimental useTSMorphToGenerateTSDeclarations and useSourceInsteadOfGeneratingTSDeclarations flags.

v1.1.24

Compare Source

Patch Changes

v1.1.23

Compare Source

Patch Changes

v1.1.22

Compare Source

Patch Changes

v1.1.21

Compare Source

Patch Changes

v1.1.20

Compare Source

Patch Changes
  • a723556 Thanks @​mitchellhamilton! - Fix prompt for creating entrypoint package.jsons showing every entrypoint as the package name when using newEntrypoints experimental flag

v1.1.19

Compare Source

Patch Changes

v1.1.18

Compare Source

Patch Changes

v1.1.17

Compare Source

Patch Changes

v1.1.16

Compare Source

Patch Changes

v1.1.15

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Aug 10, 2020

⚠️ No Changeset found

Latest commit: 473d5b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Aug 10, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/blocks-ui/blocks/Div1dpyEQm4UjjLyMebBryZECgd3
✅ Preview: https://blocks-git-renovate-preconstruct-cli-1x-blocks-ui.vercel.app

@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from fa0294b to 32f4764 Compare August 10, 2020 06:26
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.20 Update dependency @preconstruct/cli to v1.1.21 Aug 10, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from 32f4764 to 823550e Compare August 12, 2020 04:24
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.21 Update dependency @preconstruct/cli to v1.1.22 Aug 12, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from 823550e to da40d8a Compare August 19, 2020 21:37
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.22 Update dependency @preconstruct/cli to v1.1.23 Aug 19, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from da40d8a to f3c18d6 Compare August 21, 2020 04:19
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.23 Update dependency @preconstruct/cli to v1.1.24 Aug 21, 2020
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.24 Update dependency @preconstruct/cli to v1.1.25 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from f3c18d6 to 0dd7238 Compare August 24, 2020 00:44
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from 0dd7238 to ca4e9db Compare October 26, 2020 08:59
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.25 Update dependency @preconstruct/cli to v1.1.33 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from ca4e9db to 8802046 Compare November 28, 2020 05:58
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.1.33 Update dependency @preconstruct/cli to v1.2.1 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/preconstruct-cli-1.x branch from 8802046 to 473d5b8 Compare April 26, 2021 12:58
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v1.2.1 Update dependency @preconstruct/cli to v1.2.2 Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant