Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(npm): update dev dependencies #135

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

amtins
Copy link
Member

@amtins amtins commented Dec 11, 2023

Description

Running the command npm outdated returns the following result:

Package Current Latest
@babel/core 7.23.3 7.23.6
@babel/preset-env 7.23.3 7.23.6
@semantic-release/github 9.2.3 9.2.5
@semantic-release/npm 11.0.1 11.0.2
@types/jest 29.5.10 29.5.11
eslint 8.54.0 8.55.0
semantic-release 22.0.8 22.0.10
stylelint 15.11.0 16.0.2
stylelint-order 6.0.3 6.0.4

This update allows to use the latest versions of various development dependencies.

Changes made

  • updates the package.json file
  • updates the package-lock.json file

Running the command `npm outdated` returns the following result:

| Package                   | Current   | Latest  |
|---------------------------|-----------|---------|
| @babel/core               | 7.23.3    | 7.23.6  |
| @babel/preset-env         | 7.23.3    | 7.23.6  |
| @semantic-release/github  | 9.2.3     | 9.2.5   |
| @semantic-release/npm     | 11.0.1    | 11.0.2  |
| @types/jest               | 29.5.10   | 29.5.11 |
| eslint                    | 8.54.0    | 8.55.0  |
| semantic-release          | 22.0.8    | 22.0.10 |
| stylelint                 | 15.11.0   | 16.0.2  |
| stylelint-order           | 6.0.3     | 6.0.4   |

This update allows to use the latest versions of various development dependencies.

- updates the `package.json` file
- updates the `package-lock.json` file
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 98.37% 482/490
🟢 Branches 93.44% 228/244
🟢 Functions 100% 136/136
🟢 Lines 99.15% 465/469

Test suite run success

145 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from 2c0e0a1

@amtins amtins added this pull request to the merge queue Dec 14, 2023
Merged via the queue into main with commit c1e8750 Dec 14, 2023
3 checks passed
@amtins amtins deleted the chore/71-update-dev-depenpencies branch December 14, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants