Skip to content

Commit 8102098

Browse files
committed
chore: dependency update; ci: icons to titles, pull request template update;
1 parent d0508df commit 8102098

File tree

8 files changed

+464
-239
lines changed

8 files changed

+464
-239
lines changed

.github/ISSUE_TEMPLATE/1-bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Report A Bug
1+
name: "\U0001F41B Report A Bug"
22
description: "Something that was working isn't working anymore, or isn't working the way it was intended to work."
33
title: "[Bug]"
44
labels: [ "bug-triage" ]

.github/ISSUE_TEMPLATE/2-feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Suggest A Feature
1+
name: "\U0001F680 Suggest A Feature"
22
description: "Add new functionality to a package."
33
title: "[Feature]"
44
labels: [ "feature-triage" ]

.github/ISSUE_TEMPLATE/3-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Request Documentation Changes
1+
name: "\U0001F4D6 Request Documentation Changes"
22
description: "Request documentation additions, clarification, and changes."
33
title: "[Docs]"
44
labels: [ "docs-triage" ]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Ask a question
3+
- name: "\U00002754 Ask a question"
44
url: https://github.com/amandaguthrie/template-pnpm-typescript-monorepo/discussions
55
about: Ask questions and discuss topics with other community members

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ None
4646

4747
#### \> ✨ New Package(s)
4848

49-
- [ ] Followed package naming convention? `@amandaguthrie/panda-preset-${category_one}-${package}`
49+
- [ ] Followed package naming convention?
5050
- [ ] `package.json` version is 0.0.0?
5151
- [ ] `package.json` `private: true` is removed and `publishconfig.access: "public"`?
5252
- [ ] `package.json` repository `name`, `description`, and `repostory.directory` are updated?

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ strict-peer-dependencies=false
33
auto-install-peers=true
44
#
55
link-workspace-packages=true
6+
package-manager-strict=false
67
prefer-workspace-packages=true

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"@changesets/changelog-github": "^0.5.0",
3131
"@changesets/cli": "^2.27.1",
3232
"@types/eslint": "^8.56.10",
33-
"@types/node": "^20.12.7",
34-
"@typescript-eslint/eslint-plugin": "^7.7.1",
35-
"@typescript-eslint/parser": "^7.7.1",
33+
"@types/node": "^20.12.11",
34+
"@typescript-eslint/eslint-plugin": "^7.8.0",
35+
"@typescript-eslint/parser": "^7.8.0",
3636
"eslint": "^8.57.0",
3737
"eslint-config-prettier": "^9.1.0",
38-
"glob": "^10.3.12",
38+
"glob": "^10.3.15",
3939
"prettier": "^3.2.5",
40-
"rimraf": "^5.0.5",
40+
"rimraf": "^5.0.7",
4141
"tsup": "^8.0.2",
42-
"tsx": "^4.7.2",
42+
"tsx": "^4.10.2",
4343
"typescript": "^5.4.5"
4444
},
45-
"packageManager": "pnpm@9.0.5",
45+
"packageManager": "pnpm@9.1.0",
4646
"engines": {
4747
"node": ">=18.0.0 <21",
4848
"pnpm": "^9.0.0"

0 commit comments

Comments
 (0)