From 3ead3874186121b0a4abcdea44cffef8cdfcbc0e Mon Sep 17 00:00:00 2001 From: Chaitanya Varma Date: Thu, 14 Aug 2025 16:19:28 -0700 Subject: [PATCH] fix: replace non-working BundlePhobia badges with bundlejs.com - Updated bundle size badges across all package README files - Replaced bundlephobia.com URLs with working bundlejs.com alternatives - Changed badge images to use deno.bundlejs.com badge API - All npm package badges remain functional - Added changeset for patch version bumps Fixes broken bundle analysis links that were showing 'not found' errors. --- .changeset/update-bundle-size-badges.md | 16 ++++++++++++++++ packages/1fe-server/README.md | 2 +- packages/1fe-shell/README.md | 2 +- packages/cli/README.md | 2 +- packages/create-1fe-app/README.md | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .changeset/update-bundle-size-badges.md diff --git a/.changeset/update-bundle-size-badges.md b/.changeset/update-bundle-size-badges.md new file mode 100644 index 00000000..dcb9f919 --- /dev/null +++ b/.changeset/update-bundle-size-badges.md @@ -0,0 +1,16 @@ +--- +'@1fe/server': patch +'@1fe/shell': patch +'@1fe/cli': patch +'@1fe/create-1fe-app': patch +--- + +Replace non-working BundlePhobia badges with working bundlejs.com alternatives + +Updated bundle size badges across all package README files to use bundlejs.com instead of the non-functional bundlephobia.com service. The new badges provide better functionality and are actively maintained: + +- Changed badge URLs from `bundlephobia.com/result?p=package` to `bundlejs.com/?q=package` +- Updated badge image URLs from `img.shields.io/bundlephobia/minzip/package` to `deno.bundlejs.com/?q=package&badge=detailed` +- All npm package badges remain functional and working correctly + +This ensures users can access working bundle analysis tools and view accurate bundle size information. diff --git a/packages/1fe-server/README.md b/packages/1fe-server/README.md index 3251492f..749d452b 100644 --- a/packages/1fe-server/README.md +++ b/packages/1fe-server/README.md @@ -2,7 +2,7 @@ # @1fe/server -[![npm version](https://badge.fury.io/js/@1fe%2Fserver.svg)](https://www.npmjs.com/package/@1fe/server) [![npm downloads](https://img.shields.io/npm/dm/@1fe/server.svg)](https://www.npmjs.com/package/@1fe/server) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Coverage Status](https://img.shields.io/badge/coverage-75%25-brightgreen.svg)](https://github.com/docusign/1fe) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@1fe/server)](https://bundlephobia.com/result?p=@1fe/server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) +[![npm version](https://badge.fury.io/js/@1fe%2Fserver.svg)](https://www.npmjs.com/package/@1fe/server) [![npm downloads](https://img.shields.io/npm/dm/@1fe/server.svg)](https://www.npmjs.com/package/@1fe/server) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Coverage Status](https://img.shields.io/badge/coverage-75%25-brightgreen.svg)](https://github.com/docusign/1fe) [![Bundle Size](https://deno.bundlejs.com/?q=@1fe/server&badge=detailed)](https://bundlejs.com/?q=@1fe/server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) Express server that serves as the backbone of a 1fe instance, handling dynamic configuration, widget loading, and platform services. diff --git a/packages/1fe-shell/README.md b/packages/1fe-shell/README.md index 5010c9c3..3f0b00e0 100644 --- a/packages/1fe-shell/README.md +++ b/packages/1fe-shell/README.md @@ -2,7 +2,7 @@ # @1fe/shell -[![npm version](https://badge.fury.io/js/@1fe%2Fshell.svg)](https://www.npmjs.com/package/@1fe/shell) [![npm downloads](https://img.shields.io/npm/dm/@1fe/shell.svg)](https://www.npmjs.com/package/@1fe/shell) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Coverage Status](https://img.shields.io/badge/coverage-70%25-brightgreen.svg)](https://github.com/docusign/1fe) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@1fe/shell)](https://bundlephobia.com/result?p=@1fe/shell) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) +[![npm version](https://badge.fury.io/js/@1fe%2Fshell.svg)](https://www.npmjs.com/package/@1fe/shell) [![npm downloads](https://img.shields.io/npm/dm/@1fe/shell.svg)](https://www.npmjs.com/package/@1fe/shell) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Coverage Status](https://img.shields.io/badge/coverage-70%25-brightgreen.svg)](https://github.com/docusign/1fe) [![Bundle Size](https://deno.bundlejs.com/?q=@1fe/shell&badge=detailed)](https://bundlejs.com/?q=@1fe/shell) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) Application shell providing common UI components, layout, and platform utilities for 1fe widgets. diff --git a/packages/cli/README.md b/packages/cli/README.md index e673d321..8cba1d3a 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -2,7 +2,7 @@ # @1fe/cli -[![npm version](https://badge.fury.io/js/@1fe%2Fcli.svg)](https://www.npmjs.com/package/@1fe/cli) [![npm downloads](https://img.shields.io/npm/dm/@1fe/cli.svg)](https://www.npmjs.com/package/@1fe/cli) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@1fe/cli)](https://bundlephobia.com/result?p=@1fe/cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) +[![npm version](https://badge.fury.io/js/@1fe%2Fcli.svg)](https://www.npmjs.com/package/@1fe/cli) [![npm downloads](https://img.shields.io/npm/dm/@1fe/cli.svg)](https://www.npmjs.com/package/@1fe/cli) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Bundle Size](https://deno.bundlejs.com/?q=@1fe/cli&badge=detailed)](https://bundlejs.com/?q=@1fe/cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) Command-line tools for building, developing, and validating widgets within the 1fe ecosystem. diff --git a/packages/create-1fe-app/README.md b/packages/create-1fe-app/README.md index 6fa3d297..73fc0b0a 100644 --- a/packages/create-1fe-app/README.md +++ b/packages/create-1fe-app/README.md @@ -2,7 +2,7 @@ # @1fe/create-1fe-app -[![npm version](https://badge.fury.io/js/@1fe%2Fcreate-1fe-app.svg)](https://www.npmjs.com/package/@1fe/create-1fe-app) [![npm downloads](https://img.shields.io/npm/dm/@1fe/create-1fe-app.svg)](https://www.npmjs.com/package/@1fe/create-1fe-app) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@1fe/create-1fe-app)](https://bundlephobia.com/result?p=@1fe/create-1fe-app) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/Node.js-22%2B-green.svg)](https://nodejs.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) +[![npm version](https://badge.fury.io/js/@1fe%2Fcreate-1fe-app.svg)](https://www.npmjs.com/package/@1fe/create-1fe-app) [![npm downloads](https://img.shields.io/npm/dm/@1fe/create-1fe-app.svg)](https://www.npmjs.com/package/@1fe/create-1fe-app) [![CI Status](https://github.com/docusign/1fe/workflows/%F0%9F%9A%80%20CI%2FCD/badge.svg)](https://github.com/docusign/1fe/actions) [![Bundle Size](https://deno.bundlejs.com/?q=@1fe/create-1fe-app&badge=detailed)](https://bundlejs.com/?q=@1fe/create-1fe-app) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js](https://img.shields.io/badge/Node.js-22%2B-green.svg)](https://nodejs.org/) [![Join the community](https://img.shields.io/badge/Join%20the%20community-1fe.com-blue)](https://1fe.com) > 🚀 CLI tool to quickly scaffold a new 1fe instance