Skip to content

Commit

Permalink
chore: dependency update; ci: icons to titles, pull request template …
Browse files Browse the repository at this point in the history
…update;
  • Loading branch information
amandaguthrie committed May 13, 2024
1 parent d0508df commit 8102098
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Report A Bug
name: "\U0001F41B Report A Bug"
description: "Something that was working isn't working anymore, or isn't working the way it was intended to work."
title: "[Bug]"
labels: [ "bug-triage" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Suggest A Feature
name: "\U0001F680 Suggest A Feature"
description: "Add new functionality to a package."
title: "[Feature]"
labels: [ "feature-triage" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Request Documentation Changes
name: "\U0001F4D6 Request Documentation Changes"
description: "Request documentation additions, clarification, and changes."
title: "[Docs]"
labels: [ "docs-triage" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
- name: "\U00002754 Ask a question"
url: https://github.com/amandaguthrie/template-pnpm-typescript-monorepo/discussions
about: Ask questions and discuss topics with other community members
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ None

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

- [ ] Followed package naming convention? `@amandaguthrie/panda-preset-${category_one}-${package}`
- [ ] Followed package naming convention?
- [ ] `package.json` version is 0.0.0?
- [ ] `package.json` `private: true` is removed and `publishconfig.access: "public"`?
- [ ] `package.json` repository `name`, `description`, and `repostory.directory` are updated?
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ strict-peer-dependencies=false
auto-install-peers=true
#
link-workspace-packages=true
package-manager-strict=false
prefer-workspace-packages=true
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.12",
"glob": "^10.3.15",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"tsx": "^4.10.2",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=18.0.0 <21",
"pnpm": "^9.0.0"
Expand Down
Loading

0 comments on commit 8102098

Please sign in to comment.