Skip to content

Commit

Permalink
[Dependencies]: Bump the dependencies-dev group with 4 updates (#220)
Browse files Browse the repository at this point in the history
* [Dependencies]: Bump the dependencies-dev group with 4 updates

Bumps the dependencies-dev group with 4 updates: [globals](https://github.com/sindresorhus/globals), [rollup](https://github.com/rollup/rollup), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [webpack-cli](https://github.com/webpack/webpack-cli).


Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `rollup` from 4.28.1 to 4.29.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.29.1)

Updates `typescript-eslint` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/typescript-eslint)

Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.1)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies-dev
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update bundles

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iván Pereira Muñoz <elchininet@gmail.com>
  • Loading branch information
dependabot[bot] and elchininet authored Dec 22, 2024
1 parent 0555d54 commit 6d9e0da
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 261 deletions.
2 changes: 1 addition & 1 deletion dist/web/isometric.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/scripts/bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"google-code-prettify": "^1.0.5",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"rollup-plugin-ts": "^3.4.5",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
Expand All @@ -96,9 +96,9 @@
"ts-loader": "^9.5.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 6d9e0da

Please sign in to comment.