Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

build(deps-dev): bump @preconstruct/cli from 2.1.5 to 2.7.0 #172

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps @preconstruct/cli from 2.1.5 to 2.7.0.

Release notes

Sourced from @​preconstruct/cli's releases.

@​preconstruct/cli@​2.7.0

Minor Changes

  • #556 908c43e Thanks @​Andarist! - Always emit relative paths used in generated TS declaration files with resolved extensions of their runtime equivalents. This currently requires one of the 2 experimental flags: importsConditions or onlyEmitUsedTypeScriptDeclarations

Patch Changes

  • #554 1147fee Thanks @​Andarist! - Fix types like import('#foo').Foo<import('#bar').Bar> not replacing the import to #bar in generated declarations under the importsConditions experimental flag

@​preconstruct/cli@​2.6.4

Patch Changes

  • e78203b Thanks @​emmatown! - Fix .d.ts files under importsConditions experimental flag incorrectly pointing to the source files

@​preconstruct/cli@​2.6.3

Patch Changes

@​preconstruct/cli@​2.6.2

Patch Changes

  • #546 c28b10a Thanks @​emmatown! - importConditionDefaultExport is now re-enabled and works with "moduleResolution": "bundler"

@​preconstruct/cli@​2.6.1

Patch Changes

  • 5380890 Thanks @​emmatown! - Disable specifying importConditionDefaultExport because it doesn't work correctly in "moduleResoltion": "bundler", @preconstruct/[email protected] is npm deprecated, importConditionDefaultExport will come back in the future.

@​preconstruct/cli@​2.6.0

Minor Changes

  • #543 93106e3 Thanks @​Andarist! - Added a new exports.importConditionDefaultExport config option. It allows you to generate import exports condition (and corresponding files) to fix the export shape incompatibility between node and bundlers.

    With this option set to "default" this will always resolve to what has been written as a default export:

    // lib/src/index.js
    export default 42;
    export const named = "awesome";
    // app/consume.mjs
    import smth from "lib";
    smth; // 42, and not { default: 42, named: 'awesome' }

... (truncated)

Commits
  • 0a4853c Version Packages (#555)
  • 908c43e Replace TS extensions in generated declaration files (#556)
  • 6860429 Avoid empty reexport statements in .cjs.mjs files (#558)
  • 00c80bb Gitignore .vscode/settings.json (#557)
  • 1147fee Unify how module specifiers are visited by different declaration transformers...
  • 6896664 Fix preconstruct fix leaving blank package.jsons if a package fails while f...
  • b9143b9 Version Packages (#552)
  • 720c537 Remove logs in tests
  • e78203b Fix .d.ts files under importsConditions experimental flag incorrectly poi...
  • ebd7a55 Version Packages (#549)
  • Additional commits viewable in compare view

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 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)

Bumps [@preconstruct/cli](https://github.com/preconstruct/preconstruct) from 2.1.5 to 2.7.0.
- [Release notes](https://github.com/preconstruct/preconstruct/releases)
- [Commits](https://github.com/preconstruct/preconstruct/compare/@preconstruct/[email protected]...@preconstruct/[email protected])

---
updated-dependencies:
- dependency-name: "@preconstruct/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency This PR involves dependency changes label May 22, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 3, 2023

Superseded by #175.

@dependabot dependabot bot closed this Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/preconstruct/cli-2.7.0 branch July 3, 2023 21:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependency This PR involves dependency changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants