Psigio / iD

The easy-to-use OpenStreetMap editor in JavaScript.
http://ideditor.com/
ISC License
0 stars 0 forks source link

Bump node-diff3 from 2.1.0 to 3.1.0 #18

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps node-diff3 from 2.1.0 to 3.1.0.

Release notes

Sourced from node-diff3's releases.

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

#42: bhousel/node-diff3#42

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)
dependabot[bot] commented 3 years ago

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

dependabot[bot] commented 2 years ago

Superseded by #38.