Skip to content

Commit fe4bc73

Browse files
committed
v4.8.0 - boundation, changelog, version bump
1 parent 79d4e1f commit fe4bc73

File tree

5 files changed

+691
-1093
lines changed

5 files changed

+691
-1093
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## v4.8.0 2023 December 28
4+
5+
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
6+
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)
7+
38
## v4.7.0 2023 December 6
49

510
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

LICENSE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!-- LICENSEFILE/ -->
22

3-
<h1>License</h1>
3+
# License
44

55
Unless stated otherwise all works are:
66

7-
<ul><li>Copyright &copy; 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul>
7+
- Copyright &copy; [Benjamin Lupton](https://balupton.com)
88

99
and licensed under:
1010

11-
<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul>
11+
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html)
1212

13-
<h2>The Artistic License 2.0</h2>
13+
## The Artistic License 2.0
1414

1515
<pre>
1616
Copyright (c) 2000-2006, The Perl Foundation.

README.md

Lines changed: 68 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!-- TITLE/ -->
22

3-
<h1>valid-directory</h1>
3+
# valid-directory
44

55
<!-- /TITLE -->
66

7-
87
<!-- BADGES/ -->
98

109
<span class="badge-githubworkflow"><a href="https://github.com/bevry/valid-directory/actions?query=workflow%3Abevry" title="View the status of this project's GitHub Workflow: bevry"><img src="https://github.com/bevry/valid-directory/workflows/bevry/badge.svg" alt="Status of the GitHub Workflow: bevry" /></a></span>
@@ -25,7 +24,6 @@
2524

2625
<!-- /BADGES -->
2726

28-
2927
<!-- DESCRIPTION/ -->
3028

3129
Check whether or not a directory and its descendants are valid
@@ -77,73 +75,69 @@ To validate your packages before you publish them, you can do the following:
7775

7876
<!-- INSTALL/ -->
7977

80-
<h2>Install</h2>
78+
## Install
8179

82-
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
83-
<h4>Install Globally</h4>
84-
<ul>
85-
<li>Install: <code>npm install --global valid-directory</code></li>
86-
<li>Executable: <code>valid-directory</code></li>
87-
</ul>
88-
<h4>Install Locally</h4>
89-
<ul>
90-
<li>Install: <code>npm install --save valid-directory</code></li>
91-
<li>Executable: <code>npx valid-directory</code></li>
92-
<li>Import: <code>import pkg from ('valid-directory')</code></li>
93-
<li>Require: <code>const pkg = require('valid-directory').default</code></li>
94-
</ul>
80+
### [npm](https://npmjs.com "npm is a package manager for javascript")
9581

96-
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>
82+
#### Install Globally
9783

98-
``` typescript
99-
import pkg from 'https://unpkg.com/valid-directory@^4.7.0/edition-deno/index.ts'
100-
```
84+
- Install: `npm install --global valid-directory`
85+
- Executable: `valid-directory`
10186

102-
<h3><a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
87+
#### Install Locally
10388

104-
<p>This package is published with the following editions:</p>
89+
- Install: `npm install --save valid-directory`
90+
- Executable: `npx valid-directory`
91+
- Import: `import pkg from ('valid-directory')`
92+
- Require: `const pkg = require('valid-directory').default`
10593

106-
<ul><li><code>valid-directory/source/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
107-
<li><code>valid-directory</code> aliases <code>valid-directory/edition-es2022/index.js</code></li>
108-
<li><code>valid-directory/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
109-
<li><code>valid-directory/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
110-
<li><code>valid-directory/edition-types/index.d.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled Types with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
111-
<li><code>valid-directory/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>
94+
### [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js")
11295

113-
<!-- /INSTALL -->
96+
``` typescript
97+
import pkg from 'https://unpkg.com/valid-directory@^4.8.0/edition-deno/index.ts'
98+
```
99+
### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.")
114100

101+
This package is published with the following editions:
102+
- `valid-directory/source/index.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules
103+
- `valid-directory` aliases `valid-directory/edition-es2022/index.js`
104+
- `valid-directory/edition-es2022/index.js` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022 "ECMAScript 2022") for [Node.js](https://nodejs.org "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 18 || 20 || 21 with [Require](https://nodejs.org/dist/latest-v5.x/docs/api/modules.html "Node/CJS Modules") for modules
105+
- `valid-directory/edition-es2022-esm/index.js` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022 "ECMAScript 2022") for [Node.js](https://nodejs.org "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 18 || 20 || 21 with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules
106+
- `valid-directory/edition-types/index.d.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled Types with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules
107+
- `valid-directory/edition-deno/index.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code made to be compatible with [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js")
108+
109+
<!-- /INSTALL -->
115110

116111
<!-- HISTORY/ -->
117112

118-
<h2>History</h2>
113+
## History
119114

120-
<a href="https://github.com/bevry/valid-directory/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
115+
[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/valid-directory/blob/HEAD/HISTORY.md#files)
121116

122117
<!-- /HISTORY -->
123118

119+
<!-- BACKERS/ -->
124120

125-
<!-- CONTRIBUTE/ -->
126-
127-
<h2>Contribute</h2>
128-
129-
<a href="https://github.com/bevry/valid-directory/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
121+
## Backers
130122

131-
<!-- /CONTRIBUTE -->
123+
### Code
132124

125+
[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/valid-directory/blob/HEAD/CONTRIBUTING.md#files)
133126

134-
<!-- BACKERS/ -->
127+
#### Authors
135128

136-
<h2>Backers</h2>
129+
- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom.
137130

138-
<h3>Maintainers</h3>
131+
#### Maintainers
139132

140-
These amazing people are maintaining this project:
133+
- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom.
141134

142-
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/valid-directory/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory">view contributions</a></li></ul>
135+
#### Contributors
143136

144-
<h3>Sponsors</h3>
137+
- [Benjamin Lupton](https://github.com/balupton)[view contributions](https://github.com/bevry/valid-directory/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory")
138+
- [Sumit Rai](https://github.com/sumitrai)[view contributions](https://github.com/bevry/valid-directory/commits?author=sumitrai "View the GitHub contributions of Sumit Rai on repository bevry/valid-directory")
145139

146-
No sponsors yet! Will you be the first?
140+
### Finances
147141

148142
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
149143
<span class="badge-thanksdev"><a href="https://thanks.dev/u/gh/bevry" title="Donate to this project using ThanksDev"><img src="https://img.shields.io/badge/thanksdev-donate-yellow.svg" alt="ThanksDev donate button" /></a></span>
@@ -154,28 +148,45 @@ No sponsors yet! Will you be the first?
154148
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
155149
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
156150

157-
<h3>Contributors</h3>
158-
159-
These amazing people have contributed code to this project:
160-
161-
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/valid-directory/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory">view contributions</a></li>
162-
<li><a href="https://github.com/sumitrai">Sumit Rai</a> — <a href="https://github.com/bevry/valid-directory/commits?author=sumitrai" title="View the GitHub contributions of Sumit Rai on repository bevry/valid-directory">view contributions</a></li></ul>
163-
164-
<a href="https://github.com/bevry/valid-directory/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
151+
#### Sponsors
152+
153+
- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
154+
- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
155+
- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
156+
- [Poonacha Medappa](https://poonachamedappa.com)
157+
- [Rob Morris](https://github.com/Rob-Morris)
158+
- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games.
159+
- [Syntax](https://syntax.fm) — Syntax Podcast
160+
161+
#### Donors
162+
163+
- [Andrew Nesbitt](https://nesbitt.io)
164+
- [Balsa](https://balsa.com)
165+
- [Chad](https://opencollective.com/chad8)
166+
- [Codecov](https://codecov.io/)
167+
- [entroniq](https://gitlab.com/entroniq)
168+
- [Jean-Luc Geering](https://github.com/jlgeering)
169+
- [Michael Duane Mooring](https://mdm.cc)
170+
- [Mohammed Shah](https://github.com/smashah)
171+
- [Poonacha Medappa](https://poonachamedappa.com)
172+
- [Rob Morris](https://github.com/Rob-Morris)
173+
- [Sentry](https://sentry.io)
174+
- [ServieJS](https://github.com/serviejs)
175+
- [Skunk Team](https://skunk.team)
176+
- [Syntax](https://syntax.fm)
165177

166178
<!-- /BACKERS -->
167179

168-
169180
<!-- LICENSE/ -->
170181

171-
<h2>License</h2>
182+
## License
172183

173184
Unless stated otherwise all works are:
174185

175-
<ul><li>Copyright &copy; 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul>
186+
- Copyright &copy; [Benjamin Lupton](https://balupton.com)
176187

177188
and licensed under:
178189

179-
<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul>
190+
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html)
180191

181192
<!-- /LICENSE -->

0 commit comments

Comments
 (0)