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: 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.

8 changes: 8 additions & 0 deletions depbadgerc.yml
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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