Skip to content
Merged

Publish #1016

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
975 changes: 433 additions & 542 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/custom-functions-metadata-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-functions-metadata-plugin",
"version": "2.1.10",
"version": "3.0.0",
"author": "Office Dev",
"bugs": {
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
Expand All @@ -26,12 +26,12 @@
"watch": "tsc -p tsconfig.json -w"
},
"dependencies": {
"custom-functions-metadata": "^2.2.3"
"custom-functions-metadata": "^3.0.0"
},
"devDependencies": {
"@types/node": "^14.17.2",
"concurrently": "^9.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/custom-functions-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-functions-metadata",
"version": "2.2.3",
"version": "3.0.0",
"description": "Generate metadata for Excel Custom Functions.",
"main": "./lib/main.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"assert": "^1.5.0",
"commander": "^13.0.0",
"nconf": "^0.12.0",
"office-addin-usage-data": "^2.1.1",
"office-addin-usage-data": "^3.0.0",
"xregexp": "^4.3.0"
},
"devDependencies": {
Expand All @@ -39,8 +39,8 @@
"@types/xregexp": "^3.0.30",
"concurrently": "^9.0.0",
"mocha": "^11.0.1",
"office-addin-lint": "^3.0.10",
"office-addin-prettier-config": "^2.0.5",
"office-addin-lint": "^4.0.0",
"office-addin-prettier-config": "^3.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-office-addins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-office-addins",
"version": "2.0.10",
"version": "3.0.0",
"description": "Provides an eslint configuration for Office Add-ins.",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -15,15 +15,15 @@
],
"dependencies": {
"eslint": "^10.0.0",
"eslint-plugin-office-addins": "^4.0.10"
"eslint-plugin-office-addins": "^5.0.0"
},
"peerDependencies": {
"prettier": "^3.5.3"
},
"devDependencies": {
"@types/node": "^14.17.2",
"concurrently": "^9.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin-excel-custom-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-excel-custom-functions",
"version": "1.0.10",
"version": "2.0.0",
"description": "ESLint rules that report usage of Office Api Code in Shared App",
"author": "Artur Tarasenko <artarase@microsoft.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@typescript-eslint/rule-tester": "^8.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"office-addin-lint": "^3.0.10",
"office-addin-prettier-config": "^2.0.5",
"office-addin-usage-data": "^2.1.1",
"office-addin-lint": "^4.0.0",
"office-addin-prettier-config": "^3.0.0",
"office-addin-usage-data": "^3.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-office-addins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-office-addins",
"version": "4.0.10",
"version": "5.0.0",
"description": "eslint plugin for office-addins",
"keywords": [
"eslint",
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-native": "^5.0.0",
"office-addin-prettier-config": "^2.0.5",
"office-addin-prettier-config": "^3.0.0",
"prettier": "^3.2.5",
"requireindex": "~1.2.0",
"typescript-eslint": "^8.56.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/office-addin-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-cache",
"version": "1.0.2",
"version": "2.0.0",
"description": "Clear the Office Add-in cache folders.",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -27,14 +27,14 @@
],
"dependencies": {
"commander": "^13.0.0",
"office-addin-usage-data": "^2.1.1"
"office-addin-usage-data": "^3.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^22.10.10",
"concurrently": "^9.0.0",
"mocha": "^11.0.1",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/office-addin-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-cli",
"version": "2.0.10",
"version": "3.0.0",
"description": "A command-line interface for Office Add-ins.",
"main": "./lib/main.js",
"scripts": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"@types/node": "^14.17.2",
"@types/node-fetch": "^2.5.10",
"concurrently": "^9.0.0",
"eslint-plugin-office-addins": "^4.0.10",
"eslint-plugin-office-addins": "^5.0.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^11.0.1",
"office-addin-prettier-config": "^2.0.5",
"office-addin-usage-data": "^2.1.1",
"office-addin-prettier-config": "^3.0.0",
"office-addin-usage-data": "^3.0.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/office-addin-debugging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-debugging",
"version": "6.1.2",
"version": "7.0.0",
"description": "For debugging Office Add-ins.",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -26,12 +26,12 @@
"adm-zip": "^0.6.0",
"commander": "^13.0.0",
"node-fetch": "^2.6.1",
"office-addin-cli": "^2.0.10",
"office-addin-dev-certs": "^2.0.10",
"office-addin-dev-settings": "^3.1.2",
"office-addin-manifest": "^2.1.6",
"office-addin-node-debugger": "^1.0.10",
"office-addin-usage-data": "^2.1.1"
"office-addin-cli": "^3.0.0",
"office-addin-dev-certs": "^3.0.0",
"office-addin-dev-settings": "^4.0.0",
"office-addin-manifest": "^3.0.0",
"office-addin-node-debugger": "^2.0.0",
"office-addin-usage-data": "^3.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand All @@ -42,7 +42,7 @@
"concurrently": "^9.0.0",
"express": "^4.21.1",
"mocha": "^11.0.1",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
"ws": "^7.4.6"
Expand Down
8 changes: 4 additions & 4 deletions packages/office-addin-dev-certs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-dev-certs",
"version": "2.0.10",
"version": "3.0.0",
"description": "For managing certificates when developing Office Add-ins.",
"main": "./lib/main.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"commander": "^13.0.0",
"fs-extra": "^11.2.0",
"mkcert": "^3.2.0",
"office-addin-cli": "^2.0.10",
"office-addin-usage-data": "^2.1.1"
"office-addin-cli": "^3.0.0",
"office-addin-usage-data": "^3.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -46,7 +46,7 @@
"@types/sinon": "^21.0.0",
"concurrently": "^9.0.0",
"mocha": "^11.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"sinon": "^21.0.0",
"ts-node": "^10.9.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/office-addin-dev-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-dev-settings",
"version": "3.1.2",
"version": "4.0.0",
"description": "Configure developer settings for Office Add-ins.",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
"fs-extra": "^11.2.0",
"inquirer": "^12.10.0",
"junk": "^3.1.0",
"office-addin-manifest": "^2.1.6",
"office-addin-usage-data": "^2.1.1",
"office-addin-manifest": "^3.0.0",
"office-addin-usage-data": "^3.0.0",
"open": "^6.4.0",
"whatwg-url": "^14.0.0",
"winreg": "1.2.4"
Expand All @@ -48,7 +48,7 @@
"concurrently": "^9.0.0",
"cpy-cli": "5.0.0",
"mocha": "^11.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"sinon": "^21.0.0",
"ts-node": "^10.9.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/office-addin-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-lint",
"version": "3.0.10",
"version": "4.0.0",
"description": "Provide eslint and prettier integration",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"commander": "^13.0.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-office-addins": "^4.0.10",
"eslint-plugin-office-addins": "^5.0.0",
"eslint-plugin-prettier": "^5.1.3",
"office-addin-prettier-config": "^2.0.5",
"office-addin-usage-data": "^2.1.1",
"office-addin-prettier-config": "^3.0.0",
"office-addin-usage-data": "^3.0.0",
"prettier": "^3.2.5",
"typescript-eslint": "^8.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/office-addin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-manifest",
"version": "2.1.6",
"version": "3.0.0",
"description": "Read and modify Office Add-in manifest files.",
"main": "./lib/main.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"commander": "^13.0.0",
"fs-extra": "^7.0.1",
"node-fetch": "^2.6.1",
"office-addin-usage-data": "^2.1.1",
"office-addin-usage-data": "^3.0.0",
"uuid": "^14.0.1",
"xml2js": "^0.5.0"
},
Expand All @@ -43,7 +43,7 @@
"concurrently": "^9.0.0",
"copy-dir": "^0.4.0",
"mocha": "^11.0.1",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"sinon": "^21.1.2",
"ts-node": "^10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/office-addin-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-mock",
"version": "3.0.10",
"version": "4.0.0",
"description": "Provides mocking support for Office-js APIs",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -15,17 +15,17 @@
"office-js"
],
"dependencies": {
"office-addin-manifest": "^2.1.6",
"office-addin-usage-data": "^2.1.1"
"office-addin-manifest": "^3.0.0",
"office-addin-usage-data": "^3.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^14.17.2",
"assert": "^2.0.0",
"concurrently": "^9.0.0",
"mocha": "^11.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-prettier-config": "^2.0.5",
"office-addin-lint": "^4.0.0",
"office-addin-prettier-config": "^3.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/office-addin-node-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-node-debugger",
"version": "1.0.10",
"version": "2.0.0",
"description": "Files for enabling office add-in web debugging using Node and VS Code.",
"main": "./lib/debugger.js",
"scripts": {
Expand All @@ -24,15 +24,15 @@
"dependencies": {
"commander": "^13.0.0",
"node-fetch": "^2.6.1",
"office-addin-usage-data": "^2.1.1",
"office-addin-usage-data": "^3.0.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^14.17.2",
"@types/node-fetch": "^2.5.10",
"@types/ws": "^5.1.2",
"concurrently": "^9.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/office-addin-prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-prettier-config",
"version": "2.0.5",
"version": "3.0.0",
"description": "Prettier config for Office-Addins",
"main": "prettier.config.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/office-addin-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-addin-project",
"version": "1.0.10",
"version": "2.0.0",
"description": "Provides project wide commands to an Office Addin Project",
"main": "./lib/main.js",
"scripts": {
Expand All @@ -22,9 +22,9 @@
"commander": "^13.0.0",
"fs-extra": "^7.0.1",
"inquirer": "^12.10.0",
"office-addin-manifest": "^2.1.6",
"office-addin-manifest": "^3.0.0",
"office-addin-manifest-converter": "^0.4.1",
"office-addin-usage-data": "^2.1.1"
"office-addin-usage-data": "^3.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -34,7 +34,7 @@
"assert": "^2.0.0",
"concurrently": "^9.0.0",
"mocha": "^11.0.0",
"office-addin-lint": "^3.0.10",
"office-addin-lint": "^4.0.0",
"rimraf": "^6.0.1",
"semver": "^7.3.5",
"ts-node": "^10.9.1"
Expand Down
Loading
Loading