Skip to content

Commit

Permalink
Additional Minor Updates (#3228)
Browse files Browse the repository at this point in the history
* Set merges to main to automatically run full ci pipeline
* Updating codeclimate config again after re-validation

* Bump nx from 16.0.0 to 16.0.1

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.0.1/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
  • Loading branch information
jdalrymple authored Apr 29, 2023
1 parent 0e99526 commit f8828b1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ checks:
enabled: false

exclude_patterns:
- **/test/
- **/*.d.ts
- .yarn/
- "**/test/"
- "**/*.d.ts"
- ".yarn/"
11 changes: 5 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,12 @@ test:types:rest:
test:live:setup:
image: gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
stage: test
when: manual
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always
- if: $CI_COMMIT_BRANCH == "next" || $CI_COMMIT_BRANCH =~ /^pr-[0-9]+$/
when: manual
needs: []
only:
refs:
- /^pr-[0-9]+$/
- main
- next
allow_failure: false
variables:
GITLAB_PERSONAL_ACCESS_TOKEN: gitbeaker
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest-junit": "^16.0.0",
"lerna": "^6.6.1",
"lint-staged": "^13.2.2",
"nx": "16.0.0",
"nx": "16.0.1",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
Expand Down
96 changes: 48 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1763,76 +1763,76 @@ __metadata:
languageName: node
linkType: hard

"@nrwl/tao@npm:16.0.0":
version: 16.0.0
resolution: "@nrwl/tao@npm:16.0.0"
"@nrwl/tao@npm:16.0.1":
version: 16.0.1
resolution: "@nrwl/tao@npm:16.0.1"
dependencies:
nx: 16.0.0
nx: 16.0.1
bin:
tao: index.js
checksum: 20162b4f89dd4d5d51b25a10e89399a4209d39010d02cbaa313da9cdbec800a626cc10130f5ba495bd05e1974bc7120776452592e98d36cdbf2d641aa5cc99ad
checksum: 03d01d976e7c0b139046a19de899ba9419224b63efdcfc1e57e84eec90b3a7c61c6c99c09535c94d6320b1aa2a1b671d97faf445d5279f7ffb1fc58fa4ef137c
languageName: node
linkType: hard

"@nx/nx-darwin-arm64@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-darwin-arm64@npm:16.0.0"
"@nx/nx-darwin-arm64@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-darwin-arm64@npm:16.0.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@nx/nx-darwin-x64@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-darwin-x64@npm:16.0.0"
"@nx/nx-darwin-x64@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-darwin-x64@npm:16.0.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@nx/nx-linux-arm-gnueabihf@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-linux-arm-gnueabihf@npm:16.0.0"
"@nx/nx-linux-arm-gnueabihf@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-linux-arm-gnueabihf@npm:16.0.1"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@nx/nx-linux-arm64-gnu@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-linux-arm64-gnu@npm:16.0.0"
"@nx/nx-linux-arm64-gnu@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-linux-arm64-gnu@npm:16.0.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@nx/nx-linux-arm64-musl@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-linux-arm64-musl@npm:16.0.0"
"@nx/nx-linux-arm64-musl@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-linux-arm64-musl@npm:16.0.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@nx/nx-linux-x64-gnu@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-linux-x64-gnu@npm:16.0.0"
"@nx/nx-linux-x64-gnu@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-linux-x64-gnu@npm:16.0.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@nx/nx-linux-x64-musl@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-linux-x64-musl@npm:16.0.0"
"@nx/nx-linux-x64-musl@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-linux-x64-musl@npm:16.0.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@nx/nx-win32-arm64-msvc@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-win32-arm64-msvc@npm:16.0.0"
"@nx/nx-win32-arm64-msvc@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-win32-arm64-msvc@npm:16.0.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@nx/nx-win32-x64-msvc@npm:16.0.0":
version: 16.0.0
resolution: "@nx/nx-win32-x64-msvc@npm:16.0.0"
"@nx/nx-win32-x64-msvc@npm:16.0.1":
version: 16.0.1
resolution: "@nx/nx-win32-x64-msvc@npm:16.0.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -5646,7 +5646,7 @@ __metadata:
jest-junit: ^16.0.0
lerna: ^6.6.1
lint-staged: ^13.2.2
nx: 16.0.0
nx: 16.0.1
prettier: ^2.8.8
types: ^0.1.1
typescript: ^5.0.4
Expand Down Expand Up @@ -8727,20 +8727,20 @@ __metadata:
languageName: node
linkType: hard

"nx@npm:16.0.0":
version: 16.0.0
resolution: "nx@npm:16.0.0"
dependencies:
"@nrwl/tao": 16.0.0
"@nx/nx-darwin-arm64": 16.0.0
"@nx/nx-darwin-x64": 16.0.0
"@nx/nx-linux-arm-gnueabihf": 16.0.0
"@nx/nx-linux-arm64-gnu": 16.0.0
"@nx/nx-linux-arm64-musl": 16.0.0
"@nx/nx-linux-x64-gnu": 16.0.0
"@nx/nx-linux-x64-musl": 16.0.0
"@nx/nx-win32-arm64-msvc": 16.0.0
"@nx/nx-win32-x64-msvc": 16.0.0
"nx@npm:16.0.1":
version: 16.0.1
resolution: "nx@npm:16.0.1"
dependencies:
"@nrwl/tao": 16.0.1
"@nx/nx-darwin-arm64": 16.0.1
"@nx/nx-darwin-x64": 16.0.1
"@nx/nx-linux-arm-gnueabihf": 16.0.1
"@nx/nx-linux-arm64-gnu": 16.0.1
"@nx/nx-linux-arm64-musl": 16.0.1
"@nx/nx-linux-x64-gnu": 16.0.1
"@nx/nx-linux-x64-musl": 16.0.1
"@nx/nx-win32-arm64-msvc": 16.0.1
"@nx/nx-win32-x64-msvc": 16.0.1
"@parcel/watcher": 2.0.4
"@yarnpkg/lockfile": ^1.1.0
"@yarnpkg/parsers": ^3.0.0-rc.18
Expand Down Expand Up @@ -8803,7 +8803,7 @@ __metadata:
optional: true
bin:
nx: bin/nx.js
checksum: 11ec7820e46330cd4d552cd8930523b47d3b9fc541b25094bd3e7ef2d2febf95af0521655e791f4e335ec984fd48c4e00c7ea1cd4c6bc299e7232788f0a0b7c3
checksum: fab869bf1e859ba25712252eca31d9af4c0141b1b571fcec9dc703bb08d76606add92c1f0d062c0b877967e9c2151089c1dffb389c0eb6136e0bc42f9f27a731
languageName: node
linkType: hard

Expand Down

0 comments on commit f8828b1

Please sign in to comment.