mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-02 03:42:17 +00:00
Compare commits
3 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c07f5d763a | ||
|
|
e91a9abda2 | ||
| 89bae3f8a5 |
37
.github/workflows/update-browserslist.yaml
vendored
Normal file
37
.github/workflows/update-browserslist.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
name: Update Browserslist database
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# At 02:00 on day-of-month 1 and 15.
|
||||||
|
- cron: '0 2 1,15 * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-browserslist-database:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Configure git
|
||||||
|
run: |
|
||||||
|
git config user.name "fiximus"
|
||||||
|
git config user.email "189535814+fiximus@users.noreply.github.com"
|
||||||
|
- name: Update Browserslist database and create PR if applies
|
||||||
|
uses: c2corg/browserslist-update-action@v2
|
||||||
|
with:
|
||||||
|
directory: ./packages/browserslist-config/
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: ${{ vars.BROWSERSLIST_UPDATE_BRANCH || 'browserslist-update' }}
|
||||||
|
base_branch: ${{ vars.DEFAULT_BRANCH || 'main' }}
|
||||||
|
commit_message: 'chore(deps): update browserslist database'
|
||||||
|
title: 'chore(deps): update browserslist database'
|
||||||
|
body: Auto-generated by [browserslist-update-action](https://github.com/c2corg/browserslist-update-action/)
|
||||||
|
labels: 'maintenance'
|
||||||
|
reviewers: 'ivuorinen'
|
||||||
@@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.9...@ivuorinen/stylelint-config@0.3.10) (2024-12-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.3.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.8...@ivuorinen/stylelint-config@0.3.9) (2024-12-10)
|
## [0.3.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.8...@ivuorinen/stylelint-config@0.3.9) (2024-12-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/stylelint-config",
|
"name": "@ivuorinen/stylelint-config",
|
||||||
"version": "0.3.9",
|
"version": "0.3.10",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
@@ -525,9 +525,9 @@ ms@^2.1.3:
|
|||||||
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
||||||
|
|
||||||
nanoid@^3.3.7:
|
nanoid@^3.3.7:
|
||||||
version "3.3.7"
|
version "3.3.8"
|
||||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
|
||||||
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
|
||||||
|
|
||||||
normalize-path@^3.0.0:
|
normalize-path@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user