Skip to content

Commit

Permalink
Merge branch 'develop' into 7322-spalten-breite-als-pflicht-property-…
Browse files Browse the repository at this point in the history
…bei-tabellen-v3
  • Loading branch information
deleonio authored Feb 1, 2025
2 parents f74b240 + 4aae6f9 commit 962201c
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 95 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/auto-file-generator.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dod-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, edited, synchronize]

concurrency:
group: pr-{{ github.event.pull_request.number }}
group: 'pr-${{ github.event.pull_request.number }}'
cancel-in-progress: true

jobs:
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"build:tsc": "tsc -p .",
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
"build:umd": "tsc -m umd --outDir umd",
"build": "npm run build:clean && npm run build:ngc",
"prepack": "npm run build"
"build": "npm run build:clean && npm run build:ngc"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"build:tsc": "tsc -p .",
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
"build:umd": "tsc -m umd --outDir umd",
"build": "npm run build:clean && npm run build:ngc",
"prepack": "npm run build"
"build": "npm run build:clean && npm run build:ngc"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"build:tsc": "tsc -p .",
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
"build:umd": "tsc -m umd --outDir umd",
"build": "npm run build:clean && npm run build:ngc",
"prepack": "npm run build"
"build": "npm run build:clean && npm run build:ngc"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"build:tsc": "tsc -p .",
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
"build:umd": "tsc -m umd --outDir umd",
"build": "npm run build:clean && npm run build:ngc",
"prepack": "npm run build"
"build": "npm run build:clean && npm run build:ngc"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/hydrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"hydrate"
],
"scripts": {
"build": "rimraf dist/package.json",
"prepack": "npm run build"
"build": "rimraf dist/package.json"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"preact"
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild"
"build": "unbuild"
},
"dependencies": {
"@public-ui/react": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"react"
],
"scripts": {
"build": "webpack",
"prepack": "pnpm build"
"build": "webpack"
},
"devDependencies": {
"@public-ui/react": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"react"
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild"
"build": "unbuild"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"solidjs"
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild"
"build": "unbuild"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"vue"
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild"
"build": "unbuild"
},
"devDependencies": {
"@babel/types": "7.26.7",
Expand Down
1 change: 0 additions & 1 deletion packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"dev": "rollup -c --watch",
"format": "prettier --check src",
"lint": "tsc --noemit && eslint src",
"prepack": "pnpm build",
"prepare": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
"start": "npm-run-all --parallel dev serve",
"serve": "cross-env THEME_MODULE=\"`pwd`/dist\" THEME_EXPORT=DEFAULT npm --prefix \"node_modules/@public-ui/sample-react/\" start",
Expand Down
1 change: 0 additions & 1 deletion packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dev": "rollup -c --watch",
"format": "prettier --check src",
"lint": "tsc --noemit && eslint src",
"prepack": "pnpm build",
"prepare": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
"start:ec": "npm-run-all --parallel dev serve:ec",
"start:eu": "npm-run-all --parallel dev serve:eu",
Expand Down
1 change: 0 additions & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"dev": "rollup -c --watch",
"format": "prettier --check src",
"lint": "tsc --noemit && eslint src",
"prepack": "pnpm build",
"prepare": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
"test-all": "pnpm -r --workspace-concurrency=1 test",
"test-update-all": "pnpm -r --workspace-concurrency=1 test-update"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"description": "CLI for executing some helpful commands for KoliBri projects.",
"scripts": {
"build": "tsc",
"reset": "pnpm i @public-ui/components@1.1.7",
"format": "prettier -c src",
"lint": "tsc --noemit && eslint src",
"prepack": "tsc",
"start": "rimraf test && cpy \"../../samples/react/src/components\" test/src && cpy \"../../samples/react/public/*.html\" test/ && ts-node src/index.ts migrate --ignore-uncommitted-changes --test-tasks test",
"restart": "pnpm reset && pnpm start",
"unused": "knip",
Expand Down

0 comments on commit 962201c

Please sign in to comment.