From aff92931b0b02db47a5a722363930e49209d5762 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Feb 2021 12:37:13 +0000 Subject: [PATCH 1/2] fix(deps): update dependency sort-package-json to v1.49.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30f696f..bda23fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4508,9 +4508,9 @@ "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==" }, "sort-package-json": { - "version": "1.48.1", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.48.1.tgz", - "integrity": "sha512-YvDm1iBzhphfXtctTS0XIBlIW/2N1DZNHx3YMcZnptpZhchqH4zazUOuEWmjfNXndwamITMt9hFPliqwx1SHvQ==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.49.0.tgz", + "integrity": "sha512-3YuqFGThwc9X0TZLYohOUJJ/P6uJIVcTeuJOc6ZWw4f1fHpTHIfVysKer4qXtrZ2zvwwU2aEcb555Bo+2fwIgQ==", "requires": { "detect-indent": "^6.0.0", "detect-newline": "3.1.0", diff --git a/package.json b/package.json index 83ce732..7c98894 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:unit": "jest" }, "dependencies": { - "sort-package-json": "1.48.1" + "sort-package-json": "1.49.0" }, "devDependencies": { "jest": "26.6.3", From 13ba25ee30da63a525a656af833e3d6761268b16 Mon Sep 17 00:00:00 2001 From: matzkoh Date: Sat, 20 Feb 2021 15:36:25 +0900 Subject: [PATCH 2/2] test: update snapshots --- .github/funding.yml | 1 - lib/__snapshots__/index.test.js.snap | 40 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index 3f19f54..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1 +0,0 @@ -github: matzkoh diff --git a/lib/__snapshots__/index.test.js.snap b/lib/__snapshots__/index.test.js.snap index 5ec50d3..65c3919 100644 --- a/lib/__snapshots__/index.test.js.snap +++ b/lib/__snapshots__/index.test.js.snap @@ -13,15 +13,15 @@ exports[`inferred parser should format: foo/bar/package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -56,15 +56,15 @@ exports[`inferred parser should format: package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -353,15 +353,15 @@ exports[`json-stringify parser should format: foo/bar/package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -396,15 +396,15 @@ exports[`json-stringify parser should format: package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\",