Skip to content

Commit

Permalink
Bump vite and @angular-devkit/build-angular in /ui (#166)
Browse files Browse the repository at this point in the history
* Bump vite and @angular-devkit/build-angular in /ui

Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Removes `vite`

Updates `@angular-devkit/build-angular` from 16.2.10 to 16.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.10...16.2.11)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

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

* bump patch

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Marlowe <bpmarlowe-software@protonmail.com>
  • Loading branch information
dependabot[bot] and Bee-Mar authored Mar 17, 2024
1 parent 53ae7ee commit ee2801c
Show file tree
Hide file tree
Showing 7 changed files with 3,548 additions and 5,411 deletions.
5 changes: 4 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": [
"bun@1.0.25",
"bun@1.0.30",
"nodejs@20.11.0",
"pdm@2.12.3",
"pm2@5.3.1",
Expand All @@ -19,6 +19,9 @@
"pdm install",
"cd ui && bun install"
],
"build-ui": [
"cd ui && bun run build"
],
"test": [
"coverage run -m pytest test"
],
Expand Down
14 changes: 7 additions & 7 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"lockfile_version": "1",
"packages": {
"bun@1.0.25": {
"last_modified": "2024-01-27T14:55:31Z",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#bun",
"bun@1.0.30": {
"last_modified": "2024-03-12T14:03:31Z",
"resolved": "github:NixOS/nixpkgs/7eeacecff44e05a9fd61b9e03836b66ecde8a525#bun",
"source": "devbox-search",
"version": "1.0.25",
"version": "1.0.30",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/prhv1h8ycx2275wapl8i0wc7148h5hp0-bun-1.0.25"
"store_path": "/nix/store/90dmwb6gh4qxbgibbpvbyl1drpllc11k-bun-1.0.30"
},
"aarch64-linux": {
"store_path": "/nix/store/19gsifb10p8gkr49cf0dwl1nygr9p68s-bun-1.0.25"
"store_path": "/nix/store/pspan4bw8mw04dpzbawf0ca9by7hn90y-bun-1.0.30"
},
"x86_64-linux": {
"store_path": "/nix/store/75la2pf78a3dqr90f8f7znn6ppfhdw3h-bun-1.0.25"
"store_path": "/nix/store/zrmhfs5758g3fl6hd4c8wd0z22lay330-bun-1.0.30"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion mmpm/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
major = 4
minor = 1
patch = 1
patch = 2

version = f"{major}.{minor}.{patch}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mmpm"
version = "4.1.1"
version = "4.1.2"
description = "MMPM, the MagicMirror Package Manager CLI simplifies the installation, removal, and general maintenance of MagicMirror packages"
authors = [
{ name = "Brandon Marlowe", email = "bpmarlowe-software@protonmail.com" },
Expand Down
Binary file modified ui/bun.lockb
Binary file not shown.
Loading

0 comments on commit ee2801c

Please sign in to comment.