@procore/core-scripts 11.4.4 → 11.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oclif.manifest.json +1 -1
  2. package/package.json +15 -15
@@ -1 +1 @@
1
- {"version":"11.4.4","commands":{"info":{"id":"info","description":"Gathers relevant information about the CLI.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"rm":{"id":"rm","description":"Removes things.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"yes":{"name":"yes","type":"boolean","char":"y","description":"Automatically answer 'Yes' to the question.","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"List what would be deleted instead of deleting.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Allow deleting the current working directory and outside.","allowNo":false}},"args":[{"name":"path","description":"Path that will be remove.","required":true}]},"test":{"id":"test","description":"Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"The path to a Jest config file specifying how to find and execute tests."}},"args":[]},"app:build":{"id":"app:build","description":"Compiles the application.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false},"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"sourceMapPublicPath":{"name":"sourceMapPublicPath","type":"option","description":"Base path for all the sourcemap."},"publicPath":{"name":"publicPath","type":"option","description":"Allows you to specify the base path for all the assets within your application."}},"args":[]},"app:clean":{"id":"app:clean","description":"Cleans the distribution folder (/build).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:gen":{"id":"app:gen","description":"Generates application scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:start":{"id":"app:start","description":"Starts the development server.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"openBrowser":{"name":"openBrowser","type":"boolean","description":"Open browser after initializing the server.","allowNo":false},"https":{"name":"https","type":"boolean","description":"Use HTTPS.","allowNo":false},"dangerouslyDisableHostCheck":{"name":"dangerouslyDisableHostCheck","type":"boolean","description":"Disable host checking.","allowNo":false},"port":{"name":"port","type":"option","description":"Server port.","default":"5000"},"host":{"name":"host","type":"option","description":"Server host.","default":"0.0.0.0"},"socketHost":{"name":"socketHost","type":"option","description":"HMR websocket host","default":"0.0.0.0"},"publicPath":{"name":"publicPath","type":"option","description":"Public asset path."}},"args":[]},"lib:build":{"id":"lib:build","description":"Compiles the library in production mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false}},"args":[]},"lib:clean":{"id":"lib:clean","description":"Cleans the distribution folder (/dist).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lib:start":{"id":"lib:start","description":"Compiles the library in development mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lint:eslint":{"id":"lint:eslint","description":"Runs the ESLint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false},"fixTypes":{"name":"fixTypes","type":"option","description":"The types of lint errors/warnings to fix.","options":["layout","problem","suggestion"]}},"args":[{"name":"input","description":"Comma-delimited list of file and/or folder paths that the linter will run against.","required":false}]},"lint:stylelint":{"id":"lint:stylelint","description":"Runs the stylelint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false}},"args":[{"name":"files","description":"Path to the file or folder that the linter will run against.","required":false}]}}}
1
+ {"version":"11.4.5","commands":{"info":{"id":"info","description":"Gathers relevant information about the CLI.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"rm":{"id":"rm","description":"Removes things.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"yes":{"name":"yes","type":"boolean","char":"y","description":"Automatically answer 'Yes' to the question.","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"List what would be deleted instead of deleting.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Allow deleting the current working directory and outside.","allowNo":false}},"args":[{"name":"path","description":"Path that will be remove.","required":true}]},"test":{"id":"test","description":"Runs Jest. Visit https://jestjs.io/docs/en/cli for more information about available options, only --config is documented.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","description":"The path to a Jest config file specifying how to find and execute tests."}},"args":[]},"app:build":{"id":"app:build","description":"Compiles the application.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false},"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"sourceMapPublicPath":{"name":"sourceMapPublicPath","type":"option","description":"Base path for all the sourcemap."},"publicPath":{"name":"publicPath","type":"option","description":"Allows you to specify the base path for all the assets within your application."}},"args":[]},"app:clean":{"id":"app:clean","description":"Cleans the distribution folder (/build).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:gen":{"id":"app:gen","description":"Generates application scaffolding.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"app:start":{"id":"app:start","description":"Starts the development server.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"railsMode":{"name":"railsMode","type":"boolean","description":"Enables Procore Rails integration.","allowNo":false},"inspect":{"name":"inspect","type":"boolean","description":"Prints the Webpack configuration.","allowNo":false},"openBrowser":{"name":"openBrowser","type":"boolean","description":"Open browser after initializing the server.","allowNo":false},"https":{"name":"https","type":"boolean","description":"Use HTTPS.","allowNo":false},"dangerouslyDisableHostCheck":{"name":"dangerouslyDisableHostCheck","type":"boolean","description":"Disable host checking.","allowNo":false},"port":{"name":"port","type":"option","description":"Server port.","default":"5000"},"host":{"name":"host","type":"option","description":"Server host.","default":"0.0.0.0"},"socketHost":{"name":"socketHost","type":"option","description":"HMR websocket host","default":"0.0.0.0"},"publicPath":{"name":"publicPath","type":"option","description":"Public asset path."}},"args":[]},"lib:build":{"id":"lib:build","description":"Compiles the library in production mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"analyze":{"name":"analyze","type":"boolean","description":"Run webpack bundle analyzer.","allowNo":false}},"args":[]},"lib:clean":{"id":"lib:clean","description":"Cleans the distribution folder (/dist).","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lib:start":{"id":"lib:start","description":"Compiles the library in development mode.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{},"args":[]},"lint:eslint":{"id":"lint:eslint","description":"Runs the ESLint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false},"fixTypes":{"name":"fixTypes","type":"option","description":"The types of lint errors/warnings to fix.","options":["layout","problem","suggestion"]}},"args":[{"name":"input","description":"Comma-delimited list of file and/or folder paths that the linter will run against.","required":false}]},"lint:stylelint":{"id":"lint:stylelint","description":"Runs the stylelint linter.","pluginName":"@procore/core-scripts","pluginType":"core","aliases":[],"flags":{"fix":{"name":"fix","type":"boolean","description":"Automatically fix problems.","allowNo":false}},"args":[{"name":"files","description":"Path to the file or folder that the linter will run against.","required":false}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-scripts",
3
- "version": "11.4.4",
3
+ "version": "11.4.5",
4
4
  "description": "A CLI to enhance your development experience",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/frontend-tooling#readme",
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/cli": "^7.21.5",
51
- "@babel/core": "^7.21.8",
51
+ "@babel/core": "^7.22.1",
52
52
  "@babel/plugin-proposal-class-properties": "^7.18.6",
53
53
  "@babel/plugin-proposal-export-default-from": "^7.18.10",
54
54
  "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
55
- "@babel/plugin-transform-runtime": "^7.21.4",
56
- "@babel/preset-env": "^7.21.5",
57
- "@babel/preset-react": "^7.18.6",
55
+ "@babel/plugin-transform-runtime": "^7.22.2",
56
+ "@babel/preset-env": "^7.22.2",
57
+ "@babel/preset-react": "^7.22.3",
58
58
  "@babel/preset-typescript": "^7.21.5",
59
59
  "@oclif/command": "^1.8.26",
60
60
  "@oclif/core": "^1.26.2",
@@ -73,7 +73,7 @@
73
73
  "babel-plugin-transform-class-properties": "^6.24.1",
74
74
  "babel-preset-react-app": "^10.0.1",
75
75
  "browserify-zlib": "^0.2.0",
76
- "browserslist": "^4.21.5",
76
+ "browserslist": "^4.21.7",
77
77
  "buffer": "^6.0.3",
78
78
  "camelcase": "^6.3.0",
79
79
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -83,7 +83,7 @@
83
83
  "constants-browserify": "^1.0.0",
84
84
  "cross-spawn": "^7.0.3",
85
85
  "crypto-browserify": "^3.12.0",
86
- "css-loader": "^6.7.4",
86
+ "css-loader": "^6.8.1",
87
87
  "css-minimizer-webpack-plugin": "^4.2.2",
88
88
  "debug": "^4.3.4",
89
89
  "deepmerge": "^4.3.1",
@@ -113,9 +113,9 @@
113
113
  "path-browserify": "^1.0.1",
114
114
  "path-is-inside": "^1.0.2",
115
115
  "pnp-webpack-plugin": "^1.7.0",
116
- "postcss": "^8.4.23",
116
+ "postcss": "^8.4.24",
117
117
  "postcss-flexbugs-fixes": "^5.0.2",
118
- "postcss-loader": "^7.3.0",
118
+ "postcss-loader": "^7.3.2",
119
119
  "postcss-normalize": "^10.0.1",
120
120
  "postcss-preset-env": "^7.8.3",
121
121
  "prettier": "^2.8.8",
@@ -141,7 +141,7 @@
141
141
  "stylelint-config-styled-components": "^0.1.1",
142
142
  "stylelint-prettier": "^2.0.0",
143
143
  "stylelint-processor-styled-components": "^1.10.0",
144
- "terser": "^5.17.5",
144
+ "terser": "^5.17.6",
145
145
  "terser-webpack-plugin": "^5.3.9",
146
146
  "thread-loader": "^3.0.4",
147
147
  "timers-browserify": "^2.0.12",
@@ -155,13 +155,13 @@
155
155
  "util": "^0.12.5",
156
156
  "validate-npm-package-name": "^4.0.0",
157
157
  "vm-browserify": "^1.1.2",
158
- "webpack": "^5.83.1",
158
+ "webpack": "^5.84.1",
159
159
  "webpack-bugsnag-plugins": "^1.8.0",
160
160
  "webpack-bundle-analyzer": "^4.8.0",
161
161
  "webpack-chain": "^6.5.1",
162
162
  "webpack-dev-server": "^3.11.3",
163
163
  "webpack-manifest-plugin": "^5.0.0",
164
- "workbox-webpack-plugin": "^6.5.4",
164
+ "workbox-webpack-plugin": "6.5.4",
165
165
  "worker-loader": "^3.0.8",
166
166
  "@procore/eslint-config": "14.0.0"
167
167
  },
@@ -172,11 +172,11 @@
172
172
  "@types/cross-spawn": "^6.0.2",
173
173
  "@types/debug": "^4.1.8",
174
174
  "@types/ejs": "^3.1.2",
175
- "@types/eslint": "^8.37.0",
175
+ "@types/eslint": "^8.40.0",
176
176
  "@types/fs-extra": "^9.0.13",
177
177
  "@types/html-webpack-plugin": "^3.2.6",
178
178
  "@types/jest": "^26.0.24",
179
- "@types/node": "^18.16.14",
179
+ "@types/node": "^18.16.16",
180
180
  "@types/resolve": "^1.20.2",
181
181
  "@types/validate-npm-package-name": "^4.0.0",
182
182
  "@types/webpack-bugsnag-plugins": "^1.4.3",
@@ -188,7 +188,7 @@
188
188
  "react-dom": "^18.2.0",
189
189
  "react-is": "^18.2.0",
190
190
  "rimraf": "^3.0.2",
191
- "styled-components": "^5.3.10",
191
+ "styled-components": "^5.3.11",
192
192
  "vitest": "^0.31.1",
193
193
  "@procore/prettier-config": "1.0.0"
194
194
  },