Coder Social home page Coder Social logo

Comments (26)

greenkeeper avatar greenkeeper commented on June 19, 2024

After pinning to 1.27.0 your tests are passing again. Downgrade this dependency 📌.

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.29.0

1.29.0 (2019-12-03)

Features

Commits

The new version differs by 2 commits.

  • 092b9d7 feat: add exports field (#88)
  • 8b2bac4 feat: add mocha field (#89)

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.30.0

1.30.0 (2019-12-03)

Features

Commits

The new version differs by 3 commits.

  • c93f739 feat: support --check flag (#86)
  • 092b9d7 feat: add exports field (#88)
  • 8b2bac4 feat: add mocha field (#89)

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.31.0

1.31.0 (2019-12-10)

Features

Commits

The new version differs by 8 commits.

  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)
  • bade964 test: add more field test (#91)
  • b69b194 test: fix Custom sort order test (#92)
  • 152f567 ci: run sort-package-json on ci (#93)
  • c93f739 feat: support --check flag (#86)
  • 092b9d7 feat: add exports field (#88)
  • 8b2bac4 feat: add mocha field (#89)

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.32.0

1.32.0 (2019-12-28)

Features

  • support binary field for node-pre-gyp (#109) (f284dd0)
Commits

The new version differs by 14 commits.

  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)
  • bade964 test: add more field test (#91)
  • b69b194 test: fix Custom sort order test (#92)
  • 152f567 ci: run sort-package-json on ci (#93)
  • c93f739 feat: support --check flag (#86)
  • 092b9d7 feat: add exports field (#88)
  • 8b2bac4 feat: add mocha field (#89)

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.32.1

1.32.1 (2019-12-28)

Bug Fixes

Commits

The new version differs by 15 commits.

  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)
  • bade964 test: add more field test (#91)
  • b69b194 test: fix Custom sort order test (#92)
  • 152f567 ci: run sort-package-json on ci (#93)
  • c93f739 feat: support --check flag (#86)
  • 092b9d7 feat: add exports field (#88)
  • 8b2bac4 feat: add mocha field (#89)

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.32.2

1.32.2 (2019-12-28)

Bug Fixes

Commits

The new version differs by 16 commits.

  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)
  • bade964 test: add more field test (#91)
  • b69b194 test: fix Custom sort order test (#92)
  • 152f567 ci: run sort-package-json on ci (#93)
  • c93f739 feat: support --check flag (#86)
  • 092b9d7 feat: add exports field (#88)

There are 16 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.33.0

1.33.0 (2019-12-30)

Features

Commits

The new version differs by 19 commits.

  • 71b28d3 feat: support private keys (#102)
  • 60e981f fix: add missing directories.test (#111)
  • 0606961 fix: sort bundledDependencies as array (#112)
  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)
  • bade964 test: add more field test (#91)
  • b69b194 test: fix Custom sort order test (#92)

There are 19 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.34.0

1.34.0 (2019-12-30)

Features

Commits

The new version differs by 21 commits.

  • ddebf46 feat: sort husky hooks (#103)
  • df1c4e2 docs: update README.md (#107)
  • 71b28d3 feat: support private keys (#102)
  • 60e981f fix: add missing directories.test (#111)
  • 0606961 fix: sort bundledDependencies as array (#112)
  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)
  • a91a766 refactor: major code refactor (#90)

There are 21 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.35.0

1.35.0 (2019-12-30)

Features

  • prepend custom order to default sort order (#108) (90891fa)
Commits

The new version differs by 22 commits.

  • 90891fa feat: prepend custom order to default sort order (#108)
  • ddebf46 feat: sort husky hooks (#103)
  • df1c4e2 docs: update README.md (#107)
  • 71b28d3 feat: support private keys (#102)
  • 60e981f fix: add missing directories.test (#111)
  • 0606961 fix: sort bundledDependencies as array (#112)
  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)
  • ae31c5d refactor: improve cli
  • 425352e feat: new eol detection (#96)

There are 22 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.35.1

1.35.1 (2020-01-03)

Bug Fixes

Commits

The new version differs by 24 commits.

  • c01cbc7 fix: order of dependencies (#115)
  • bbbed6a fix: correct type of man os cpu field (#114)
  • 90891fa feat: prepend custom order to default sort order (#108)
  • ddebf46 feat: sort husky hooks (#103)
  • df1c4e2 docs: update README.md (#107)
  • 71b28d3 feat: support private keys (#102)
  • 60e981f fix: add missing directories.test (#111)
  • 0606961 fix: sort bundledDependencies as array (#112)
  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli
  • 036a215 refactor: simplify sortScripts function (#95)

There are 24 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.36.0

1.36.0 (2020-01-03)

Features

Commits

The new version differs by 25 commits.

  • eda4a64 feat: sort eslintConfig (#116)
  • c01cbc7 fix: order of dependencies (#115)
  • bbbed6a fix: correct type of man os cpu field (#114)
  • 90891fa feat: prepend custom order to default sort order (#108)
  • ddebf46 feat: sort husky hooks (#103)
  • df1c4e2 docs: update README.md (#107)
  • 71b28d3 feat: support private keys (#102)
  • 60e981f fix: add missing directories.test (#111)
  • 0606961 fix: sort bundledDependencies as array (#112)
  • b4de01d fix: add contributors field back (#106)
  • b3f20ba fix: only sort plain object (#100)
  • f284dd0 feat: support binary field for node-pre-gyp (#109)
  • 2108c5a Merge pull request #98 from fisker/improve-cli
  • 31538f3 docs: update README.md
  • 2bbcea0 Merge branch 'master' into improve-cli

There are 25 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.37.0

1.37.0 (2020-01-07)

Features

Commits

The new version differs by 33 commits.

  • aecd561 refactor: separate cli from index.js (#101)
  • 75ee93a feat: support Visual Studio Code extension manifest (#117)
  • 46b5a3c feat: sort prettier field (#121)
  • 0c97105 refactor: use pipe and overProperty (#123)
  • 4645764 chore: npm audit fix (#124)
  • 7f094a2 docs: improve options.sortOrder docs (#120)
  • 9a84404 refactor: sortProperty -> overProperty (#122)
  • 86fa06c test: move unrelated test out of readFile callback (#119)
  • eda4a64 feat: sort eslintConfig (#116)
  • c01cbc7 fix: order of dependencies (#115)
  • bbbed6a fix: correct type of man os cpu field (#114)
  • 90891fa feat: prepend custom order to default sort order (#108)
  • ddebf46 feat: sort husky hooks (#103)
  • df1c4e2 docs: update README.md (#107)
  • 71b28d3 feat: support private keys (#102)

There are 33 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.38.0

1.38.0 (2020-01-08)

Features

Commits

The new version differs by 39 commits.

  • 396ed8a feat: sort eslintConfig deeper (#128)
  • d02d8ef fix: unique bundledDependencies like fields (#127)
  • 466b55d style: add comments to sortPrettierConfig (#126)
  • e471ffb chore: update git-hooks-list to the latest version 🚀 (#125)
  • f0f3815 chore: replace validate-commit-msg with commitlint (#130)
  • 72cd16d docs: add missing links to supported libraries (#129)
  • aecd561 refactor: separate cli from index.js (#101)
  • 75ee93a feat: support Visual Studio Code extension manifest (#117)
  • 46b5a3c feat: sort prettier field (#121)
  • 0c97105 refactor: use pipe and overProperty (#123)
  • 4645764 chore: npm audit fix (#124)
  • 7f094a2 docs: improve options.sortOrder docs (#120)
  • 9a84404 refactor: sortProperty -> overProperty (#122)
  • 86fa06c test: move unrelated test out of readFile callback (#119)
  • eda4a64 feat: sort eslintConfig (#116)

There are 39 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.38.2

1.38.2 (2020-01-09)

Bug Fixes

Commits

The new version differs by 43 commits.

  • 1ce4d77 fix: only run sortArray on string[] (#136)
  • 3b523ff test: refactor tests with ava (#135)
  • 0019f66 chore: upgrade husky to the latest version 🚀 (#132)
  • 77bc5d9 fix: do not use implicit any (#134)
  • 396ed8a feat: sort eslintConfig deeper (#128)
  • d02d8ef fix: unique bundledDependencies like fields (#127)
  • 466b55d style: add comments to sortPrettierConfig (#126)
  • e471ffb chore: update git-hooks-list to the latest version 🚀 (#125)
  • f0f3815 chore: replace validate-commit-msg with commitlint (#130)
  • 72cd16d docs: add missing links to supported libraries (#129)
  • aecd561 refactor: separate cli from index.js (#101)
  • 75ee93a feat: support Visual Studio Code extension manifest (#117)
  • 46b5a3c feat: sort prettier field (#121)
  • 0c97105 refactor: use pipe and overProperty (#123)
  • 4645764 chore: npm audit fix (#124)

There are 43 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.38.3

1.38.3 (2020-01-10)

Bug Fixes

Commits

The new version differs by 46 commits.

  • 869178f fix: missing type check on sortScripts (#139)
  • 195a6b7 Update semantic-release to the latest version 🚀 (#137)
  • 453bccc test: improve cli test (#138)
  • 1ce4d77 fix: only run sortArray on string[] (#136)
  • 3b523ff test: refactor tests with ava (#135)
  • 0019f66 chore: upgrade husky to the latest version 🚀 (#132)
  • 77bc5d9 fix: do not use implicit any (#134)
  • 396ed8a feat: sort eslintConfig deeper (#128)
  • d02d8ef fix: unique bundledDependencies like fields (#127)
  • 466b55d style: add comments to sortPrettierConfig (#126)
  • e471ffb chore: update git-hooks-list to the latest version 🚀 (#125)
  • f0f3815 chore: replace validate-commit-msg with commitlint (#130)
  • 72cd16d docs: add missing links to supported libraries (#129)
  • aecd561 refactor: separate cli from index.js (#101)
  • 75ee93a feat: support Visual Studio Code extension manifest (#117)

There are 46 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.39.0

1.39.0 (2020-01-11)

Features

Commits

The new version differs by 50 commits.

  • d25c728 feat: support peerDependenciesMeta field (#142)
  • 4a554fd test: improve snap test (#143)
  • 33696aa chore: run format on commit (#144)
  • 24cbc96 Update semantic-release to the latest version 🚀 (#140)
  • 869178f fix: missing type check on sortScripts (#139)
  • 195a6b7 Update semantic-release to the latest version 🚀 (#137)
  • 453bccc test: improve cli test (#138)
  • 1ce4d77 fix: only run sortArray on string[] (#136)
  • 3b523ff test: refactor tests with ava (#135)
  • 0019f66 chore: upgrade husky to the latest version 🚀 (#132)
  • 77bc5d9 fix: do not use implicit any (#134)
  • 396ed8a feat: sort eslintConfig deeper (#128)
  • d02d8ef fix: unique bundledDependencies like fields (#127)
  • 466b55d style: add comments to sortPrettierConfig (#126)
  • e471ffb chore: update git-hooks-list to the latest version 🚀 (#125)

There are 50 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.39.1

1.39.1 (2020-01-27)

Bug Fixes

Commits

The new version differs by 52 commits.

  • 74b1ac1 fix: file should stay near dir (#150)
  • f0d2b83 Update commitlint to the latest version 🚀 (#146)
  • d25c728 feat: support peerDependenciesMeta field (#142)
  • 4a554fd test: improve snap test (#143)
  • 33696aa chore: run format on commit (#144)
  • 24cbc96 Update semantic-release to the latest version 🚀 (#140)
  • 869178f fix: missing type check on sortScripts (#139)
  • 195a6b7 Update semantic-release to the latest version 🚀 (#137)
  • 453bccc test: improve cli test (#138)
  • 1ce4d77 fix: only run sortArray on string[] (#136)
  • 3b523ff test: refactor tests with ava (#135)
  • 0019f66 chore: upgrade husky to the latest version 🚀 (#132)
  • 77bc5d9 fix: do not use implicit any (#134)
  • 396ed8a feat: sort eslintConfig deeper (#128)
  • d02d8ef fix: unique bundledDependencies like fields (#127)

There are 52 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.40.0

1.40.0 (2020-02-19)

Features

Commits

The new version differs by 56 commits.

  • fc6f8cd feat: sort eslint rules (#158)
  • c35e306 refactor: move isPlainObject to dependency (#159)
  • 3482fa2 chore: update lint-staged to v10 (#154)
  • abf99c9 chore: update ava to v3 (#153)
  • 74b1ac1 fix: file should stay near dir (#150)
  • f0d2b83 Update commitlint to the latest version 🚀 (#146)
  • d25c728 feat: support peerDependenciesMeta field (#142)
  • 4a554fd test: improve snap test (#143)
  • 33696aa chore: run format on commit (#144)
  • 24cbc96 Update semantic-release to the latest version 🚀 (#140)
  • 869178f fix: missing type check on sortScripts (#139)
  • 195a6b7 Update semantic-release to the latest version 🚀 (#137)
  • 453bccc test: improve cli test (#138)
  • 1ce4d77 fix: only run sortArray on string[] (#136)
  • 3b523ff test: refactor tests with ava (#135)

There are 56 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.41.0

1.41.0 (2020-04-06)

Features

Commits

The new version differs by 59 commits.

  • 8f72850 feat: add remarkConfig field (#169)
  • e10e447 docs: add related tool prettier-plugin-packagejson (#167)
  • 041e0d3 chore: update dependencies (#161)
  • fc6f8cd feat: sort eslint rules (#158)
  • c35e306 refactor: move isPlainObject to dependency (#159)
  • 3482fa2 chore: update lint-staged to v10 (#154)
  • abf99c9 chore: update ava to v3 (#153)
  • 74b1ac1 fix: file should stay near dir (#150)
  • f0d2b83 Update commitlint to the latest version 🚀 (#146)
  • d25c728 feat: support peerDependenciesMeta field (#142)
  • 4a554fd test: improve snap test (#143)
  • 33696aa chore: run format on commit (#144)
  • 24cbc96 Update semantic-release to the latest version 🚀 (#140)
  • 869178f fix: missing type check on sortScripts (#139)
  • 195a6b7 Update semantic-release to the latest version 🚀 (#137)

There are 59 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.42.0

1.42.0 (2020-04-17)

Features

Commits

The new version differs by 67 commits.

  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)
  • 8f72850 feat: add remarkConfig field (#169)
  • e10e447 docs: add related tool prettier-plugin-packagejson (#167)
  • 041e0d3 chore: update dependencies (#161)
  • fc6f8cd feat: sort eslint rules (#158)
  • c35e306 refactor: move isPlainObject to dependency (#159)
  • 3482fa2 chore: update lint-staged to v10 (#154)
  • abf99c9 chore: update ava to v3 (#153)

There are 67 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.42.1

1.42.1 (2020-04-22)

Bug Fixes

  • try avoid dome typescript setting show error (#173) (8cf7fa7)
Commits

The new version differs by 70 commits.

  • 8cf7fa7 fix: try avoid dome typescript setting show error (#173)
  • f6380a9 docs: Fix typo in readme (#183)
  • ab5026f remove semantic-release from PR workflow
  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)
  • 8f72850 feat: add remarkConfig field (#169)
  • e10e447 docs: add related tool prettier-plugin-packagejson (#167)
  • 041e0d3 chore: update dependencies (#161)
  • fc6f8cd feat: sort eslint rules (#158)

There are 70 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.42.2

1.42.2 (2020-05-03)

Bug Fixes

Commits

The new version differs by 71 commits.

  • 34689d5 fix: undo semver breaking globby update (#187)
  • 8cf7fa7 fix: try avoid dome typescript setting show error (#173)
  • f6380a9 docs: Fix typo in readme (#183)
  • ab5026f remove semantic-release from PR workflow
  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)
  • 8f72850 feat: add remarkConfig field (#169)
  • e10e447 docs: add related tool prettier-plugin-packagejson (#167)
  • 041e0d3 chore: update dependencies (#161)

There are 71 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.42.3

1.42.3 (2020-05-26)

Bug Fixes

Commits

The new version differs by 72 commits.

  • 6fee116 fix: typescript declarations (#189)
  • 34689d5 fix: undo semver breaking globby update (#187)
  • 8cf7fa7 fix: try avoid dome typescript setting show error (#173)
  • f6380a9 docs: Fix typo in readme (#183)
  • ab5026f remove semantic-release from PR workflow
  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)
  • 8f72850 feat: add remarkConfig field (#169)
  • e10e447 docs: add related tool prettier-plugin-packagejson (#167)

There are 72 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.43.0

1.43.0 (2020-05-27)

Features

Commits

The new version differs by 73 commits.

  • d9cb77d feat: support languageName field (#191)
  • 6fee116 fix: typescript declarations (#189)
  • 34689d5 fix: undo semver breaking globby update (#187)
  • 8cf7fa7 fix: try avoid dome typescript setting show error (#173)
  • f6380a9 docs: Fix typo in readme (#183)
  • ab5026f remove semantic-release from PR workflow
  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)
  • 8f72850 feat: add remarkConfig field (#169)

There are 73 commits in total.

See the full diff

from is-json-schema-subset.

greenkeeper avatar greenkeeper commented on June 19, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.44.0

1.44.0 (2020-05-27)

Features

Commits

The new version differs by 74 commits.

  • 093a4ef feat: add dependenciesMeta field (#190)
  • d9cb77d feat: support languageName field (#191)
  • 6fee116 fix: typescript declarations (#189)
  • 34689d5 fix: undo semver breaking globby update (#187)
  • 8cf7fa7 fix: try avoid dome typescript setting show error (#173)
  • f6380a9 docs: Fix typo in readme (#183)
  • ab5026f remove semantic-release from PR workflow
  • ac175a8 create release workflow
  • 6c4b1ea feat: support npmpackagejsonlint (#175)
  • 1de578f chore: Update ava to the latest version 🚀 (#165)
  • 573b21d chore: Update semantic-release to the latest version 🚀 (#178)
  • 93a0cac chore: Update prettier to 2.0.4 (#179)
  • 8685ecc build: make release run as main job (#177)
  • 9226048 ci: move to github actions (#176)
  • e77236c refactor: update typescript (#170)

There are 74 commits in total.

See the full diff

from is-json-schema-subset.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.