Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/busy-baboons-crash.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/fix-scoped-package-names.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ehildt/depbadge": patch
---

fix encodeLabel for scoped package names: strip @ prefix and convert / to - for correct shield.io badge URLs
215 changes: 0 additions & 215 deletions AGENTS.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ehildt/depbadge

## 1.3.0

### Minor Changes

- aae9e4e: Replace js-yaml with yaml and yargs with native parseArgs, add resolveYamlMergeKey for YAML 1.1 merge key support

## 1.2.0

### Minor Changes
Expand Down
10 changes: 9 additions & 1 deletion depbadgerc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=./depbadgerc.schema.json
integrity: 2dba81fa2bc8c81cc09452035d6b34e781d69536b2af3db6ada1d586c2f1e63a
integrity: fd0a6e9e906af7ac3361dddb019ba6f81748f0aa877a73dfaa03b745eada1f1a
target: README.md
manifest: package.json
output:
Expand Down Expand Up @@ -35,6 +35,9 @@ dependencies:
- name: "@iarna/toml"
namedLogo: toml
link: https://github.com/iarna/iarna-toml
- name: yaml
namedLogo: npm
link: https://github.com/eemeli/yaml

devDependencies:
layout: *DEPENDENCIES_LAYOUT
Expand Down Expand Up @@ -102,6 +105,11 @@ statusBadges:
showHeader: false
badgeStyle: *STATUS_BADGES_STYLE
items:
- name: tile
message: NPM
label: depbadge
namedLogo: npm
link: https://www.npmjs.com/package/@ehildt/depbadge
- name: github
metric: release
user: ehildt
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ehildt/depbadge",
"description": "A tool that creates shieldio badges",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"main": "dist/index.mjs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"colord": "^2.9.3",
"yaml": "^2.8.2"
"yaml": "^2.8.3"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
Expand All @@ -58,7 +58,7 @@
"depcheck": "^1.4.7",
"dependency-cruiser": "^17.3.9",
"dotenv-cli": "^11.0.0",
"eslint": "^10.0.3",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
Loading
Loading