[READ-ONLY] Mirror of https://github.com/excaliburjs/Excalibur. 🎮 Your friendly TypeScript 2D game engine for the web 🗡️ excaliburjs.com
excalibur excaliburjs game-development game-engine game-framework gamedev games html5-canvas typescript
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: Update dependency babel-loader to v10.1.1 (#3716)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Apr 2, 2026, 1:37 AM UTC) bdee8a15 c283a263

+18 -10
+17 -9
site/package-lock.json
··· 35 35 "@docusaurus/module-type-aliases": "3.4.0", 36 36 "@docusaurus/tsconfig": "^3.4.0", 37 37 "@types/react": "^18.3.3", 38 - "babel-loader": "10.0.0", 38 + "babel-loader": "10.1.1", 39 39 "css-loader": "6.11.0", 40 40 "micromark-extension-mdxjs": "^3.0.0", 41 41 "patch-package": "^8.0.0", ··· 5803 5803 } 5804 5804 }, 5805 5805 "node_modules/babel-loader": { 5806 - "version": "10.0.0", 5807 - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.0.0.tgz", 5808 - "integrity": "sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==", 5806 + "version": "10.1.1", 5807 + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.1.1.tgz", 5808 + "integrity": "sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==", 5809 5809 "dev": true, 5810 - "license": "MIT", 5811 5810 "dependencies": { 5812 5811 "find-up": "^5.0.0" 5813 5812 }, ··· 5815 5814 "node": "^18.20.0 || ^20.10.0 || >=22.0.0" 5816 5815 }, 5817 5816 "peerDependencies": { 5818 - "@babel/core": "^7.12.0", 5817 + "@babel/core": "^7.12.0 || ^8.0.0-beta.1", 5818 + "@rspack/core": "^1.0.0 || ^2.0.0-0", 5819 5819 "webpack": ">=5.61.0" 5820 + }, 5821 + "peerDependenciesMeta": { 5822 + "@rspack/core": { 5823 + "optional": true 5824 + }, 5825 + "webpack": { 5826 + "optional": true 5827 + } 5820 5828 } 5821 5829 }, 5822 5830 "node_modules/babel-plugin-dynamic-import-node": { ··· 22806 22814 } 22807 22815 }, 22808 22816 "babel-loader": { 22809 - "version": "10.0.0", 22810 - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.0.0.tgz", 22811 - "integrity": "sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==", 22817 + "version": "10.1.1", 22818 + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-10.1.1.tgz", 22819 + "integrity": "sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==", 22812 22820 "dev": true, 22813 22821 "requires": { 22814 22822 "find-up": "^5.0.0"
+1 -1
site/package.json
··· 43 43 "@docusaurus/module-type-aliases": "3.4.0", 44 44 "@docusaurus/tsconfig": "^3.4.0", 45 45 "@types/react": "^18.3.3", 46 - "babel-loader": "10.0.0", 46 + "babel-loader": "10.1.1", 47 47 "css-loader": "6.11.0", 48 48 "micromark-extension-mdxjs": "^3.0.0", 49 49 "patch-package": "^8.0.0",