Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8250,7 +8250,7 @@ var annotations_schema = __nccwpck_require__(8652);
var repository_schema = __nccwpck_require__(1938);
var product_schema = __nccwpck_require__(6053);
var Ajv = __nccwpck_require__(2463);
var ajvFormats = __nccwpck_require__(2815);
var ajvFormats = __nccwpck_require__(5342);
var relativeSpaceValidation = __nccwpck_require__(3979);

function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
Expand Down Expand Up @@ -8409,7 +8409,7 @@ exports.validateFromFile = validateFromFile;

/***/ }),

/***/ 779:
/***/ 4314:
/***/ ((__unused_webpack_module, exports) => {

"use strict";
Expand Down Expand Up @@ -8589,14 +8589,14 @@ function regex(str) {

/***/ }),

/***/ 2815:
/***/ 5342:
/***/ ((module, exports, __nccwpck_require__) => {

"use strict";

Object.defineProperty(exports, "__esModule", ({ value: true }));
const formats_1 = __nccwpck_require__(779);
const limit_1 = __nccwpck_require__(1284);
const formats_1 = __nccwpck_require__(4314);
const limit_1 = __nccwpck_require__(5029);
const codegen_1 = __nccwpck_require__(1436);
const fullName = new codegen_1.Name("fullFormats");
const fastName = new codegen_1.Name("fastFormats");
Expand Down Expand Up @@ -8633,7 +8633,7 @@ exports["default"] = formatsPlugin;

/***/ }),

/***/ 1284:
/***/ 5029:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-entity-validator",
"version": "0.6.1",
"version": "0.6.2",
"author": "RoadieHQ",
"description": "Backstage entity validator",
"main": "dist/index.js",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@backstage/catalog-model": "^1.7.5",
"@roadiehq/roadie-backstage-entity-validator": "^2.8.0",
"@roadiehq/roadie-backstage-entity-validator": "^2.8.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-formats": "^3.0.1",
"glob": "^13.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8"
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1035,18 +1035,17 @@
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@roadiehq/roadie-backstage-entity-validator@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@roadiehq/roadie-backstage-entity-validator/-/roadie-backstage-entity-validator-2.8.0.tgz#29f04012ce124dd3d9b113e81277ef73b98e55ab"
integrity sha512-x141NyBlmjr/uWgSdMHTRIIiNaKncAhEZPkkHB7ASGe4YmRiAHYepySywjUFlzkcv/Akcn8RiCUndZXkWyYVdg==
"@roadiehq/roadie-backstage-entity-validator@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@roadiehq/roadie-backstage-entity-validator/-/roadie-backstage-entity-validator-2.8.1.tgz#dfd1cb832718cac5ec5a3521c0a07d70f899ac39"
integrity sha512-4te5Bw+Dj4zpqlD8Irsu34bSa9UoenxVkJ/hl1cbAB2pWjLBMi55qYnqPln5WuAeVQDv9HZ1f7E1nibMoUJT/A==
dependencies:
"@actions/core" "^1.10.0"
"@backstage/catalog-model" "^1.7.5"
"@backstage/plugin-scaffolder-common" "^1.7.2"
ajv "^8.4.0"
ajv-formats "^2.1.0"
glob "^7.1.7"
js-yaml "^4.1.0"
js-yaml "^4.1.1"
memfs "^4.7.7"
minimist "^1.2.5"

Expand Down Expand Up @@ -1194,13 +1193,20 @@ agent-base@^7.1.0, agent-base@^7.1.2:
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==

ajv-formats@^2.1.0, ajv-formats@^2.1.1:
ajv-formats@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
dependencies:
ajv "^8.0.0"

ajv-formats@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
dependencies:
ajv "^8.0.0"

ajv@^8.0.0, ajv@^8.10.0, ajv@^8.12.0, ajv@^8.4.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
Expand Down Expand Up @@ -1739,7 +1745,7 @@ glob@^13.0.0:
minipass "^7.1.2"
path-scurry "^2.0.0"

glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
glob@^7.1.3, glob@^7.1.4:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand Down Expand Up @@ -2317,7 +2323,7 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^4.1.0:
js-yaml@^4.1.0, js-yaml@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
Expand Down