Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 12, 2024
1 parent 36722a2 commit ce34369
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 177 deletions.
14 changes: 1 addition & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"],
"postUpgradeTasks": {
"commands": [
"echo 'TODO: workaround for https://github.com/npm/cli/issues/7019'",
"rm -rf package-lock.json node_modules **/node_modules",
"npm i",
"echo '------------------'",
"echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'",
"npm i"
],
"executionMode": "branch",
"fileFilters": ["package-lock.json"]
}
"extends": ["github>taiga-family/renovate-config"]
}
4 changes: 2 additions & 2 deletions .github/workflows/announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- id: info
run: |
echo "version=v$(node -p "require('./projects/ng-event-plugins/package.json').version")" >> $GITHUB_OUTPUT
echo "name=$(node -p "require('./projects/ng-event-plugins/package.json').name")" >> $GITHUB_OUTPUT
echo "version=v$(node -p "require('./projects/ng-dompurify/package.json').version")" >> $GITHUB_OUTPUT
echo "name=$(node -p "require('./projects/ng-dompurify/package.json').name")" >> $GITHUB_OUTPUT
- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected]
Expand Down
171 changes: 18 additions & 153 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"@nguniversal/builders": "16.2.0",
"@nguniversal/express-engine": "16.2.0",
"@nx/angular": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/linter": "19.2.3",
"@nx/node": "19.2.3",
Expand All @@ -113,12 +112,10 @@
"@taiga-ui/prettier-config": "0.98.0",
"@taiga-ui/stylelint-config": "0.98.0",
"@taiga-ui/tsconfig": "0.98.0",
"@types/dompurify": "3.0.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"core-js": "3.36.1",
"dompurify": "3.0.10",
"express": "4.18.3",
"husky": "9.0.11",
"jest": "29.7.0",
Expand All @@ -129,7 +126,6 @@
"rxjs": "7.8.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.0.4",
"zone.js": "0.13.3"
}
Expand Down
8 changes: 3 additions & 5 deletions projects/ng-dompurify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
"bugs": "https://github.com/taiga-family/ng-dompurify/issues",
"repository": "https://github.com/taiga-family/ng-dompurify",
"license": "Apache-2.0",
"dependencies": {
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@types/dompurify": ">=3.0.5",
"dompurify": ">=3.1.5"
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.5",
"tslib": "^2.6.3"
},
"authors": [
"Roman Sedov <[email protected]>",
Expand Down

0 comments on commit ce34369

Please sign in to comment.