Skip to content

Commit

Permalink
Merge pull request #496 from player-ui/maint/update-js-rules
Browse files Browse the repository at this point in the history
Update Rules Versions
  • Loading branch information
KetanReddy authored Aug 30, 2024
2 parents 9d3589e + ae9a118 commit ccc758a
Show file tree
Hide file tree
Showing 5 changed files with 11,283 additions and 9,212 deletions.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ exports_files([
".editorconfig",
".all-contributorsrc",
"README.md",
# "patches/@chakra-ui__system@2.6.2.patch",
])

js_library(
Expand Down
18 changes: 9 additions & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ module(
bazel_dep(name = "rules_player")

archive_override(
module_name = "rules_player",
strip_prefix = "rules_player-1.1.4",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.4.tar.gz"],
integrity = "sha256-5YsvzRBeBV2dVgRorGouQfdkb/lu1W8k24QAIModpLw=",
module_name = "rules_player",
strip_prefix = "rules_player-1.1.5",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.5.tar.gz"],
integrity = "sha256-sotB/beOkcn7FD+NurO6Uqi2OoKbbXHd7ya4ZO9nBCg="
)

# local_path_override(module_name = "rules_player", path = "../rules_player")

bazel_dep(name = "aspect_bazel_lib", version = "2.7.8")
bazel_dep(name = "aspect_rules_js", version = "1.42.3")
bazel_dep(name = "aspect_bazel_lib", version = "2.8.0")
bazel_dep(name = "aspect_rules_js", version = "2.0.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "aspect_rules_ts", version = "2.4.2")
bazel_dep(name = "aspect_rules_ts", version = "3.0.0")

# C++
bazel_dep(name = "rules_foreign_cc", version = "0.11.1")
Expand All @@ -34,7 +33,7 @@ node.toolchain(node_version = "20.14.0")
###### Start iOS ######
## Rule Dependencies
bazel_dep(name = "rules_apple", version = "3.5.1", repo_name = "build_bazel_rules_apple")
bazel_dep(name = "rules_ios", version = "4.3.1", repo_name = "build_bazel_rules_ios")
bazel_dep(name = "rules_ios", version = "4.8.2", repo_name = "build_bazel_rules_ios")
bazel_dep(name = "rules_xcodeproj", version = "2.2.0")
bazel_dep(name = "gazelle", version = "0.34.0", repo_name = "bazel_gazelle")
bazel_dep(name = "rules_swift_package_manager", version = "0.22.0")
Expand Down Expand Up @@ -71,6 +70,7 @@ npm.npm_translate_lock(
npmrc = "//:.npmrc",
pnpm_lock = "//:pnpm-lock.yaml",
verify_node_modules_ignored = "//:.bazelignore",
npm_package_target_name = "{dirname}"
)
use_repo(npm, "npm")

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"engines": {
"node": "^20.14.0",
"pnpm": "^8.9.2"
"pnpm": "^9.7.0"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@9.7.0",
"dependencies": {
"@auto-it/omit-release-notes": "^11.2.0",
"@auto-it/upload-assets": "^11.2.0",
Expand Down Expand Up @@ -186,7 +186,10 @@
},
"volta": {
"node": "20.16.0",
"pnpm": "8.15.1"
"pnpm": "9.7.0"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"resolutions": {
"esbuild": "0.19.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { describe, test, vitest, expect, beforeEach } from "vitest";
import React from "react";
import React, { act } from "react";
import {
screen,
render,
act,
fireEvent,
waitFor,
configure,
Expand Down
Loading

0 comments on commit ccc758a

Please sign in to comment.