4 Commits

Author SHA1 Message Date
renovate[bot]
423bac00f6 chore(deps): update pre-commit hook renovatebot/pre-commit-hooks (42.84.0 → 42.95.1)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-29 18:48:46 +00:00
dependabot[bot]
a53d69c1d9 chore(deps): bump tar from 7.5.6 to 7.5.7 (#128)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 20:46:41 +02:00
semantic-release-bot
68a1cabd73 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.0...v1.0.1) (2026-01-29)

### Bug Fixes

* **ci:** modify permissions in PR Lint workflow ([49e6213](49e6213862))
2026-01-29 18:43:45 +00:00
49e6213862 fix(ci): modify permissions in PR Lint workflow
Updated permissions for the PR Lint job to include write access for issues and pull requests.
2026-01-29 20:41:32 +02:00
5 changed files with 14 additions and 7 deletions

View File

@@ -10,8 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
Linter:
name: PR Lint
@@ -21,6 +19,8 @@ jobs:
statuses: write
contents: read
packages: read
issues: write
pull-requests: write
steps:
- name: Checkout

View File

@@ -51,7 +51,7 @@ repos:
args: ['-shellcheck=']
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 42.84.0
rev: 42.95.1
hooks:
- id: renovate-config-validator

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.0...v1.0.1) (2026-01-29)
### Bug Fixes
* **ci:** modify permissions in PR Lint workflow ([49e6213](https://github.com/ivuorinen/base-configs-browserslist/commit/49e6213862f33ab1320d5da89fbe1eba6d8676f9))
# 1.0.0 (2025-12-06)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "ivuorinen's shareable configuration for Browserslist.",
"type": "module",
"author": {

View File

@@ -3917,15 +3917,15 @@ __metadata:
linkType: hard
"tar@npm:^7.4.3, tar@npm:^7.5.1, tar@npm:^7.5.2":
version: 7.5.6
resolution: "tar@npm:7.5.6"
version: 7.5.7
resolution: "tar@npm:7.5.7"
dependencies:
"@isaacs/fs-minipass": "npm:^4.0.0"
chownr: "npm:^3.0.0"
minipass: "npm:^7.1.2"
minizlib: "npm:^3.1.0"
yallist: "npm:^5.0.0"
checksum: 10c0/08af3807035957650ad5f2a300c49ca4fe0566ac0ea5a23741a5b5103c6da42891a9eeaed39bc1fbcf21c5cac4dc846828a004727fb08b9d946322d3144d1fd2
checksum: 10c0/51f261afc437e1112c3e7919478d6176ea83f7f7727864d8c2cce10f0b03a631d1911644a567348c3063c45abdae39718ba97abb073d22aa3538b9a53ae1e31c
languageName: node
linkType: hard