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

chore: upgrade devDependencies #188

Merged
merged 3 commits into from
May 23, 2024
Merged

chore: upgrade devDependencies #188

merged 3 commits into from
May 23, 2024

Conversation

ZLY201
Copy link
Member

@ZLY201 ZLY201 commented May 22, 2024

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • It's submitted to the dev branch, not the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • All tests are passing
  • New/updated tests are included

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

@ZLY201 ZLY201 changed the base branch from dev to main May 22, 2024 15:13
@ZLY201 ZLY201 changed the base branch from main to dev May 22, 2024 15:16
@ZLY201 ZLY201 changed the base branch from dev to main May 22, 2024 15:17
Copy link

github-actions bot commented May 22, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-05-23 09:31 UTC

@coveralls
Copy link
Collaborator

coveralls commented May 22, 2024

Coverage Status

coverage: 100.0%. remained the same
when pulling b8596de on chore/upgrade
into 5662fb7 on main.

Copy link

github-actions bot commented May 22, 2024

Size Change: +32.6 kB (+4.29%)

Total Size: 793 kB

Filename Size Change
./dist/cjs/container/HashContainer/HashMap.js 3.01 kB -11 B (-0.36%)
./dist/cjs/container/HashContainer/HashSet.js 1.96 kB -11 B (-0.56%)
./dist/cjs/container/OtherContainer/PriorityQueue.js 2.67 kB -11 B (-0.41%)
./dist/cjs/container/OtherContainer/Queue.js 1.11 kB -11 B (-0.98%)
./dist/cjs/container/OtherContainer/Stack.js 738 B -11 B (-1.47%)
./dist/cjs/container/SequentialContainer/Base/index.js 306 B -11 B (-3.47%)
./dist/cjs/container/SequentialContainer/Deque.js 10.3 kB -196 B (-1.86%)
./dist/cjs/container/SequentialContainer/LinkList.js 7.69 kB -11 B (-0.14%)
./dist/cjs/container/SequentialContainer/Vector.js 3.46 kB -11 B (-0.32%)
./dist/cjs/container/TreeContainer/Base/index.js 13.7 kB -10 B (-0.07%)
./dist/cjs/container/TreeContainer/Base/TreeIterator.js 2.08 kB -11 B (-0.53%)
./dist/cjs/container/TreeContainer/OrderedMap.js 3.5 kB -10 B (-0.28%)
./dist/cjs/container/TreeContainer/OrderedSet.js 2.8 kB -10 B (-0.36%)
./dist/cjs/utils/math.js 261 B -8 B (-2.97%)
./dist/esm/container/TreeContainer/Base/index.js 15.1 kB +1 B (+0.01%)
./dist/esm/container/TreeContainer/OrderedMap.js 8.05 kB +1 B (+0.01%)
./dist/esm/container/TreeContainer/OrderedSet.js 7.24 kB +1 B (+0.01%)
./dist/isolate/deque/dist/umd/deque.js 24.9 kB -3 B (-0.01%)
./dist/isolate/hash-map/dist/umd/hash-map.js 19.7 kB -3 B (-0.02%)
./dist/isolate/hash-set/dist/umd/hash-set.js 18 kB -3 B (-0.02%)
./dist/isolate/link-list/dist/umd/link-list.js 19 kB -3 B (-0.02%)
./dist/isolate/ordered-map/dist/umd/ordered-map.js 41 kB -3 B (-0.01%)
./dist/isolate/ordered-set/dist/umd/ordered-set.js 39.7 kB -3 B (-0.01%)
./dist/isolate/vector/dist/umd/vector.js 16 kB -3 B (-0.02%)
./dist/umd/js-sdsl.js 109 kB -21 B (-0.02%)
./dist/umd/js-sdsl.min.js 33 kB +33 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size
./dist/cjs/container/ContainerBase/index.js 659 B
./dist/cjs/container/HashContainer/Base/index.js 4.91 kB
./dist/cjs/container/SequentialContainer/Base/RandomIterator.js 1.7 kB
./dist/cjs/container/TreeContainer/Base/TreeNode.js 2.43 kB
./dist/cjs/index.js 2.43 kB
./dist/cjs/utils/checkObject.js 259 B
./dist/cjs/utils/throwError.js 268 B
./dist/esm/container/ContainerBase/index.js 1.79 kB
./dist/esm/container/HashContainer/Base/index.js 5.76 kB
./dist/esm/container/HashContainer/HashMap.js 7.29 kB
./dist/esm/container/HashContainer/HashSet.js 6.26 kB
./dist/esm/container/OtherContainer/PriorityQueue.js 4.83 kB
./dist/esm/container/OtherContainer/Queue.js 2 kB
./dist/esm/container/OtherContainer/Stack.js 1.63 kB
./dist/esm/container/SequentialContainer/Base/index.js 1.14 kB
./dist/esm/container/SequentialContainer/Base/RandomIterator.js 2.59 kB
./dist/esm/container/SequentialContainer/Deque.js 14.9 kB
./dist/esm/container/SequentialContainer/LinkList.js 12.3 kB
./dist/esm/container/SequentialContainer/Vector.js 9.14 kB
./dist/esm/container/TreeContainer/Base/TreeIterator.js 3.03 kB
./dist/esm/container/TreeContainer/Base/TreeNode.js 3.56 kB
./dist/esm/index.js 796 B
./dist/esm/utils/checkObject.js 166 B
./dist/esm/utils/math.js 136 B
./dist/esm/utils/throwError.js 139 B
./dist/isolate/deque/dist/cjs/index.js 11 kB
./dist/isolate/deque/dist/esm/index.js 17.6 kB
./dist/isolate/deque/dist/umd/deque.min.js 8.91 kB
./dist/isolate/hash-map/dist/cjs/index.js 7.45 kB
./dist/isolate/hash-map/dist/esm/index.js 13 kB
./dist/isolate/hash-map/dist/umd/hash-map.min.js 6.19 kB
./dist/isolate/hash-set/dist/cjs/index.js 6.58 kB
./dist/isolate/hash-set/dist/esm/index.js 12 kB
./dist/isolate/hash-set/dist/umd/hash-set.min.js 5.78 kB
./dist/isolate/link-list/dist/cjs/index.js 7.79 kB
./dist/isolate/link-list/dist/esm/index.js 13.4 kB
./dist/isolate/link-list/dist/umd/link-list.min.js 6.37 kB
./dist/isolate/ordered-map/dist/cjs/index.js 20.6 kB
./dist/isolate/ordered-map/dist/esm/index.js 27.5 kB
./dist/isolate/ordered-map/dist/umd/ordered-map.min.js 10.6 kB
./dist/isolate/ordered-set/dist/cjs/index.js 19.9 kB
./dist/isolate/ordered-set/dist/esm/index.js 26.7 kB
./dist/isolate/ordered-set/dist/umd/ordered-set.min.js 10.3 kB
./dist/isolate/priority-queue/dist/cjs/index.js 2.76 kB
./dist/isolate/priority-queue/dist/esm/index.js 5.38 kB
./dist/isolate/priority-queue/dist/umd/priority-queue.js 11.1 kB
./dist/isolate/priority-queue/dist/umd/priority-queue.min.js 3.07 kB
./dist/isolate/queue/dist/cjs/index.js 1.21 kB
./dist/isolate/queue/dist/esm/index.js 2.6 kB
./dist/isolate/queue/dist/umd/queue.js 5.78 kB
./dist/isolate/queue/dist/umd/queue.min.js 1.78 kB
./dist/isolate/stack/dist/cjs/index.js 829 B
./dist/isolate/stack/dist/esm/index.js 2.24 kB
./dist/isolate/stack/dist/umd/stack.js 5.16 kB
./dist/isolate/stack/dist/umd/stack.min.js 1.59 kB
./dist/isolate/vector/dist/cjs/index.js 5.03 kB
./dist/isolate/vector/dist/esm/index.js 11.9 kB
./dist/isolate/vector/dist/umd/vector.min.js 6.17 kB

compressed-size-action

@ZLY201 ZLY201 requested a review from noname0310 May 22, 2024 16:15
@ZLY201 ZLY201 self-assigned this May 22, 2024
@ZLY201 ZLY201 added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels May 22, 2024
Copy link
Collaborator

@noname0310 noname0310 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Are there any concerns?

@ZLY201 ZLY201 merged commit 07d2401 into main May 23, 2024
14 checks passed
@ZLY201 ZLY201 deleted the chore/upgrade branch May 23, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants