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 node-diff3 from 2.1.0 to 3.1.2 #39

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps node-diff3 from 2.1.0 to 3.1.2.

Release notes

Sourced from node-diff3's releases.

v3.1.2

https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md#312

v3.1.1

https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md#311

v3.0.0

https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md#300

v2.1.2

https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md#212

v2.1.1

https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md#211

Changelog

Sourced from node-diff3's changelog.

3.1.2

2022-Jun-06
  • Rearrange "default" export to end of list for Webpack (#58)

#58: bhousel/node-diff3#58

3.1.1

2022-Jun-03
  • Fix exports property for Typescript declaration file (#57)

#57: bhousel/node-diff3#57

3.1.0

2021-Sep-24
  • Add sideEffects: false to package.json so bundlers like webpack can treeshake
  • Remove the hardcoded \n from conflict boundaries (#46, #48)
    • Users who want to view the results of a merge will probably do something like console.log(result.join('\n'));, so having extra \n in there is unhelpful.

#46: bhousel/node-diff3#46 #48: bhousel/node-diff3#48

3.0.0

2021-Jun-26
  • ⚠️ Replace rollup with esbuild for super fast build speed. Package outputs are now:
    • "module": "./index.mjs" - ESM, modern JavaScript, works with import
    • "main": "./dist/index.cjs" - CJS bundle, modern JavaScript, works with require()
    • "browser": "./dist/index.iife.js" - IIFE bundle, modern JavaScript, works in browser <script> tag
    • No longer distributing ES5 builds
  • ⚠️ node-diff3 is marked as "type": "module" now

2.1.2

2021-May-04
  • (#44) Fix "Type 'Buffer' is not generic." TypeScript error

#44: bhousel/node-diff3#44

2.1.1

2021-Apr-26
  • (#42) Fix typo and add TypeScript definition for patch

... (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 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 [node-diff3](https://github.com/bhousel/node-diff3) from 2.1.0 to 3.1.2.
- [Release notes](https://github.com/bhousel/node-diff3/releases)
- [Changelog](https://github.com/bhousel/node-diff3/blob/main/CHANGELOG.md)
- [Commits](bhousel/node-diff3@v2.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: node-diff3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 7, 2022

The following labels could not be found: chore-dependabot.

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.

0 participants