Skip to content

Commit

Permalink
Bump the babel group with 2 updates (#5269)
Browse files Browse the repository at this point in the history
* Bump the babel group with 2 updates

Bumps the babel group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core)

Updates `@babel/preset-env` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <[email protected]>

* pr-checks: install python

because with ubuntu 24, python 12 blows up on pip install,
so it's either that or --break-system-packages

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hradil <[email protected]>
  • Loading branch information
dependabot[bot] and himdel authored Oct 15, 2024
1 parent 8ac276a commit 7ec31f3
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 295 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
node-version: '18'
cache: 'npm'

- name: "Install python 3.11"
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: "Checks"
run: |
# fail if npm install had to change package-lock.json
Expand Down
Loading

0 comments on commit 7ec31f3

Please sign in to comment.