Skip to content

Commit

Permalink
build(deps-dev): bump markdownlint-cli from 0.38.0 to 0.39.0 (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 236601f commit 399b6a7
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 54 deletions.
6 changes: 3 additions & 3 deletions doc/adr/adr-02-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| | | |
| -------------- | ------------------------------------------------------ | --- |
| **Datum** | 2020-07-01 |
| **Status** | Evaluierung |
| **Beteiligte** | Waldemar Schäfer, Maximilian Franzke, Robert Lukaschek |
| **Datum** | 2020-07-01 | |
| **Status** | Evaluierung | |
| **Beteiligte** | Waldemar Schäfer, Maximilian Franzke, Robert Lukaschek | |

## Entscheidung und Begründung

Expand Down
6 changes: 3 additions & 3 deletions doc/adr/adr-03-viewEncapsulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| | | |
| -------------- | ------------------------------------------------------ | --- |
| **Datum** | 2020-09-08 |
| **Status** | Evaluierung |
| **Beteiligte** | Maximilian Franzke, Robert Lukaschek, Waldemar Schäfer |
| **Datum** | 2020-09-08 | |
| **Status** | Evaluierung | |
| **Beteiligte** | Maximilian Franzke, Robert Lukaschek, Waldemar Schäfer | |

## Entscheidung und Begründung

Expand Down
8 changes: 4 additions & 4 deletions doc/adr/adr-04-Bundling for patternlab components.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ADR-04 - Bundling für Pattern Lab Komponenten

| | | |
| -------------- | ---------- | --- |
| **Datum** | 2020-11-11 |
| **Status** | Entschieden |
| | |
| -------------- | ------------------------------------------------------ |
| **Datum** | 2020-11-11 |
| **Status** | Entschieden |
| **Beteiligte** | Waldemar Schäfer, Maximilian Franzke, Robert Lukaschek |

## Entscheidung und Begründung
Expand Down
10 changes: 5 additions & 5 deletions doc/adr/adr-06-e2e Puppeteer Cypress.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ADR-06 - E2E Testing Puppeteer vs Cypress

| | | |
| -------------- | ---------- | --- |
| **Datum** | 2022-01-11 |
| **Status** | entschieden |
| **Beteiligte** | Nicolas Merget |
| | |
| -------------- | ---------------- |
| **Datum** | 2022-01-11 |
| **Status** | entschieden |
| **Beteiligte** | Nicolas Merget |

## Entscheidung und Begründung

Expand Down
4 changes: 2 additions & 2 deletions doc/adr/adr-xx-Template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADR-02 - Styling

| | | |
| -------------- | ---------- | --- |
| | |
| -------------- | ---------- |
| **Datum** | 2020-07-01 |
| **Status** | |
| **Beteiligte** | |
Expand Down
1 change: 1 addition & 0 deletions doc/howto-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class AppModule {}

| WARNING: Some components require fonts and/or icons to work properly |
| --- |

You can import fonts and icons with the provided css file from DB UI Core:

``@import "~@db-ui/core/dist/css/enterprise/db-ui-core.vars.css";``
Expand Down
3 changes: 2 additions & 1 deletion doc/howto-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { DbButton } from "@db-ui/react-elements-enterprise";

| WARNING: Some components require fonts and/or icons to work properly |
| --- |
You can import fonts and icons with the provided css file from DB UI Core:

You can import fonts and icons with the provided css file from DB UI Core:

``import "@db-ui/core/dist/css/db-ui-core.vars.css"``

Expand Down
3 changes: 2 additions & 1 deletion doc/howto-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import {

| WARNING: Some components require fonts and/or icons to work properly |
| --- |
You can import fonts and icons with the provided css file from DB UI Core:

You can import fonts and icons with the provided css file from DB UI Core:

``import "@db-ui/core/dist/css/db-ui-core.vars.css"``

Expand Down
89 changes: 57 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"iframe-resizer": "4.3.9",
"jest-config": "29.7.0",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"markdownlint-cli": "^0.39.0",
"node-mv": "^0.1.3",
"postcss": "^8.4.33",
"prettier": "3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion showcase/angular-lts-minus-1-showcase/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcase/angular-lts-showcase/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 399b6a7

Please sign in to comment.