-
-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release-please
- Loading branch information
Showing
133 changed files
with
29,761 additions
and
18,281 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
name: Bug report | ||
description: File a bug against the `uuid` project | ||
labels: ["bug"] | ||
title: "[BUG] <title>" | ||
labels: ['bug'] | ||
title: '[BUG] <title>' | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Before you begin... | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I am not using version 13.x of node (if so, please upgrade) | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Before you begin... | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I am not using version 13.x of node (if so, please upgrade) | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Recipe for reproducing | ||
description: "**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review." | ||
render: bash | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Recipe for reproducing | ||
description: '**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review.' | ||
render: bash | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: "Output of `npx envinfo --system --browsers --npmPackages --binaries` goes here:" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: 'Output of `npx envinfo --system --browsers --npmPackages --binaries` goes here:' | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["feature"] | ||
labels: ['feature'] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: E.g. alternatives you've considered, examples, screenshots, or anything else that may be helpful | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: E.g. alternatives you've considered, examples, screenshots, or anything else that may be helpful |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
node_modules/ | ||
dist/ | ||
# Browserstack | ||
*.tgz | ||
browserstack.err | ||
dist/ | ||
local.log | ||
*.tgz | ||
logs/ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx --no-install commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx --no-install lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v1tov6.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v6.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v6tov1.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v7.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
dist/ | ||
node_modules/ | ||
README.md | ||
*.sh | ||
.gitignore | ||
.prettierignore | ||
.husky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"ms-vscode.vscode-typescript-next", | ||
"esbenp.prettier-vscode", | ||
"stkb.rewrap" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Build watcher", | ||
"group": "build", | ||
"type": "shell", | ||
"command": "npm run build:watch", | ||
"runOptions": { | ||
"runOn": "folderOpen" | ||
} | ||
}, | ||
{ | ||
"label": "Test watcher", | ||
"group": "build", | ||
"type": "shell", | ||
"command": "npm run test:watch", | ||
"windows": { | ||
"command": "npm run test:watch" | ||
}, | ||
"presentation": { | ||
"reveal": "always", | ||
"panel": "new" | ||
}, | ||
"runOptions": { | ||
"runOn": "folderOpen" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ Christoph Tavan <[email protected]> | |
AJ ONeal <[email protected]> | ||
Vincent Voyer <[email protected]> | ||
Roman Shtylman <[email protected]> | ||
Patrick McCarren <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.