Skip to content

Commit

Permalink
feat(firebase): Remove firebase-tool dependency (#266)
Browse files Browse the repository at this point in the history
Package manager will install it when deploying
  • Loading branch information
TriPSs committed May 7, 2024
2 parents 3ac1f96 + db61aa9 commit f3faea6
Show file tree
Hide file tree
Showing 10 changed files with 227 additions and 1,965 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
NX_RUN_GROUP: ${{ github.run_id }}

jobs:

prepare-env:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,22 +29,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install

release:
needs: [ prepare-env ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Cache node modules
id: cache
uses: actions/cache@v4
with:
path: |
**/node_modules
key: cache-node-modules-${{ hashFiles('yarn.lock') }}

- name: GIT/NPM config
run: |
git config user.name "${GITHUB_ACTOR}"
Expand Down
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



# [6.1.0](https://github.com/TriPSs/nx-extend/compare/core@6.0.2...core@6.1.0) (2024-05-07)


### Features

* **core:** Added dry run option to `execCommand` ([5ffd0e5](https://github.com/TriPSs/nx-extend/commit/5ffd0e573aec253584aec1a7f92cafdd8a941b56))



# [6.1.0](https://github.com/TriPSs/nx-extend/compare/core@6.0.2...core@6.1.0) (2024-05-07)


### Features

* **core:** Added dry run option to `execCommand` ([5ffd0e5](https://github.com/TriPSs/nx-extend/commit/5ffd0e573aec253584aec1a7f92cafdd8a941b56))



# [6.1.0](https://github.com/TriPSs/nx-extend/compare/core@6.0.2...core@6.1.0) (2024-05-07)


### Features

* **core:** Added dry run option to `execCommand` ([5ffd0e5](https://github.com/TriPSs/nx-extend/commit/5ffd0e573aec253584aec1a7f92cafdd8a941b56))



# [6.1.0](https://github.com/TriPSs/nx-extend/compare/core@6.0.2...core@6.1.0) (2024-05-05)


Expand Down
14 changes: 14 additions & 0 deletions packages/firebase-hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [6.1.0](https://github.com/TriPSs/nx-extend/compare/firebase-hosting@6.0.9...firebase-hosting@6.1.0) (2024-05-07)


### Bug Fixes

* **firebase:** Use correct package name ([e4a71f4](https://github.com/TriPSs/nx-extend/commit/e4a71f4d18058e6dab3026bd6e075579c398cf5c))


### Features

* **firebase:** Remove `firebase-tool` dependency ([ed95e1f](https://github.com/TriPSs/nx-extend/commit/ed95e1fa04da2eecde217ca722790d94bf25b239))



## [6.0.10](https://github.com/TriPSs/nx-extend/compare/firebase-hosting@6.0.9...firebase-hosting@6.0.10) (2024-05-07)


Expand Down
5 changes: 1 addition & 4 deletions packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/firebase-hosting",
"version": "6.0.10",
"version": "6.1.0",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/firebase-hosting/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -11,9 +11,6 @@
},
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"firebase-tools": "^13.7.5"
},
"builders": "./executors.json",
"generators": "./generators.json"
}
4 changes: 1 addition & 3 deletions packages/firebase-hosting/src/generators/add/add.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ export function addToFirebaseJson(
addDependenciesToPackageJson(
host,
{},
{
'firebase-tools': '11.9.0'
}
{}
)
)
}
48 changes: 48 additions & 0 deletions packages/gcp-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,54 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



# [9.0.0](https://github.com/TriPSs/nx-extend/compare/gcp-cloud-run@8.0.0...gcp-cloud-run@9.0.0) (2024-05-07)


### Features

* **gcp-cloud-run:** Added dry run option to just log the command ([2c5b6cd](https://github.com/TriPSs/nx-extend/commit/2c5b6cd708d455e46986cec7560d841e26fb52f9))
* **gcp-cloud-run:** Added support for `sidecars` ([8c9a181](https://github.com/TriPSs/nx-extend/commit/8c9a181540258258be00fe996de5c42960b5e2bc))
* **gcp-cloud-run:** Added support for volumes ([14c7190](https://github.com/TriPSs/nx-extend/commit/14c7190630447773db634e710c8f4c844f72ddf4))


### BREAKING CHANGES

* **gcp-cloud-run:** `buildWith` is removed, artifact registry is now always used



# [9.0.0](https://github.com/TriPSs/nx-extend/compare/gcp-cloud-run@8.0.0...gcp-cloud-run@9.0.0) (2024-05-07)


### Features

* **gcp-cloud-run:** Added dry run option to just log the command ([2c5b6cd](https://github.com/TriPSs/nx-extend/commit/2c5b6cd708d455e46986cec7560d841e26fb52f9))
* **gcp-cloud-run:** Added support for `sidecars` ([8c9a181](https://github.com/TriPSs/nx-extend/commit/8c9a181540258258be00fe996de5c42960b5e2bc))
* **gcp-cloud-run:** Added support for volumes ([14c7190](https://github.com/TriPSs/nx-extend/commit/14c7190630447773db634e710c8f4c844f72ddf4))


### BREAKING CHANGES

* **gcp-cloud-run:** `buildWith` is removed, artifact registry is now always used



# [9.0.0](https://github.com/TriPSs/nx-extend/compare/gcp-cloud-run@8.0.0...gcp-cloud-run@9.0.0) (2024-05-07)


### Features

* **gcp-cloud-run:** Added dry run option to just log the command ([2c5b6cd](https://github.com/TriPSs/nx-extend/commit/2c5b6cd708d455e46986cec7560d841e26fb52f9))
* **gcp-cloud-run:** Added support for `sidecars` ([8c9a181](https://github.com/TriPSs/nx-extend/commit/8c9a181540258258be00fe996de5c42960b5e2bc))
* **gcp-cloud-run:** Added support for volumes ([14c7190](https://github.com/TriPSs/nx-extend/commit/14c7190630447773db634e710c8f4c844f72ddf4))


### BREAKING CHANGES

* **gcp-cloud-run:** `buildWith` is removed, artifact registry is now always used



# [9.0.0](https://github.com/TriPSs/nx-extend/compare/gcp-cloud-run@8.0.0...gcp-cloud-run@9.0.0) (2024-05-05)


Expand Down
27 changes: 27 additions & 0 deletions packages/pulumi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



# [5.1.0](https://github.com/TriPSs/nx-extend/compare/pulumi@5.0.6...pulumi@5.1.0) (2024-05-07)


### Features

* **pulumi:** Move setup of typescript to package ([ac6b939](https://github.com/TriPSs/nx-extend/commit/ac6b939e44273416aef6cbba49959f9b79d9d308))



# [5.1.0](https://github.com/TriPSs/nx-extend/compare/pulumi@5.0.6...pulumi@5.1.0) (2024-05-07)


### Features

* **pulumi:** Move setup of typescript to package ([ac6b939](https://github.com/TriPSs/nx-extend/commit/ac6b939e44273416aef6cbba49959f9b79d9d308))



# [5.1.0](https://github.com/TriPSs/nx-extend/compare/pulumi@5.0.6...pulumi@5.1.0) (2024-05-07)


### Features

* **pulumi:** Move setup of typescript to package ([ac6b939](https://github.com/TriPSs/nx-extend/commit/ac6b939e44273416aef6cbba49959f9b79d9d308))



# [5.1.0](https://github.com/TriPSs/nx-extend/compare/pulumi@5.0.6...pulumi@5.1.0) (2024-05-05)


Expand Down
42 changes: 42 additions & 0 deletions packages/shadcn-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



# [1.1.0](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@1.0.2...shadcn-ui@1.1.0) (2024-05-07)


### Bug Fixes

* **shadcn-ui:** Rename `add` executor to `add-component` ([8a0fb02](https://github.com/TriPSs/nx-extend/commit/8a0fb0292efbe10667857f35e02029a813715f63)), closes [#254](https://github.com/TriPSs/nx-extend/issues/254)


### Features

* add all shadcn-ui components ([0481ecb](https://github.com/TriPSs/nx-extend/commit/0481ecba88adfc01f229ea54a3fef8e85cfbb28e))



# [1.1.0](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@1.0.2...shadcn-ui@1.1.0) (2024-05-07)


### Bug Fixes

* **shadcn-ui:** Rename `add` executor to `add-component` ([8a0fb02](https://github.com/TriPSs/nx-extend/commit/8a0fb0292efbe10667857f35e02029a813715f63)), closes [#254](https://github.com/TriPSs/nx-extend/issues/254)


### Features

* add all shadcn-ui components ([0481ecb](https://github.com/TriPSs/nx-extend/commit/0481ecba88adfc01f229ea54a3fef8e85cfbb28e))



# [1.1.0](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@1.0.2...shadcn-ui@1.1.0) (2024-05-07)


### Bug Fixes

* **shadcn-ui:** Rename `add` executor to `add-component` ([8a0fb02](https://github.com/TriPSs/nx-extend/commit/8a0fb0292efbe10667857f35e02029a813715f63)), closes [#254](https://github.com/TriPSs/nx-extend/issues/254)


### Features

* add all shadcn-ui components ([0481ecb](https://github.com/TriPSs/nx-extend/commit/0481ecba88adfc01f229ea54a3fef8e85cfbb28e))



# [1.1.0](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@1.0.2...shadcn-ui@1.1.0) (2024-05-05)


Expand Down

0 comments on commit f3faea6

Please sign in to comment.