Skip to content

Commit c9be61b

Browse files
renovate[bot]CopilotNullVoxPopuli
authored
Update devDependencies (#2521)
* Update devDependencies * Initial plan * Fix markdownlint errors from updated markdownlint-cli 0.48.0 Co-authored-by: NullVoxPopuli <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: NullVoxPopuli <[email protected]>
1 parent da14636 commit c9be61b

8 files changed

Lines changed: 1765 additions & 1494 deletions

File tree

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"line-length": false,
3+
"table-column-style": false,
34
"ul-style": {
45
"style": "dash"
56
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151

5252
lint files having `First-Class Component Templates` (fcct)
5353

54-
learn more [here](https://github.com/ember-template-imports/ember-template-imports)
54+
learn more at [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports)
5555

5656
> [!NOTE]
5757
> special care should be used when setting up parsers, since they cannot be overwritten. thus they should be used in override only and specific to file types

docs/rules/order-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you would like to specify ordering for a property type that is not listed, yo
8080

8181
### Additional Properties
8282

83-
You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
83+
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).
8484

8585
## Description
8686

docs/rules/order-in-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you would like to specify ordering for a property type that is not listed, yo
5656

5757
### Additional Properties
5858

59-
You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
59+
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).
6060

6161
## Description
6262

docs/rules/order-in-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you would like to specify ordering for a property type that is not listed, yo
3939

4040
### Additional Properties
4141

42-
You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
42+
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).
4343

4444
## Description
4545

docs/rules/order-in-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you would like to specify ordering for a property type that is not listed, yo
7676

7777
### Additional Properties
7878

79-
You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
79+
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).
8080

8181
## Description
8282

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"globals": "^16.4.0",
9999
"jquery": "^3.7.1",
100100
"jsdom": "^24.0.0",
101-
"markdownlint-cli": "^0.42.0",
101+
"markdownlint-cli": "^0.48.0",
102102
"npm-package-json-lint": "^7.0.0",
103103
"npm-run-all2": "^5.0.0",
104104
"prettier": "^3.0.3",

0 commit comments

Comments
 (0)