Skip to content

chore(deps): update dependency vite to v8.0.16 [security] #153

chore(deps): update dependency vite to v8.0.16 [security]

chore(deps): update dependency vite to v8.0.16 [security] #153

Workflow file for this run

name: Welcome new contributors
# Greets first-time contributors when they open their first issue or PR.
# Sets expectations about review SLA and the maintainer-only merge / release rules.
# Comment-only — never approves anything.
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
# OpenSSF Scorecard "Token-Permissions": top-level empty; the job re-declares
# only the comment write scopes it needs.
permissions: {}
jobs:
welcome:
name: Greet first-time contributor
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 Thanks for opening your first issue on **tailwindcss-obfuscator**!
A few things to know:
- The maintainer (@josedacosta) will respond within ~a week (often faster).
- For bugs, a minimal reproduction in a CodeSandbox / StackBlitz / GitHub repo is the single fastest way to get a fix.
- For "how do I…" questions, please use [Discussions](https://github.com/josedacosta/tailwindcss-obfuscator/discussions) instead — issues are reserved for confirmed bugs and concrete feature requests.
Thanks for taking the time to report this. 🙏
pr-message: |
👋 Thanks for opening your first pull request on **tailwindcss-obfuscator**! 💖
A few things to know up front:
- **Only the maintainer (@josedacosta) can merge this PR**, even if all CI checks turn green. This is enforced by branch protection + CODEOWNERS — see [`CONTRIBUTING.md`](https://github.com/josedacosta/tailwindcss-obfuscator/blob/main/CONTRIBUTING.md#-maintainer-only-actions-technically-enforced) for the why.
- **Opening this PR doesn't trigger an npm release.** Releases are batched: your changeset will land in the next release cycle, on a cadence the maintainer decides. Please don't ping asking for an immediate release.
- **Expect a first review within ~a week.** The maintainer reads every PR personally.
- You may see automated review comments from CodeRabbit and similar tools — these are **informational only** and do not count as the maintainer's approval.
While you wait, please make sure:
- [ ] CI is green (lint, typecheck, tests, build)
- [ ] You added a `.changeset/*.md` if your change touches `packages/tailwindcss-obfuscator/**`
- [ ] The PR title follows [Conventional Commits](https://www.conventionalcommits.org/) (e.g. `feat:`, `fix:`, `docs:`)
Thanks again — every contribution makes the project better. 🚀