Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael M authored Oct 26, 2023
2 parents 2802e18 + ce59753 commit 6761f53
Show file tree
Hide file tree
Showing 13 changed files with 14,918 additions and 10,142 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nrwl/nx"],
"plugins": ["@nx"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"extends": ["plugin:@public-js/eslint-plugin-node/imports", "plugin:@public-js/eslint-plugin-node/unicornCjsOff"],
"rules": {
"@nrwl/nx/enforce-module-boundaries": [
"@nx/enforce-module-boundaries": [
"error",
{
"enforceBuildableLibDependency": true,
Expand All @@ -24,7 +24,7 @@
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"extends": ["plugin:@nx/typescript"],
"rules": {}
},
{
Expand All @@ -43,7 +43,7 @@
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
}
]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ testem.log
Thumbs.db

.angular
.nx/cache
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
/coverage
/node_modules
/CHANGELOG.md

.angular
.nx/cache
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Downloads](https://img.shields.io/npm/dw/@public-js/eslint-plugin-node?style=flat)](https://www.npmjs.com/package/@public-js/eslint-plugin-node)
[![Size](https://packagephobia.com/badge?p=@public-js/eslint-plugin-node)](https://packagephobia.com/result?p=@public-js/eslint-plugin-node)

[![Codacy](https://app.codacy.com/project/badge/Grade/7504c70368844fbfa9ecb33e9f4dd0b5)](https://www.codacy.com/gh/public-js/eslint-plugin-node/dashboard)
[![LGTM](https://img.shields.io/lgtm/grade/javascript/g/public-js/eslint-plugin-node?logo=lgtm)](https://lgtm.com/projects/g/public-js/eslint-plugin-node/context:javascript)
[![CodeQL](https://github.com/public-js/eslint-plugin-node/actions/workflows/codeql-analyze.yml/badge.svg?branch=main)](https://github.com/public-js/eslint-plugin-node/actions/workflows/codeql-analyze.yml)
[![Codacy](https://app.codacy.com/project/badge/Grade/7504c70368844fbfa9ecb33e9f4dd0b5)](https://app.codacy.com/gh/public-js/eslint-plugin-node/dashboard)
[![Codecov](https://codecov.io/gh/public-js/eslint-plugin-node/branch/main/graph/badge.svg?token=pmZ7gav5yZ)](https://codecov.io/gh/public-js/eslint-plugin-node)
[![Code Climate](https://api.codeclimate.com/v1/badges/b7309de3cab8f57f2c32/maintainability)](https://codeclimate.com/github/public-js/eslint-plugin-node/maintainability)

Expand Down Expand Up @@ -52,4 +52,4 @@ module.exports = {
## License

MIT, [full license text](LICENSE).
Read more about it on [TLDRLegal](https://www.tldrlegal.com/l/mit).
Read more about it on [TLDRLegal](https://www.tldrlegal.com/license/mit-license).
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { getJestProjects } = require('@nrwl/jest');
const { getJestProjects } = require('@nx/jest');

export default {
projects: getJestProjects(),
Expand Down
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const nxPreset = require('@nrwl/jest/preset').default;
const nxPreset = require('@nx/jest/preset').default;

module.exports = { ...nxPreset };
43 changes: 28 additions & 15 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"extends": "nx/presets/core.json",
"npmScope": "public-js",
"affected": {
"defaultBase": "origin/main"
},
"cli": {
"defaultCollection": "@nrwl/workspace"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "MDBjY2Q5MzUtY2RmYy00NjdmLWFmNDMtZmNkMzg2YjNkYTZkfHJlYWQtd3JpdGU="
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"cache": true
},
"lint": {
"cache": true,
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
},
"test": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
},
"e2e": {
"cache": true
}
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": [
"default",
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/src/test-setup.[jt]s"
]
},
"nxCloudAccessToken": "MDBjY2Q5MzUtY2RmYy00NjdmLWFmNDMtZmNkMzg2YjNkYTZkfHJlYWQtd3JpdGU="
}
Loading

0 comments on commit 6761f53

Please sign in to comment.