Skip to content

Commit

Permalink
fix: bump lots of dependencies (#416)
Browse files Browse the repository at this point in the history
* fix: bump lots of dependencies

* fix: don't bump major version of plugin-config
  • Loading branch information
shetzel authored Jan 31, 2022
1 parent 1e7b828 commit d242a59
Show file tree
Hide file tree
Showing 3 changed files with 1,808 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, Salesforce.com, Inc.
Copyright (c) 2022, Salesforce.com, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,61 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/config": "^1.18.1",
"@salesforce/command": "^4.2.0",
"@salesforce/core": "^2.31.0",
"@oclif/config": "^1.18.2",
"@salesforce/command": "^4.2.2",
"@salesforce/core": "^2.35.0",
"@salesforce/source-deploy-retrieve": "^5.9.5",
"@salesforce/source-tracking": "^1.0.0",
"@salesforce/source-tracking": "^1.0.2",
"chalk": "^4.1.2",
"cli-ux": "^5.6.3",
"open": "^8.2.1",
"open": "^8.4.0",
"tslib": "^2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "^2.2.2",
"@salesforce/cli-plugins-testkit": "^1.4.33",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^1.0.0",
"@salesforce/plugin-command-reference": "^1.3.4",
"@oclif/plugin-command-snapshot": "^3.1.2",
"@salesforce/cli-plugins-testkit": "^1.5.3",
"@salesforce/dev-config": "^3.0.0",
"@salesforce/dev-scripts": "^2.0.0",
"@salesforce/plugin-command-reference": "^1.3.18",
"@salesforce/plugin-config": "^1.2.39",
"@salesforce/plugin-user": "^1.4.0",
"@salesforce/plugin-user": "^1.7.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/source-testkit": "^0.0.16",
"@salesforce/ts-sinon": "1.3.21",
"@types/archiver": "^5.1.1",
"@types/debug": "^4.1.7",
"@types/jsforce": "^1.9.35",
"@types/shelljs": "^0.8.9",
"@types/jsforce": "^1.9.39",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"archiver": "^5.3.0",
"chai": "^4.3.4",
"chai-each": "^0.0.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"debug": "^4.3.2",
"debug": "^4.3.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.6",
"eslint-config-salesforce-license": "^0.1.6",
"eslint-config-salesforce-typescript": "^0.2.8",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-prettier": "^4.0.0",
"fast-glob": "^3.2.7",
"husky": "^7.0.4",
"lint-staged": "^11.2.0",
"mocha": "^8.4.0",
"lint-staged": "^12.3.2",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"salesforcedx-templates": "^49.8.0",
"shelljs": "^0.8.4",
"shelljs": "^0.8.5",
"shx": "0.3.3",
"sinon": "10.0.0",
"ts-node": "^10.2.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"config": {
Expand Down Expand Up @@ -154,7 +154,6 @@
"prepare": "sf-install",
"pretest": "sf-compile-test",
"test": "sf-test",
"test:watch": "mocha --watch \"./test/**/*.test.ts\"",
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
"test:deprecation-policy": "./bin/run snapshot:compare",
"test:nuts": "ts-node ./test/nuts/generateNuts.ts && nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0",
Expand All @@ -175,14 +174,15 @@
"test:nuts:retrieve": "cross-env PLUGIN_SOURCE_SEED_FILTER=retrieve ts-node ./test/nuts/generateNuts.ts && mocha \"test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0",
"test:nuts:specialTypes": "mocha \"test/nuts/territory2.nut.ts\" \"test/nuts/folderTypes.nut.ts\" \"test/nuts/translation.nut.ts\" --slow 4500 --timeout 600000 --retries 0 --parallel",
"test:nuts:territory2": "mocha \"test/nuts/territory2.nut.ts\" --slow 4500 --timeout 600000 --retries 0",
"test:nuts:translations": "mocha \"test/nuts/translation.nut.ts\" --slow 4500 --timeout 600000 --retries 0",
"test:nuts:tracking": "mocha \"test/nuts/trackingCommands/*.nut.ts\" --slow 3000 --timeout 600000 --parallel --retries 0",
"test:nuts:tracking:basics": "mocha \"test/nuts/trackingCommands/basics.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:conflicts": "mocha \"test/nuts/trackingCommands/conflicts.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:forceignore": "mocha \"test/nuts/trackingCommands/forceIgnore.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:lwc": "mocha \"test/nuts/trackingCommands/lwc.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:remote": "mocha \"test/nuts/trackingCommands/remoteChanges.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:resetClear": "mocha \"test/nuts/trackingCommands/resetClear.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:tracking:lwc": "mocha \"test/nuts/trackingCommands/lwc.nut.ts\" --slow 3000 --timeout 600000 --retries 0",
"test:nuts:translations": "mocha \"test/nuts/translation.nut.ts\" --slow 4500 --timeout 600000 --retries 0",
"test:watch": "mocha --watch \"./test/**/*.test.ts\"",
"version": "oclif-dev readme"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit d242a59

Please sign in to comment.