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(deps): update all non-major dependencies #108

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.24.0 -> ^7.24.1 age adoption passing confidence
@types/node (source) ^20.11.28 -> ^20.11.30 age adoption passing confidence
giget ^1.2.1 -> ^1.2.3 age adoption passing confidence
pnpm (source) 8.15.4 -> 8.15.5 age adoption passing confidence
simple-git-hooks ^2.10.0 -> ^2.11.0 age adoption passing confidence
source-map-js ^1.0.2 -> ^1.2.0 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.24.1

Compare Source

unjs/giget (giget)

v1.2.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v1.2.2

Compare Source

compare changes

🩹 Fixes
  • cli: Add missing shebang (#​135)
📖 Documentation
  • Correct downloadTemplate options (#​144)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v8.15.5

Compare Source

toplenboren/simple-git-hooks (simple-git-hooks)

v2.11.0

Compare Source

7rulnik/source-map-js (source-map-js)

v1.2.0

Compare Source

Allow to pass options to SourceMapGenerator using SourceMapGenerator.fromSourceMap as second argument

var generator = sourceMap.SourceMapGenerator.fromSourceMap(new SourceMapConsumer(), {
  ignoreInvalidMapping: true,
});

v1.1.0

Compare Source

Add ignoreInvalidMapping option to SourceMapGenerator. If enabled, source-map-js will not throw an error on the incorrect previous source map. Instead, it will print warnings and ignore broken mappings.

var generator = new sourceMap.SourceMapGenerator({
  file: "my-generated-javascript-file.js",
  sourceRoot: "http://example.com/app/js/",
  ignoreInvalidMapping: true,
});

v1.0.3

Compare Source

Microsoft/TypeScript (typescript)

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.54%. Comparing base (aa0c18c) to head (da46833).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files          25       25           
  Lines        1797     1797           
  Branches      335      335           
=======================================
  Hits         1681     1681           
  Misses        115      115           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 869acf8 to da46833 Compare March 21, 2024 20:26
@renovate renovate bot merged commit 55c8590 into main Mar 23, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 23, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants