Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Login <[email protected]>
  • Loading branch information
batazor committed Dec 2, 2024
1 parent ca4b125 commit 192a761
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4,531 deletions.
50 changes: 0 additions & 50 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,51 +111,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/eslint/eslint-config-shortlink
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/eslint/eslint-plugin-shortlink
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/landing
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/next/components/Footer
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/next/components/Header
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/next/components/Testimonials
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/next
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/ui-kit
schedule:
interval: daily

- package-ecosystem: npm
directory: /pkg/k8s/kube-secret-fetcher
schedule:
Expand Down Expand Up @@ -251,11 +206,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/shop
schedule:
interval: daily

- package-ecosystem: npm
directory: /boundaries/shop/bff
schedule:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Package to npmjs
on:
push:
paths:
- 'boundaries/ui-monorepo/packages/ui-kit/**'
- 'boundaries/platform/ui-kit/**'
branches:
- 'main'

Expand All @@ -29,12 +29,12 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: pnpm install -g npm
working-directory: ./boundaries/ui-monorepo/packages/ui-kit
working-directory: ./boundaries/platform/ui-kit
- run: pnpm ci
working-directory: ./boundaries/ui-monorepo/packages/ui-kit
working-directory: ./boundaries/platform/ui-kit
- run: sed -i 's/@shortlink-org\/ui-kit/shortlink-ui-kit/g' package.json
working-directory: ./boundaries/ui-monorepo/packages/ui-kit
working-directory: ./boundaries/platform/ui-kit
- run: pnpm publish --provenance --access public --registry https://registry.npmjs.org --scope=@batazor
working-directory: ./boundaries/ui-monorepo/packages/ui-kit
working-directory: ./boundaries/platform/ui-kit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23 changes: 0 additions & 23 deletions .gitlab/ci/pipelines/ui/templates/nx.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitlab/ci/workflows/matrix_build_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
parallel:
matrix:
- APPLICATION: ui-kit
PACKAGE_PATH: "boundaries/ui-monorepo/packages/ui-kit"
PACKAGE_PATH: "boundaries/platform/ui-kit"
2 changes: 1 addition & 1 deletion .gitlab/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ updates:
interval: daily

- package-ecosystem: npm
directory: /boundaries/ui-monorepo/packages/ui-kit
directory: /boundaries/platform/ui-kit
schedule:
interval: daily

Expand Down
2 changes: 1 addition & 1 deletion .run/ui-kit_ storybook.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="ui-kit: storybook" type="js.build_tools.npm" folderName="ui">
<package-json value="$PROJECT_DIR$/boundaries/ui-monorepo/packages/ui-kit/package.json" />
<package-json value="$PROJECT_DIR$/boundaries/platform/ui-kit/package.json" />
<command value="run" />
<scripts>
<script value="dev" />
Expand Down
2 changes: 1 addition & 1 deletion boundaries/platform/landscape/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ landscape:
logo: ui-kit.svg
name: ui-kit
project: graduated
repo_url: https://github.com/shortlink-org/shortlink/tree/main/boundaries/ui-monorepo/packages/ui-kit
repo_url: https://github.com/shortlink-org/shortlink/tree/main/boundaries/platform/ui-kit
- category:
name: Infrastructure
subcategories:
Expand Down
Loading

0 comments on commit 192a761

Please sign in to comment.