Skip to content

Commit 2bf1704

Browse files
committed
update deps, cleanup docs, cleanup url helpers
1 parent 9970867 commit 2bf1704

5 files changed

Lines changed: 446 additions & 380 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This package is published with the following editions:
135135

136136
- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
137137
- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
138-
- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
138+
- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing.
139139
- [Poonacha Medappa](https://poonachamedappa.com)
140140
- [Rob Morris](https://github.com/Rob-Morris)
141141
- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games.
@@ -146,10 +146,10 @@ This package is published with the following editions:
146146
- [Andrew Nesbitt](https://nesbitt.io)
147147
- [Balsa](https://balsa.com)
148148
- [Chad](https://opencollective.com/chad8)
149-
- [Codecov](https://codecov.io/)
149+
- [Codecov](https://codecov.io)
150150
- [entroniq](https://gitlab.com/entroniq)
151151
- [Jean-Luc Geering](https://github.com/jlgeering)
152-
- [Michael Duane Mooring](https://mdm.cc)
152+
- [Michael Duane Mooring](https://bevry.me)
153153
- [Mohammed Shah](https://github.com/smashah)
154154
- [Poonacha Medappa](https://poonachamedappa.com)
155155
- [Rob Morris](https://github.com/Rob-Morris)

package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"sponsors": [
117117
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew): Software engineer and researcher",
118118
"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa): We're Balsa, and we're building tools for builders.",
119-
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.",
119+
"Codecov <hello-codecov@sentry.io> (https://codecov.io) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.",
120120
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
121121
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)",
122122
"Sentry (https://sentry.io) (https://github.com/getsentry): Real-time crash reporting for your web apps, mobile apps, and games.",
@@ -126,10 +126,10 @@
126126
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)",
127127
"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa)",
128128
"Chad (https://opencollective.com/chad8)",
129-
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov)",
129+
"Codecov <hello-codecov@sentry.io> (https://codecov.io) (https://github.com/codecov)",
130130
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)",
131131
"Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)",
132-
"Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
132+
"Michael Duane Mooring (https://bevry.me) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
133133
"Mohammed Shah <shah@idk.uno> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)",
134134
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
135135
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)",
@@ -247,16 +247,16 @@
247247
"@bevry/argument": "^1.1.0",
248248
"@bevry/fs-readable": "^2.4.0",
249249
"@bevry/json": "^2.3.0",
250-
"@bevry/list": "^2.3.0",
250+
"@bevry/list": "^2.4.0",
251251
"@bevry/wait": "^2.5.0",
252252
"@octokit/graphql": "^7.0.2",
253253
"arrange-package-json": "^5.1.0",
254254
"errlop": "^8.3.0",
255-
"fellow": "^7.1.0",
255+
"fellow": "^7.1.1",
256256
"js-yaml": "^4.1.0",
257-
"native-promise-pool": "^3.26.0",
257+
"native-promise-pool": "^3.27.0",
258258
"simplytyped": "^3.3.0",
259-
"trim-empty-keys": "^1.0.1"
259+
"trim-empty-keys": "^1.1.0"
260260
},
261261
"devDependencies": {
262262
"@types/node": "^20.10.5",
@@ -268,12 +268,12 @@
268268
"eslint-config-prettier": "^9.1.0",
269269
"eslint-plugin-prettier": "^5.1.2",
270270
"kava": "^7.6.0",
271-
"make-deno-edition": "^2.1.0",
271+
"make-deno-edition": "^2.2.0",
272272
"prettier": "^3.1.1",
273-
"projectz": "^4.0.0",
273+
"projectz": "^4.1.0",
274274
"typedoc": "^0.25.4",
275275
"typescript": "5.3.3",
276-
"valid-directory": "^4.7.0",
276+
"valid-directory": "^4.8.0",
277277
"valid-module": "^2.6.0"
278278
},
279279
"scripts": {

0 commit comments

Comments
 (0)