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

build(deps-dev): bump webpack from 5.77.0 to 5.94.0 #2619

Merged
merged 1 commit into from
Aug 31, 2024
Merged
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
build(deps-dev): bump webpack from 5.77.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.77.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Aug 30, 2024
commit 6afd5755a5b256c11ee688ea72ee47e3d93be29e
365 changes: 176 additions & 189 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@
"ts-loader": "^9.4.2",
"typescript": "^4.5.2",
"underscore": "^1.12.1",
"webpack": "^5.75.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},

Unchanged files with check annotations Beta

},
query() {
const ability = this;

Check warning on line 111 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 111 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 111 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 111 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const abolished = this.creature;
// TODO: Visually show reduced damage hexes for 4-6 range
},
activate(path, args) {
const ability = this;

Check warning on line 133 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const hexWithTarget = path.find((hex) => {
const creature = getPointFacade().getCreaturesAt({ x: hex.x, y: hex.y })[0];
return creature && creature != this.creature;
return this.testRequirements();
},
query() {
const ability = this;

Check warning on line 218 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 218 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 218 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 218 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const crea = this.creature;
// Relocates to any hex within range except for the current hex
});
},
activate(hex) {
const ability = this;

Check warning on line 238 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 238 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 238 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 238 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
ability.end();
if (this.isUpgraded()) {
return this.testRequirements();
},
query() {
const ability = this;

Check warning on line 321 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 321 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 321 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 321 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const crea = this.creature;
// var inRangeCreatures = crea.hexagons[1].adjacentHex(1);
});
},
activate() {
const ability = this;

Check warning on line 346 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 346 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 346 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 346 in src/abilities/Abolished.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
ability.end();
const crea = this.creature;
// query() :
query: function () {
const ability = this;

Check warning on line 83 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 83 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 83 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 83 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const crea = this.creature;
G.grid.queryDirection({
// activate() :
activate: function (path) {
const ability = this;

Check warning on line 103 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 103 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 103 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 103 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
ability.end();
const target = arrayUtils.last(path).creature;
// query() :
query: function () {
const ability = this;

Check warning on line 133 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 133 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
const crea = this.creature;
crea.queryMove({
// activate() :
activate: function (hex) {
const ability = this;

Check warning on line 149 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 149 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 149 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable

Check warning on line 149 in src/abilities/Asher.js

GitHub Actions / test

Unexpected aliasing of 'this' to local variable
ability.end();
const targets = ability.getTargets(ability.creature.adjacentHexes(1));