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

Bump scuri from 0.9.4 to 1.3.0 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps scuri from 0.9.4 to 1.3.0.

Changelog

Sourced from scuri's changelog.

1.3.0 - 2022-08-30

Added

  • add default values for promise and observable returning method spies #148
  • add support for strict TS for autospy
  • add e2e testing using verdaccio (local npm registry), verifying new version of npm actually installs and runs the create and update on changes

[1.2.0] - 2021-11-23

Added

  • use custom template when updating spec for a class. Use // scuri:mark and /*scuri:template:mark:/ to mark the location and the template for the update. Multiple marks and templates supported. See custom template guide

[1.1.0] - 2021-10-19

Added

  • Add option for user to specify their own template for a file with function (1.1.0-rc.1) (--functionTemplate or functionTemplate in config)
  • Add configuration by file(1.0.8-rc.2) (configure classTemplate)
  • Add option for user to specify their own template(1.0.8-rc.1) (--classTemplate)

Changed

  • Updated npm package versions(1.0.8-rc.2)
  • Allow --name to be skipped - infers first arg as file name

[1.0.7] - 2021-02-24

Changed

  • Update the Readme

[1.0.6] - 2021-01-09

Fixed

  • Issue 108 - use the class shorthand when updating a spec

[1.0.5] - 2020-08-31

Added

  • Issue 94 - add a single test case when creating the spec for a class without public methods
  • Issue 95 - add a test case for a file with at least one exported function
  • Make the shorthand dynamic based on the type of tested entity - 'c' for component, 's' for service, etc.

[1.0.4] - 2020-08-30

Fixed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2023

Codecov Report

Base: 53.53% // Head: 53.61% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (4b1094b) compared to base (57f5718).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   53.53%   53.61%   +0.07%     
==========================================
  Files         100      100              
  Lines        2712     2712              
  Branches      514      514              
==========================================
+ Hits         1452     1454       +2     
  Misses        921      921              
+ Partials      339      337       -2     
Impacted Files Coverage Δ
src/app/shared/issue-tables/issue-sorter.ts 45.45% <0.00%> (+9.09%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [scuri](https://github.com/gparlakov/scuri) from 0.9.4 to 1.3.0.
- [Release notes](https://github.com/gparlakov/scuri/releases)
- [Changelog](https://github.com/gparlakov/scuri/blob/master/Changelog.md)
- [Commits](https://github.com/gparlakov/scuri/commits)

---
updated-dependencies:
- dependency-name: scuri
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/scuri-1.3.0 branch from 6397f46 to 4b1094b Compare January 29, 2023 01:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant