Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ updates:
- "dependencies"
- "javascript"

# Check for npm dependencies in dist/npm
- package-ecosystem: "npm"
directory: "/dist/npm"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "javascript"

# Check for npm dependencies at root level (but exclude docs)
- package-ecosystem: "npm"
directory: "/"
Expand All @@ -46,4 +37,4 @@ updates:
interval: "weekly"
labels:
- "dependencies"
- "javascript"
- "javascript"
59 changes: 0 additions & 59 deletions .github/workflows/npm.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- id: get_version
run: |
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
Expand All @@ -44,8 +43,6 @@ jobs:
- name: Build UI
env:
VERSION: ${{ steps.get_version.outputs.release_version }}
NPM_CONFIG_GLOBALCONFIG: "dist/npm/config/npmrc"
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_DEVSPACE_REGISTRY_TOKEN }}
CI: "false"
run: ./hack/build-ui.bash
- name: Upload ui tar
Expand Down Expand Up @@ -90,28 +87,6 @@ jobs:
with:
pattern: "release/*"
github-token: ${{ secrets.GITHUB_TOKEN }}
publish-npm:
if: startsWith(github.ref, 'refs/tags/v') == true
needs: [release, release-ui]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- id: get_version
run: |
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
echo "::set-output name=release_version::$RELEASE_VERSION"
- run: |
npm ci
export NPM_TAG=$(node index.js get-tag)
npm publish --tag $NPM_TAG
working-directory: ./dist/npm
env:
RELEASE_VERSION: ${{ steps.get_version.outputs.release_version }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
publish-next-image:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Cache node modules
uses: actions/cache@v4
with:
Expand All @@ -27,7 +26,5 @@ jobs:
${{ runner.os }}-node-
- name: Build UI
env:
NPM_CONFIG_GLOBALCONFIG: "dist/npm/config/npmrc"
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_DEVSPACE_REGISTRY_TOKEN }}
CI: "false"
run: ./hack/build-ui.bash
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
![Latest Release](https://img.shields.io/github/v/release/loft-sh/devspace?style=for-the-badge&label=Latest%20Release&color=%23007ec6)
![License: Apache-2.0](https://img.shields.io/github/license/loft-sh/devspace?style=for-the-badge&color=%23007ec6)
![Total Downloads (GitHub Releases)](https://img.shields.io/github/downloads/loft-sh/devspace/total?style=for-the-badge&label=Total%20Downloads&color=%23007ec6)
![NPM Installs per Month](https://img.shields.io/npm/dm/devspace?label=NPM%20Installs&style=for-the-badge&color=%23007ec6)
![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6945/badge)

[![Join us on Slack!](docs/static/img/slack.svg)](https://slack.loft.sh/)
Expand Down
1 change: 0 additions & 1 deletion dist/npm/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions dist/npm/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion dist/npm/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions dist/npm/bin/devspace

This file was deleted.

45 changes: 0 additions & 45 deletions dist/npm/bin/devspace.cmd

This file was deleted.

3 changes: 0 additions & 3 deletions dist/npm/config/npmrc

This file was deleted.

Loading
Loading