Skip to content

Commit

Permalink
chore(deps): update dependency tslib to v2.6.3 (#1077)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency tslib to v2.6.3

* chore: update

---------

Co-authored-by: splincode <[email protected]>
  • Loading branch information
taiga-family-bot and splincode authored Jun 5, 2024
1 parent 5207bee commit 03e4672
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 40 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"]
}
66 changes: 41 additions & 25 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 @@ -154,7 +154,7 @@
"terser-webpack-plugin": "5.3.10",
"text-mask-core": "5.1.2",
"ts-jest": "29.1.4",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typescript": "5.0.4",
"wait-on": "7.2.0",
"webpack": "5.91.0",
Expand Down
2 changes: 1 addition & 1 deletion taiga-ui
Submodule taiga-ui updated 53 files
+7 −7 .github/workflows/auto-approve.yml
+2 −2 .github/workflows/auto-author-assign.yml
+2 −2 .github/workflows/auto-dependency-review.yml
+3 −3 .github/workflows/auto-label.yml
+2 −2 .github/workflows/auto-remove-label.yml
+4 −4 .github/workflows/auto-update-icons.yml
+6 −6 .github/workflows/build.yml
+2 −2 .github/workflows/codeql-analysis.yml
+3 −3 .github/workflows/create-release.yml
+2 −2 .github/workflows/deploy-gh-pages.yml
+3 −3 .github/workflows/deploy-preview.yml
+3 −3 .github/workflows/e2e-cypress.yml
+9 −9 .github/workflows/e2e-playwright.yml
+4 −4 .github/workflows/lint.yml
+4 −4 .github/workflows/publish-canary.yml
+6 −6 .github/workflows/publish.yml
+2 −2 .github/workflows/schematics.yml
+3 −3 .github/workflows/snapshots.yml
+3 −3 .github/workflows/test.yml
+114 −63 package-lock.json
+8 −8 package.json
+1 −1 projects/addon-charts/package.json
+1 −1 projects/addon-commerce/package.json
+0 −10 projects/addon-doc/addon-doc.module.ts
+1 −1 projects/addon-doc/package.json
+0 −17 projects/addon-doc/utils/generate-routes.ts
+0 −1 projects/addon-doc/utils/index.ts
+0 −20 projects/addon-doc/utils/test/generate-routes.spec.ts
+1 −1 projects/addon-mobile/package.json
+1 −1 projects/addon-table/package.json
+1 −1 projects/addon-tablebars/package.json
+1 −1 projects/cdk/package.json
+1 −1 projects/core/components/textfield/textfield.directive.ts
+5 −5 projects/core/components/textfield/textfield.style.less
+1 −1 projects/core/package.json
+2 −2 projects/core/styles/theme/appearance/outline.less
+1 −1 projects/core/styles/theme/appearance/textfield.less
+1 −1 projects/demo-cypress/package.json
+3 −3 projects/demo/src/modules/components/button/examples/2/index.html
+1 −1 projects/demo/src/modules/directives/dropdown-open/examples/4/index.html
+1 −1 projects/experimental/package.json
+1 −1 projects/i18n/package.json
+1 −1 projects/icons/package.json
+1 −1 projects/kit/package.json
+1 −1 projects/layout/package.json
+0 −14 projects/legacy/components/input-phone/test/input-phone.component.spec.ts
+0 −1 projects/legacy/components/tag/tag.component.ts
+0 −10 projects/legacy/components/tag/test/tag.component.spec.ts
+1 −1 projects/legacy/package.json
+0 −1 projects/legacy/utils/get-safe-area-size.ts
+1 −1 projects/styles/package.json
+1 −1 projects/taiga-schematics/package.json
+1 −1 projects/testing/package.json

0 comments on commit 03e4672

Please sign in to comment.