Skip to content

Commit

Permalink
Renovate/all (#47)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency catppuccin/whiskers to v2.5.1 (#20)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency https://github.com/jupyterlab/extension-template to v4.3.5 (#22)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update packages and yarn lock

* Update yarn lock on a clean build of jlpm

* update actions/checkout action to v4

* chore(deps): update actions/setup-python action to v5 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "chore(deps): update actions/checkout action to v4 (#24)" (#26)

This reverts commit b3a5bf7.

* Renovate/all (#29)

* chore(deps): update dependency catppuccin/whiskers to v2.5.1 (#20)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency https://github.com/jupyterlab/extension-template to v4.3.5 (#22)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update packages and yarn lock

* Update yarn lock on a clean build of jlpm

* update actions/checkout action to v4

* chore(deps): update actions/setup-python action to v5 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Bump version

* chore(deps): update dependency css-loader to v7 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update yarn lock

* chore(deps): update dependency eslint to v9 (#35)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* General package updates according to Renovate

* Update stylelint

* Revert all Renovate updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
gabrielmagno and renovate[bot] authored Nov 7, 2024
1 parent 7f7e37f commit c9bf91e
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip uninstall -y "catppuccin_jupyterlab" jupyterlab
- name: Upload extension packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extension-artifacts
path: dist/catppuccin_jupyterlab*
Expand All @@ -60,7 +60,7 @@ jobs:
with:
python-version: '3.9'
architecture: 'x64'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: extension-artifacts
- name: Install and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: catppuccin_jupyterlab-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catppuccin_jupyterlab",
"version": "0.2.5",
"version": "0.2.4",
"description": "📊 Soothing pastel theme for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -65,11 +65,11 @@
"@types/react-addons-linked-state-mixin": "^0.14.22",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"css-loader": "^7.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"npm-run-all2": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"source-map-loader": "^1.0.2",
Expand All @@ -79,7 +79,7 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-prettier": "^4.0.0",
"typescript": "~5.6.0",
"typescript": "~5.0.2",
"yjs": "^13.5.0"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit c9bf91e

Please sign in to comment.