Skip to content

Commit

Permalink
Merge branch 'main' into catalog-and-packagemanager-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kawikabader committed Mar 6, 2025
2 parents dba7b67 + 41e5c6d commit c9dbecc
Show file tree
Hide file tree
Showing 43 changed files with 16,893 additions and 9,213 deletions.
51 changes: 51 additions & 0 deletions .changeset/slow-insects-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
"@gasket/plugin-dynamic-plugins": patch
"@gasket/plugin-service-worker": patch
"@gasket/plugin-docs-graphs": patch
"@gasket/plugin-elastic-apm": patch
"@gasket/plugin-https-proxy": patch
"@gasket/plugin-docusaurus": patch
"@gasket/plugin-middleware": patch
"@gasket/plugin-typescript": patch
"@gasket/plugin-happyfeet": patch
"@gasket/typescript-tests": patch
"@gasket/plugin-manifest": patch
"@gasket/plugin-metadata": patch
"@gasket/plugin-analyze": patch
"@gasket/plugin-command": patch
"@gasket/plugin-cypress": patch
"@gasket/plugin-express": patch
"@gasket/plugin-fastify": patch
"@gasket/plugin-swagger": patch
"@gasket/plugin-webpack": patch
"@gasket/plugin-winston": patch
"@gasket/plugin-workbox": patch
"@gasket/plugin-logger": patch
"@gasket/plugin-morgan": patch
"@gasket/plugin-nextjs": patch
"@gasket/preset-nextjs": patch
"@gasket/plugin-https": patch
"@gasket/plugin-mocha": patch
"@gasket/plugin-redux": patch
"@gasket/plugin-data": patch
"@gasket/plugin-docs": patch
"@gasket/plugin-intl": patch
"@gasket/plugin-jest": patch
"@gasket/plugin-lint": patch
"generate-docs-index": patch
"create-gasket-app": patch
"@gasket/plugin-git": patch
"@gasket/preset-api": patch
"@gasket/react-intl": patch
"@gasket/request": patch
"@gasket/assets": patch
"@gasket/nextjs": patch
"@gasket/fetch": patch
"@gasket/redux": patch
"@gasket/utils": patch
"@gasket/core": patch
"@gasket/data": patch
"@gasket/intl": patch
---

Remove Catalog and Workspace alias usage.
13 changes: 13 additions & 0 deletions packages/create-gasket-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# `create-gasket-app`

## 7.3.1

### Patch Changes

- Updated dependencies [87ea998]
- @gasket/plugin-dynamic-plugins@7.3.1
- @gasket/plugin-metadata@7.3.1
- @gasket/plugin-command@7.3.1
- @gasket/plugin-docs@7.3.1
- @gasket/plugin-docusaurus@7.3.0
- @gasket/plugin-git@7.3.0
- @gasket/plugin-logger@7.3.0

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gasket-app",
"version": "7.3.0",
"version": "7.3.1",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-analyze`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-analyze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-analyze",
"version": "7.3.0",
"version": "7.3.1",
"description": "Gasket Analyzer Plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-analyze",
"dependencies": {
"@types/webpack-bundle-analyzer": "^4.7.0",
"deepmerge": "^4.3.1",
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@gasket/core": "^7.3.0",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@gasket/plugin-metadata": "^7.3.0",
"@gasket/plugin-webpack": "^7.3.0",
"@types/jest": "^29.5.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-command`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
2 changes: 0 additions & 2 deletions packages/gasket-plugin-command/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ declare module '@gasket/core' {
}
}

declare module '@gasket/plugin-command' {
}
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-command",
"version": "7.3.0",
"version": "7.3.1",
"description": "Plugin to enable other plugins to inject new gasket commands",
"type": "module",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/gasket-plugin-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@gasket/plugin-docs`

## 7.3.1

### Patch Changes

- Updated dependencies [87ea998]
- @gasket/plugin-command@7.3.1

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-docs",
"version": "7.3.0",
"version": "7.3.1",
"description": "Centralize doc files from plugins and modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-dynamic-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-dynamic-plugins`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
7 changes: 2 additions & 5 deletions packages/gasket-plugin-dynamic-plugins/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ declare module '@gasket/core' {
}
}


declare module '@gasket/plugin-dynamic-plugins' {
const plugin: Plugin;
export default plugin;
}
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-dynamic-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-dynamic-plugins",
"version": "7.3.0",
"version": "7.3.1",
"description": "Gasket plugin for dynamically adding plugins to Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"fastify": "^4"
"fastify": "^4.29.0"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-https-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-https-proxy`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
8 changes: 2 additions & 6 deletions packages/gasket-plugin-https-proxy/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ declare module '@gasket/core' {
}
}



declare module '@gasket/plugin-https-proxy' {
const plugin: Plugin;
export default plugin;
}
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-https-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-https-proxy",
"version": "7.3.0",
"version": "7.3.1",
"description": "Adds support for running an https proxy",
"type": "module",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/gasket-plugin-https/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@gasket/plugin-https`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports
- cd76a80: Allow partial https in gasket config.

## 7.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-https/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ declare module '@gasket/core' {

type CustomHttpsSettings = {
root?: string;
key: MaybeMultiple<CertInput>;
cert: MaybeMultiple<CertInput>;
key?: MaybeMultiple<CertInput>;
cert?: MaybeMultiple<CertInput>;
ca?: MaybeMultiple<CertInput>;
ciphers?: MaybeMultiple<string>;
honorCipherOrder?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-plugin-https/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-https",
"version": "7.3.0",
"version": "7.3.1",
"description": "Create http/s servers with graceful termination",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,6 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-https",
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"@types/http-proxy": "^1.17.16",
"create-servers": "^3.3.0",
"diagnostics": "^2.0.2",
"errs": "^0.3.2",
Expand All @@ -51,6 +50,7 @@
"@gasket/plugin-metadata": "^7.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"@types/http-proxy": "^1.17.16",
"create-gasket-app": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-lint`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/gasket-plugin-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-lint",
"version": "7.3.0",
"version": "7.3.1",
"description": "Adds GoDaddy standard linting to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,6 +45,7 @@
"@gasket/plugin-metadata": "^7.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"@typescript-eslint/parser": "^6.21.0",
"create-gasket-app": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/gasket-plugin-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@gasket/plugin-metadata`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports
- @gasket/plugin-logger@7.3.0

## 7.3.0

### Minor Changes
Expand Down
1 change: 0 additions & 1 deletion packages/gasket-plugin-metadata/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@ declare module '@gasket/core' {
}
}

// Export plugin separately
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-metadata",
"version": "7.3.0",
"version": "7.3.1",
"description": "Adds metadata to gasket lifecycles",
"type": "module",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-middleware`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/gasket-plugin-middleware/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ declare module '@gasket/core' {
}
}

declare module '@gasket/plugin-middleware' {
const plugin: Plugin;
export default plugin;
}
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-middleware",
"version": "7.3.0",
"version": "7.3.1",
"description": "Handles common server engine setups for routing and executing lifecycles.",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-mocha`

## 7.3.1

### Patch Changes

- 87ea998: Add missing dep to lint plugin, adjust TS type exports

## 7.3.0

### Minor Changes
Expand Down
7 changes: 2 additions & 5 deletions packages/gasket-plugin-mocha/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import type { Plugin } from '@gasket/core';


declare module '@gasket/plugin-mocha' {
const plugin: Plugin;
export default plugin;
}
declare const plugin: Plugin;
export default plugin;
2 changes: 1 addition & 1 deletion packages/gasket-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-mocha",
"version": "7.3.0",
"version": "7.3.1",
"description": "Integrates mocha based testing in to your Gasket application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit c9dbecc

Please sign in to comment.