chore: updated versions of setup-node action and scratch-webpack-configuration resolved conflicts

This commit is contained in:
MiroslavDionisiev 2024-07-29 11:36:33 +03:00
commit 967ad3da4a
4 changed files with 4261 additions and 1910 deletions

View file

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
if: github.event_name == 'pull_request'
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
- uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
with:
cache: "npm"
node-version-file: ".nvmrc"

View file

@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.232](https://github.com/scratchfoundation/scratch-render/compare/v1.0.231...v1.0.232) (2024-07-28)
### Bug Fixes
* **deps:** update dependency scratch-storage to v2.3.197 ([100841e](https://github.com/scratchfoundation/scratch-render/commit/100841eaf097046362fbea974e5a34478ee5969f))
## [1.0.231](https://github.com/scratchfoundation/scratch-render/compare/v1.0.230...v1.0.231) (2024-07-27)
### Bug Fixes
* **deps:** update dependency scratch-storage to v2.3.195 ([8422a73](https://github.com/scratchfoundation/scratch-render/commit/8422a73d697514255392f645faeb7fcbe22902e9))
## [1.0.230](https://github.com/scratchfoundation/scratch-render/compare/v1.0.229...v1.0.230) (2024-07-27)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.78 ([3be2d83](https://github.com/scratchfoundation/scratch-render/commit/3be2d836aa63f5613043487c4dc81ed92c8b59c5))
## [1.0.229](https://github.com/scratchfoundation/scratch-render/compare/v1.0.228...v1.0.229) (2024-07-26)
### Bug Fixes
* **deps:** update dependency scratch-storage to v2.3.194 ([f0d6905](https://github.com/scratchfoundation/scratch-render/commit/f0d6905a7ceee899b1a3b94f6d4ca92530cfb4c5))
## [1.0.228](https://github.com/scratchfoundation/scratch-render/compare/v1.0.227...v1.0.228) (2024-07-25)

6129
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "1.0.228",
"version": "1.0.232",
"description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "6ffbeed055e1736097a6d0a450002b30dfdd90da"
"sha": "7179738b7c2a78dd032d4c311ad9132a53e0e2f5"
},
"exports": {
"webpack": "./src/index.js",
@ -44,7 +44,7 @@
"linebreak": "^0.3.0",
"minilog": "^3.1.0",
"raw-loader": "^0.5.1",
"scratch-svg-renderer": "^2.0.0",
"scratch-svg-renderer": "^2.3.102",
"twgl.js": "^4.4.0"
},
"peerDependencies": {
@ -68,11 +68,11 @@
"jsdoc": "3.6.11",
"json": "9.0.6",
"playwright-chromium": "1.45.3",
"scratch-render-fonts": "1.0.77",
"scratch-render-fonts": "1.0.78",
"scratch-semantic-release-config": "1.0.14",
"scratch-storage": "2.3.193",
"scratch-storage": "2.3.197",
"scratch-vm": "^4.5.280",
"scratch-webpack-configuration": "^1.3.0",
"scratch-webpack-configuration": "^1.4.0",
"semantic-release": "19.0.5",
"tap": "11.1.5",
"terser-webpack-plugin": "^5.3.10",