Update dependency @preconstruct/cli to v1.2.2#410
Update dependency @preconstruct/cli to v1.2.2#410renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/blocks-ui/blocks/Div1dpyEQm4UjjLyMebBryZECgd3 |
fa0294b to
32f4764
Compare
32f4764 to
823550e
Compare
823550e to
da40d8a
Compare
da40d8a to
f3c18d6
Compare
f3c18d6 to
0dd7238
Compare
0dd7238 to
ca4e9db
Compare
ca4e9db to
8802046
Compare
8802046 to
473d5b8
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
1.1.14->1.2.2Release Notes
preconstruct/preconstruct
v1.2.2Compare Source
Patch Changes
0b15e3dThanks @mitchellhamilton! - SetpreventAssignmenton@rollup/plugin-replaceto stop browser builds failing to build.v1.2.1Compare Source
Patch Changes
620e71f#344 Thanks @mitchellhamilton! - Makepreconstruct fixautomatically create entrypoint package.jsons rather than asking if it should create them with the new entrypoints experimental flag620e71f#344 Thanks @mitchellhamilton! - Renameonly-unscoped-package-nametounscoped-package-namein thedistFilenameStrategyoption(which is only enabled when the experimentalnewDistFilenamesflag is enabled)v1.2.0Compare Source
Minor Changes
3c031da#343 Thanks @Andarist! - Respectpackage.json#browserwhen bundling dependencies for the UMD build.Patch Changes
a198073#340 Thanks @Andarist! - Allow to build UMD files for packages having dependencies with top-levelthisin ESM files. This can often happen if a dependency package is transpiled down to ES5 using TypeScript.v1.1.34Compare Source
Patch Changes
be053e7#337 Thanks @mitchellhamilton! - AddnewDistFilenamesexperimental flagv1.1.33Compare Source
Patch Changes
cef98e9Thanks @mitchellhamilton! - Revert change from globby to fast-glob because fast-glob doesn't directly support negationsv1.1.32Compare Source
Patch Changes
3944e88#333 Thanks @mitchellhamilton! - AddnewProcessEnvNodeEnvReplacementStrategyAndSkipTerserOnCJSProdBuildexperimental flagv1.1.31Compare Source
Patch Changes
b79bb61Thanks @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)4e0d249Thanks @mitchellhamilton! - Revert change in@preconstruct/[email protected]that skips unregistering the require hook in the code generated bypreconstruct devbecause not unregistering the hook caused some issues when using Preconstruct to build a Babel plugin.b79bb61Thanks @mitchellhamilton! - Only generate the Babel helpers that are used and not imported from@babel/runtimealong 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.30Compare Source
Patch Changes
47515cdThanks @mitchellhamilton! - Validate that the root dist directory of a package is included in the published files since common chunks may be written to itcfda1c6Thanks @mitchellhamilton! - Fix the error message shown when an entrypoint in a package has a given build type and another doesn'tcfe7d95Thanks @mitchellhamilton! - Add no-op file to@preconstruct/hookthat will be imported by bundlers instead of the real require hook so that thepreconstruct devoutput will work in bundlers without a module build or bundler config changes(including for React Native's bundler, Metro)9a64c4eThanks @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 package47515cdThanks @mitchellhamilton! - Improve error messages for invalid fieldsUpdated dependencies [
cfe7d95]:v1.1.29Compare Source
Patch Changes
77b6d2fThanks @mitchellhamilton! - Fix dist directory not being published in previous releasev1.1.28Compare Source
Patch Changes
86d8d3d#322 Thanks @mitchellhamilton! - Deduplicate Babel helpers when not using @babel/plugin-transform-runtime(note that we still recommend using @babel/plugin-transform-runtime, this is just stopping the duplication if you choose not to use it)3b3cacbThanks @mitchellhamilton! - Disable usage of worker processes when running on CI to improve performance(Emotion's preconstruct build on CircleCI went from ~2 minutes to ~10 seconds when disabling the worker)2d62357#320 Thanks @mitchellhamilton! - Fix process.env.NODE_ENV reassignment throwing a syntax errorv1.1.27Compare Source
Patch Changes
f4e9954Thanks @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)8aaec07Thanks @mitchellhamilton! - Correctly cache entrypoint source file resolutionv1.1.26Compare Source
Patch Changes
99090cb#312 Thanks @mitchellhamilton! - Upgrade dependenciesv1.1.25Compare Source
Patch Changes
6b3f95eThanks @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 experimentaluseTSMorphToGenerateTSDeclarationsanduseSourceInsteadOfGeneratingTSDeclarationsflags.v1.1.24Compare Source
Patch Changes
6727d9bThanks @mitchellhamilton! - AddlogCompiledFilesexperimental flag for logging when files are compiled with Babelv1.1.23Compare Source
Patch Changes
d56018dThanks @mitchellhamilton! - Skip double removing of package dist directory to attempt to fix EINVAL errors on buildv1.1.22Compare Source
Patch Changes
5ad1c73Thanks @mitchellhamilton! - Correctly only compile files within the package directory in the require hook forpreconstruct devUpdated dependencies [
5ad1c73]:v1.1.21Compare Source
Patch Changes
286d8fbThanks @mitchellhamilton! - Make check for default exports more reliable for preconstruct dev's.d.tsredirect file generationb8d1906Thanks @mitchellhamilton! - Only compile files within the package directory in the require hook forpreconstruct devUpdated dependencies [
b8d1906]:v1.1.20Compare Source
Patch Changes
a723556Thanks @mitchellhamilton! - Fix prompt for creating entrypoint package.jsons showing every entrypoint as the package name when usingnewEntrypointsexperimental flagv1.1.19Compare Source
Patch Changes
cae339bThanks @mitchellhamilton! - FixnewEntrypointsexperimental flag on Windowsv1.1.18Compare Source
Patch Changes
68fdeebThanks @mitchellhamilton! - Cache source module resolutione3a5c0cThanks @mitchellhamilton! - Skip parsing modules with Babel to determine if they have default exports or not if we're sure they don't based on a regex when runningpreconstruct devv1.1.17Compare Source
Patch Changes
933d831Thanks @mitchellhamilton! - Fix the ts-morph declaration generator generating files outside of the package's directoryv1.1.16Compare Source
Patch Changes
3c5743aThanks @mitchellhamilton! - Add experimentaluseTSMorphToGenerateTSDeclarationsflagv1.1.15Compare Source
Patch Changes
eeb0077Thanks @mitchellhamilton! - Use relative paths inpreconstruct devfilesConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.