Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps): bump opossum from 7.1.0 to 8.1.3 #1199

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps opossum from 7.1.0 to 8.1.3.

Release notes

Sourced from opossum's releases.

Opossum v8.1.3

8.1.3 (2023-11-06)

Bug Fixes

  • push.apply with an unbounded array leads to stack overflow exceptions. (#830) (2cfb1ae)
  • upgrade tape from 5.6.6 to 5.7.0 (#828) (650807a)

Opossum v8.1.2

8.1.2 (2023-10-05)

Bug Fixes

  • fix bug where options couldn't be set to zero. (#825) (e6b3b77), closes #824
  • upgrade eslint from 8.44.0 to 8.48.0 (#814) (178294e)
  • upgrade eslint from 8.48.0 to 8.49.0 (#822) (fc5c002)

v8.1.1

8.1.1 (2023-09-13)

Bug Fixes

Opossum v8.1.0

8.1.0 (2023-07-31)

Features

  • add option to disable stats snapshots (#799) (a9c5935)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#789) (74a45c5)
  • upgrade eslint from 8.40.0 to 8.43.0 (#790) (fda48ca)
  • upgrade eslint from 8.43.0 to 8.44.0 (#794) (3dffb78)
  • upgrade webpack from 5.82.0 to 5.82.1 (#772) (c84639f)
  • upgrade webpack from 5.82.1 to 5.83.1 (#775) (01443c6)
  • upgrade webpack from 5.83.1 to 5.88.0 (#791) (5296413)
  • upgrade webpack-cli from 5.0.2 to 5.1.4 (#782) (e66ca47)

... (truncated)

Changelog

Sourced from opossum's changelog.

8.1.3 (2023-11-06)

Bug Fixes

  • push.apply with an unbounded array leads to stack overflow exceptions. (#830) (2cfb1ae)
  • upgrade tape from 5.6.6 to 5.7.0 (#828) (650807a)

8.1.2 (2023-10-05)

Bug Fixes

  • fix bug where options couldn't be set to zero. (#825) (e6b3b77), closes #824
  • upgrade eslint from 8.44.0 to 8.48.0 (#814) (178294e)
  • upgrade eslint from 8.48.0 to 8.49.0 (#822) (fc5c002)

8.1.1 (2023-09-13)

Bug Fixes

8.1.0 (2023-07-31)

Features

  • add option to disable stats snapshots (#799) (a9c5935)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#789) (74a45c5)
  • upgrade eslint from 8.40.0 to 8.43.0 (#790) (fda48ca)
  • upgrade eslint from 8.43.0 to 8.44.0 (#794) (3dffb78)
  • upgrade webpack from 5.82.0 to 5.82.1 (#772) (c84639f)
  • upgrade webpack from 5.82.1 to 5.83.1 (#775) (01443c6)
  • upgrade webpack from 5.83.1 to 5.88.0 (#791) (5296413)
  • upgrade webpack-cli from 5.0.2 to 5.1.4 (#782) (e66ca47)

8.0.1 (2023-05-30)

Bug Fixes

... (truncated)

Commits
  • 154d8aa chore(main): release 8.1.3 (#833)
  • 2cfb1ae fix: push.apply with an unbounded array leads to stack overflow exceptions. (...
  • 650807a fix: upgrade tape from 5.6.6 to 5.7.0 (#828)
  • 5ec53fa chore: add support for nodejs 21 (#831)
  • 02465e2 chore(main): release 8.1.2 (#820)
  • fc5c002 fix: upgrade eslint from 8.48.0 to 8.49.0 (#822)
  • e6b3b77 fix: fix bug where options couldn't be set to zero. (#825)
  • 178294e fix: upgrade eslint from 8.44.0 to 8.48.0 (#814)
  • c87bc03 chore(main): release 8.1.1 (#801)
  • 38013d4 feat: add option for user-provided EventEmitter to control buckets (#809)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners December 1, 2023 21:09
@dependabot dependabot bot added dependabot dependabot dependencies Pull requests that update a dependency file npm npm one app labels Dec 1, 2023
Copy link
Contributor

@JAdshead JAdshead left a comment

Choose a reason for hiding this comment

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

Breaking change is removal of node 14

Bumps [opossum](https://github.com/nodeshift/opossum) from 7.1.0 to 8.1.3.
- [Release notes](https://github.com/nodeshift/opossum/releases)
- [Changelog](https://github.com/nodeshift/opossum/blob/main/CHANGELOG.md)
- [Commits](nodeshift/opossum@v7.1.0...v8.1.3)

---
updated-dependencies:
- dependency-name: opossum
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/opossum-8.1.3 branch from 1f24e7b to 84e01db Compare December 5, 2023 22:25
@10xLaCroixDrinker 10xLaCroixDrinker enabled auto-merge (squash) December 5, 2023 22:27
@10xLaCroixDrinker 10xLaCroixDrinker merged commit 437afbe into main Dec 5, 2023
14 checks passed
@10xLaCroixDrinker 10xLaCroixDrinker deleted the dependabot/npm_and_yarn/main/opossum-8.1.3 branch December 5, 2023 22:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot dependabot dependencies Pull requests that update a dependency file npm npm one app one-app-team-review-requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants