Islanders-Game / Islanders

A clone of the popular "Settlers of Catan", written in Typescript.
Other
4 stars 0 forks source link

Update dependency pixi.js to v5.3.12 - autoclosed #1289

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pixi.js (source) 5.3.7 -> 5.3.12 age adoption passing confidence

Release Notes

pixijs/pixijs (pixi.js) ### [`v5.3.12`](https://togithub.com/pixijs/pixijs/releases/tag/v5.3.12) [Compare Source](https://togithub.com/pixijs/pixijs/compare/v5.3.11...v5.3.12) #### πŸ’Ύ Download Development Build: - https://pixijs.download/v5.3.12/pixi.js - https://pixijs.download/v5.3.12/pixi.js.map - https://pixijs.download/v5.3.12/pixi-legacy.js - https://pixijs.download/v5.3.12/pixi-legacy.js.map Production Build: - https://pixijs.download/v5.3.12/pixi.min.js - https://pixijs.download/v5.3.12/pixi.min.js.map - https://pixijs.download/v5.3.12/pixi-legacy.min.js - https://pixijs.download/v5.3.12/pixi-legacy.min.js.map Documentation: - https://pixijs.download/v5.3.12/docs/index.html #### Changed ##### πŸ› Fixed - Backport fix drop shadow positioning with resolutions other than 1 ([#​8220](https://togithub.com/pixijs/pixijs/issues/8220)) [@​goldenratio](https://togithub.com/goldenratio) ### [`v5.3.11`](https://togithub.com/pixijs/pixijs/releases/tag/v5.3.11) [Compare Source](https://togithub.com/pixijs/pixijs/compare/v5.3.10...v5.3.11) #### πŸ’Ύ Download Development Build: - https://pixijs.download/v5.3.11/pixi.js - https://pixijs.download/v5.3.11/pixi.js.map - https://pixijs.download/v5.3.11/pixi-legacy.js - https://pixijs.download/v5.3.11/pixi-legacy.js.map Production Build: - https://pixijs.download/v5.3.11/pixi.min.js - https://pixijs.download/v5.3.11/pixi.min.js.map - https://pixijs.download/v5.3.11/pixi-legacy.min.js - https://pixijs.download/v5.3.11/pixi-legacy.min.js.map Documentation: - https://pixijs.download/v5.3.11/docs/index.html #### Changed ##### πŸ› Fixed - Fix simple tiling sprite syntax issue ([#​7917](https://togithub.com/pixijs/pixijs/issues/7917)) [@​animanathome](https://togithub.com/animanathome) ### [`v5.3.10`](https://togithub.com/pixijs/pixijs/releases/tag/v5.3.10) [Compare Source](https://togithub.com/pixijs/pixijs/compare/v5.3.9...v5.3.10) #### πŸ’Ύ Download Development Build: - https://pixijs.download/v5.3.10/pixi.js - https://pixijs.download/v5.3.10/pixi.js.map - https://pixijs.download/v5.3.10/pixi-legacy.js - https://pixijs.download/v5.3.10/pixi-legacy.js.map Production Build: - https://pixijs.download/v5.3.10/pixi.min.js - https://pixijs.download/v5.3.10/pixi.min.js.map - https://pixijs.download/v5.3.10/pixi-legacy.min.js - https://pixijs.download/v5.3.10/pixi-legacy.min.js.map Documentation: - https://pixijs.download/v5.3.10/docs/index.html #### Changed ##### πŸ› Fixed - Fix Graphics color/textureId filling ([#​7529](https://togithub.com/pixijs/pixijs/issues/7529)) [@​eXponenta](https://togithub.com/eXponenta) :fire: **Major Bug** ### [`v5.3.9`](https://togithub.com/pixijs/pixijs/releases/tag/v5.3.9) [Compare Source](https://togithub.com/pixijs/pixijs/compare/v5.3.8...v5.3.9) #### πŸ’Ύ Download Development Build: - https://pixijs.download/v5.3.9/pixi.js - https://pixijs.download/v5.3.9/pixi.js.map - https://pixijs.download/v5.3.9/pixi-legacy.js - https://pixijs.download/v5.3.9/pixi-legacy.js.map Production Build: - https://pixijs.download/v5.3.9/pixi.min.js - https://pixijs.download/v5.3.9/pixi.min.js.map - https://pixijs.download/v5.3.9/pixi-legacy.min.js - https://pixijs.download/v5.3.9/pixi-legacy.min.js.map Documentation: - https://pixijs.download/v5.3.9/docs/index.html #### Changed ##### πŸ› Fixed - Fix missing removeEventListener in ResizePlugin ([#​7271](https://togithub.com/pixijs/pixijs/issues/7271)) [@​epaezrubio](https://togithub.com/epaezrubio) - Fix cacheAsBitmap respecting projection destinationFrame ([#​7274](https://togithub.com/pixijs/pixijs/issues/7274)) [@​ivanpopelyshev](https://togithub.com/ivanpopelyshev) - Fix BitmapFont destroying respects external Textures ([#​7327](https://togithub.com/pixijs/pixijs/issues/7327)) [@​bigtimebuddy](https://togithub.com/bigtimebuddy) ### [`v5.3.8`](https://togithub.com/pixijs/pixijs/releases/tag/v5.3.8) [Compare Source](https://togithub.com/pixijs/pixijs/compare/v5.3.7...v5.3.8) #### πŸ’Ύ Download Development Build: - https://pixijs.download/v5.3.8/pixi.js - https://pixijs.download/v5.3.8/pixi.js.map - https://pixijs.download/v5.3.8/pixi-legacy.js - https://pixijs.download/v5.3.8/pixi-legacy.js.map Production Build: - https://pixijs.download/v5.3.8/pixi.min.js - https://pixijs.download/v5.3.8/pixi.min.js.map - https://pixijs.download/v5.3.8/pixi-legacy.min.js - https://pixijs.download/v5.3.8/pixi-legacy.min.js.map Documentation: - https://pixijs.download/v5.3.8/docs/index.html #### Changed ##### πŸ› Fixed - Fix AnimatedSprite.textures type annotation ([#​7143](https://togithub.com/pixijs/pixijs/issues/7143)) - Fix RenderTextures being destroyed on unload plugin ([#​7228](https://togithub.com/pixijs/pixijs/issues/7228)) - Fix for AnimatedSprite not stopping with autoUpdate disabled ([#​7211](https://togithub.com/pixijs/pixijs/issues/7211)) #### πŸ‘ Contributors: 3 - [@​ash-r1](https://togithub.com/ash-r1) - [@​themoonrat](https://togithub.com/themoonrat) - [@​Owlzy](https://togithub.com/Owlzy)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: islanders-client/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @vue/cli-plugin-eslint@4.5.11
npm ERR! Found: eslint@7.20.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@">=7.5.0" from @babel/eslint-parser@7.12.16
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     dev @babel/eslint-parser@"^7.12.16" from the root project
npm ERR!   peer eslint@"^5.0.0 || ^6.0.0 || ^7.0.0" from @typescript-eslint/eslint-plugin@4.15.0
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     peer @typescript-eslint/eslint-plugin@"^4.4.0" from @vue/eslint-config-typescript@7.0.0
npm ERR!     node_modules/@vue/eslint-config-typescript
npm ERR!       dev @vue/eslint-config-typescript@"^7.0.0" from the root project
npm ERR!     dev @typescript-eslint/eslint-plugin@"^4.15.0" from the root project
npm ERR!   14 more (@typescript-eslint/experimental-utils, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.11
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR!   dev @vue/cli-plugin-eslint@"~4.5.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@6.8.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.11
npm ERR!   node_modules/@vue/cli-plugin-eslint
npm ERR!     dev @vue/cli-plugin-eslint@"~4.5.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/c83193/c20725/cache/others/npm/_logs/2023-06-01T17_28_07_752Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/c83193/c20725/cache/others/npm/_logs/2023-06-01T17_28_07_752Z-debug-0.log
File name: islanders-client/yarn.lock
installing v2 tool node v18.16.0
linking tool node v18.16.0
node: v18.16.0 /usr/local/bin/node
npm: 9.5.1  /usr/local/bin/npm
Installed v2 //usr/local/containerbase/tools/v2/node.sh in 3 seconds
installing v2 tool yarn v1.22.19
linking tool yarn v1.22.19
2.4.0
Installed v2 //usr/local/containerbase/tools/v2/yarn.sh in 1 seconds
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--skip-builds]