Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,108 changes: 554 additions & 554 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scratch-editor",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"private": "true",
"description": "Scratch editor mono-repository",
"keywords": [],
Expand Down
14 changes: 7 additions & 7 deletions packages/scratch-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-gui",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
"keywords": [],
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
Expand Down Expand Up @@ -125,12 +125,12 @@
"dependencies": {
"@mediapipe/face_detection": "0.4.1646425229",
"@microbit/microbit-universal-hex": "0.2.2",
"@radix-ui/react-context-menu": "2.3.7",
"@scratch/scratch-paint": "15.0.1",
"@scratch/scratch-render": "15.0.1",
"@scratch/scratch-storage": "15.0.1",
"@scratch/scratch-svg-renderer": "15.0.1",
"@scratch/scratch-vm": "15.0.1",
"@radix-ui/react-context-menu": "2.3.4",
"@scratch/scratch-paint": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-render": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-storage": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-svg-renderer": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-vm": "15.0.2-revert-react-context-menu-static-init.1",
"@tensorflow-models/face-detection": "1.0.3",
"@tensorflow/tfjs": "4.22.0",
"@testing-library/user-event": "14.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-media-lib-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-media-lib-scripts",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "Build scripts for Scratch media library assets",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scratch-paint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-paint",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
"homepage": "https://github.com/scratchfoundation/scratch-paint#readme",
"repository": {
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@scratch/paper": "0.11.20221201200345",
"@scratch/scratch-svg-renderer": "15.0.1",
"@scratch/scratch-svg-renderer": "15.0.2-revert-react-context-menu-static-init.1",
"classnames": "2.5.1",
"keymirror": "0.1.1",
"lodash.bindall": "4.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/scratch-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-render",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "WebGL Renderer for Scratch 3.0",
"keywords": [],
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"allow-incomplete-coverage": true
},
"dependencies": {
"@scratch/scratch-svg-renderer": "15.0.1",
"@scratch/scratch-svg-renderer": "15.0.2-revert-react-context-menu-static-init.1",
"grapheme-breaker": "0.3.2",
"hull.js": "0.2.10",
"ify-loader": "1.1.0",
Expand All @@ -67,8 +67,8 @@
"@babel/core": "7.29.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.29.7",
"@scratch/scratch-storage": "15.0.1",
"@scratch/scratch-vm": "15.0.1",
"@scratch/scratch-storage": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-vm": "15.0.2-revert-react-context-menu-static-init.1",
"babel-loader": "9.2.1",
"copy-webpack-plugin": "6.4.1",
"docdash": "0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/scratch-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-storage",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "Load and store project and asset files for Scratch 3.0",
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "7.29.7",
"@scratch/task-herder": "15.0.1",
"@scratch/task-herder": "15.0.2-revert-react-context-menu-static-init.1",
"arraybuffer-loader": "1.0.8",
"base64-js": "1.5.1",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-svg-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-svg-renderer",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "SVG renderer for Scratch",
"keywords": [],
"homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/scratch-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/scratch-vm",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "Virtual Machine for Scratch 3.0",
"keywords": [],
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
Expand Down Expand Up @@ -60,9 +60,9 @@
"allow-incomplete-coverage": true
},
"dependencies": {
"@scratch/scratch-render": "15.0.1",
"@scratch/scratch-storage": "15.0.1",
"@scratch/scratch-svg-renderer": "15.0.1",
"@scratch/scratch-render": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-storage": "15.0.2-revert-react-context-menu-static-init.1",
"@scratch/scratch-svg-renderer": "15.0.2-revert-react-context-menu-static-init.1",
"@vernier/godirect": "1.8.3",
"arraybuffer-loader": "1.0.8",
"atob": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/task-herder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scratch/task-herder",
"version": "15.0.1",
"version": "15.0.2-revert-react-context-menu-static-init.1",
"description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
"keywords": [
"rate limit",
Expand Down
16 changes: 15 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@

// Attempt to reduce notification noise for updates that can auto-merge
// See https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
"automergeType": "branch"
"automergeType": "branch",
"packageRules": [
{
// Held at 2.3.4 on purpose. From 2.3.5 on, this pulls in @radix-ui/react-collection 1.1.13+, which
// uses a static initialization block, which is not supported before Safari 16.4.
// Since we do not transpile node_modules, it reaches the browser untouched and
// Safari 15 fails to parse the entire bundle - the editor shows a blank
// screen and nothing loads.
// allowedVersions stops renovate proposing newer ones; automerge is off as a backstop.
// Lift both if @radix-ui fixes support for older versions, or once the browser floor is Safari 16.4+.
"matchPackageNames": ["@radix-ui/react-context-menu"],
"allowedVersions": "<2.3.5",
"automerge": false
}
]
}