Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Aug 24, 2023
1 parent 8ed3341 commit 40e527d
Show file tree
Hide file tree
Showing 123 changed files with 20,365 additions and 7,874 deletions.
2,156 changes: 1,440 additions & 716 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/persistent-rita/docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand All @@ -11,11 +11,11 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

Expand Down
110 changes: 58 additions & 52 deletions docs/persistent-rita/docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/persistent-rita/docs/assets/search.js

Large diffs are not rendered by default.

1,597 changes: 775 additions & 822 deletions docs/persistent-rita/docs/assets/style.css

Large diffs are not rendered by default.

118 changes: 115 additions & 3 deletions docs/persistent-rita/docs/classes/DatabaseConnectionClosedError.html

Large diffs are not rendered by default.

125 changes: 122 additions & 3 deletions docs/persistent-rita/docs/classes/DatabaseError.html

Large diffs are not rendered by default.

269 changes: 254 additions & 15 deletions docs/persistent-rita/docs/classes/MySQL.html

Large diffs are not rendered by default.

183 changes: 180 additions & 3 deletions docs/persistent-rita/docs/classes/PersistentRitaLogger.html

Large diffs are not rendered by default.

269 changes: 254 additions & 15 deletions docs/persistent-rita/docs/classes/Postgres.html

Large diffs are not rendered by default.

118 changes: 115 additions & 3 deletions docs/persistent-rita/docs/classes/RuleNotFoundError.html

Large diffs are not rendered by default.

219 changes: 204 additions & 15 deletions docs/persistent-rita/docs/classes/Ruleset.html

Large diffs are not rendered by default.

269 changes: 254 additions & 15 deletions docs/persistent-rita/docs/classes/SQLite.html

Large diffs are not rendered by default.

276 changes: 255 additions & 21 deletions docs/persistent-rita/docs/classes/default.html

Large diffs are not rendered by default.

70 changes: 59 additions & 11 deletions docs/persistent-rita/docs/index.html

Large diffs are not rendered by default.

197 changes: 176 additions & 21 deletions docs/persistent-rita/docs/interfaces/DatabaseInterface.html

Large diffs are not rendered by default.

73 changes: 72 additions & 1 deletion docs/persistent-rita/docs/modules.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/rita-core/docs/implementation/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #0000FF;
--dark-hl-1: #569CD6;
--light-hl-2: #0070C1;
--dark-hl-2: #4FC1FF;
--light-hl-0: #008000;
--dark-hl-0: #6A9955;
--light-hl-1: #AF00DB;
--dark-hl-1: #C586C0;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #795E26;
--dark-hl-4: #DCDCAA;
--light-hl-5: #008000;
--dark-hl-5: #6A9955;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #267F99;
--dark-hl-8: #4EC9B0;
--light-hl-4: #A31515;
--dark-hl-4: #CE9178;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #267F99;
--dark-hl-7: #4EC9B0;
--light-hl-8: #795E26;
--dark-hl-8: #DCDCAA;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -51,7 +51,7 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -65,7 +65,7 @@ body.light {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
110 changes: 58 additions & 52 deletions docs/rita-core/docs/implementation/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rita-core/docs/implementation/assets/search.js

Large diffs are not rendered by default.

1,597 changes: 775 additions & 822 deletions docs/rita-core/docs/implementation/assets/style.css

Large diffs are not rendered by default.

235 changes: 222 additions & 13 deletions docs/rita-core/docs/implementation/classes/And.html

Large diffs are not rendered by default.

236 changes: 219 additions & 17 deletions docs/rita-core/docs/implementation/classes/Atom.html

Large diffs are not rendered by default.

220 changes: 203 additions & 17 deletions docs/rita-core/docs/implementation/classes/Calculation.html

Large diffs are not rendered by default.

239 changes: 218 additions & 21 deletions docs/rita-core/docs/implementation/classes/Comparison.html

Large diffs are not rendered by default.

318 changes: 285 additions & 33 deletions docs/rita-core/docs/implementation/classes/DateCalculation.html

Large diffs are not rendered by default.

190 changes: 189 additions & 1 deletion docs/rita-core/docs/implementation/classes/DefaultConsoleLogger.html

Large diffs are not rendered by default.

170 changes: 161 additions & 9 deletions docs/rita-core/docs/implementation/classes/Formula.html

Large diffs are not rendered by default.

213 changes: 205 additions & 8 deletions docs/rita-core/docs/implementation/classes/InternalError.html

Large diffs are not rendered by default.

203 changes: 192 additions & 11 deletions docs/rita-core/docs/implementation/classes/Macro.html

Large diffs are not rendered by default.

235 changes: 222 additions & 13 deletions docs/rita-core/docs/implementation/classes/Not.html

Large diffs are not rendered by default.

237 changes: 224 additions & 13 deletions docs/rita-core/docs/implementation/classes/Operator.html

Large diffs are not rendered by default.

235 changes: 222 additions & 13 deletions docs/rita-core/docs/implementation/classes/Or.html

Large diffs are not rendered by default.

538 changes: 479 additions & 59 deletions docs/rita-core/docs/implementation/classes/Parser.html

Large diffs are not rendered by default.

273 changes: 249 additions & 24 deletions docs/rita-core/docs/implementation/classes/Plugin.html

Large diffs are not rendered by default.

231 changes: 216 additions & 15 deletions docs/rita-core/docs/implementation/classes/Quantifier.html

Large diffs are not rendered by default.

189 changes: 180 additions & 9 deletions docs/rita-core/docs/implementation/classes/Rule.html

Large diffs are not rendered by default.

213 changes: 205 additions & 8 deletions docs/rita-core/docs/implementation/classes/RulesetError.html

Large diffs are not rendered by default.

213 changes: 205 additions & 8 deletions docs/rita-core/docs/implementation/classes/UndefinedPathError.html

Large diffs are not rendered by default.

213 changes: 205 additions & 8 deletions docs/rita-core/docs/implementation/classes/UnimplementedError.html

Large diffs are not rendered by default.

217 changes: 209 additions & 8 deletions docs/rita-core/docs/implementation/classes/UsageError.html

Large diffs are not rendered by default.

130 changes: 127 additions & 3 deletions docs/rita-core/docs/implementation/enums/comparisons.html

Large diffs are not rendered by default.

103 changes: 102 additions & 1 deletion docs/rita-core/docs/implementation/enums/dateOperations.html

Large diffs are not rendered by default.

130 changes: 127 additions & 3 deletions docs/rita-core/docs/implementation/enums/operations.html

Large diffs are not rendered by default.

111 changes: 88 additions & 23 deletions docs/rita-core/docs/implementation/index.html

Large diffs are not rendered by default.

172 changes: 171 additions & 1 deletion docs/rita-core/docs/implementation/interfaces/Logger.html

Large diffs are not rendered by default.

150 changes: 124 additions & 26 deletions docs/rita-core/docs/implementation/modules.html

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions docs/rita-core/docs/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,28 @@

* [Non-Unary operator](./operator-oneof-non-unary-operator.md "Requires at least two arguments")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/0`

* [Non-Unary operator](./operator-oneof-non-unary-operator.md "Requires at least two arguments")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/0`

* [Unary operator](./operator-oneof-unary-operator.md "Requires exactly on parameter")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/1`

* [Unary operator](./operator-oneof-unary-operator.md "Requires exactly on parameter")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/1`

* [Untitled object in Plugin](./plugin-properties-options.md "The plugins options")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/plugin.json#/properties/options`

* [Untitled object in Plugin](./plugin-properties-options.md "The plugins options")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/plugin.json#/properties/options`

* [length](./macro-properties-macro-oneof-length.md "Returns the length of an array")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/macro.json#/properties/macro/oneOf/1`

* [length](./macro-properties-macro-oneof-length.md "Returns the length of an array")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/macro.json#/properties/macro/oneOf/1`

* [now](./macro-properties-macro-oneof-now.md "Returns the current time")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/macro.json#/properties/macro/oneOf/0`

* [now](./macro-properties-macro-oneof-now.md "Returns the current time")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/macro.json#/properties/macro/oneOf/0`

### Arrays

* [Multiple arguments](./operator-oneof-non-unary-operator-properties-multiple-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/0/properties/arguments`

* [Multiple arguments](./operator-oneof-non-unary-operator-properties-multiple-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/0/properties/arguments`

* [Ruleset](./schema-properties-ruleset.md "Array of all rules in this ruleset")`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/schema.json#/properties/rules`

* [Unary Arguments](./operator-oneof-unary-operator-properties-unary-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/1/properties/arguments`

* [Unary Arguments](./operator-oneof-unary-operator-properties-unary-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/operator.json#/oneOf/1/properties/arguments`

* [Untitled array in Calculation](./calculation-properties-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/calculation.json#/properties/arguments`

* [Untitled array in Comparison](./comparison-properties-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/comparison.json#/properties/arguments`

* [Untitled array in Date Calculation](./datecalculation-properties-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/dateCalculation.json#/properties/arguments`

* [Untitled array in Date Calculation](./datecalculation-properties-arguments.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/dateCalculation.json#/properties/arguments`

* [Untitled array in Quantifier](./quantifier-properties-data-array-oneof-0.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/quantifier.json#/properties/array/oneOf/0`

* [Untitled array in Quantifier](./quantifier-properties-data-array-oneof-0.md)`https://raw.githubusercontent.com/educorvi/rita/main/rita-core/src/schema/quantifier.json#/properties/array/oneOf/0`

## Version Note
Expand Down

0 comments on commit 40e527d

Please sign in to comment.