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): pin dependencies #961

Merged
merged 1 commit into from
Dec 3, 2023
Merged

chore(deps): pin dependencies #961

merged 1 commit into from
Dec 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
@qiwi/semantic-release-gh-pages-plugin devDependencies pin ^5.2.10 -> 5.2.10
@semantic-release/exec devDependencies pin ^6.0.3 -> 6.0.3
semantic-release-stop-before-publish devDependencies pin ^1.0.0 -> 1.0.0

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies label Dec 3, 2023
@renovate renovate bot enabled auto-merge (squash) December 3, 2023 05:55
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from c2ab5a0 to 2ed5f7a Compare December 3, 2023 05:55
Copy link

codecov bot commented Dec 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a0d1131) 96.49% compared to head (7311c5a) 96.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #961   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files         113      113           
  Lines        3884     3884           
=======================================
  Hits         3748     3748           
  Misses        136      136           
Flag Coverage Δ
appainter 96.85% <ø> (ø)
appainter_builder 78.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@zeshuaro zeshuaro disabled auto-merge December 3, 2023 05:56
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 2ed5f7a to 7311c5a Compare December 3, 2023 06:13
@renovate renovate bot merged commit e08d0a7 into main Dec 3, 2023
14 checks passed
@renovate renovate bot deleted the renovate/pin-dependencies branch December 3, 2023 06:28
zeshuaro pushed a commit that referenced this pull request Dec 4, 2023
## [1.11.0](v1.10.0...v1.11.0) (2023-12-04)

### Features

* **sdk:** update dependency flutter to v3.16.2 ([#956](#956)) ([caa0fb0](caa0fb0))

### Bug Fixes

* **deps:** update dependency sentry_flutter to v7.13.2 ([#952](#952)) ([015f1ee](015f1ee))

### Documentation

* add funding ([#954](#954)) ([15b5f7d](15b5f7d))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#971](#971)) ([79f0104](79f0104))
* **deps:** pin dependencies ([#961](#961)) ([e08d0a7](e08d0a7))
* **example/deps:** lock file maintenance ([#972](#972)) ([86260f2](86260f2))
* fix repository link ([#963](#963)) ([3d3c376](3d3c376))
* fix typos ([#955](#955)) ([37c71f1](37c71f1))
* **release-next:** v1.10.1-next [skip ci] ([100b27e](100b27e))
* **release-web:** v1.10.1-next+1 [skip ci] ([a3d7688](a3d7688))
* **release-web:** v1.10.1-next+2 [skip ci] ([d16cdaa](d16cdaa))
* **release-web:** v1.10.1-next+3 [skip ci] ([2f81162](2f81162))
* **release-web:** v1.10.1-next+4 [skip ci] ([e4cacb8](e4cacb8))
* **release-web:** v1.10.1-next+5 [skip ci] ([801bda1](801bda1))
* **release-web:** v1.10.1-next+6 [skip ci] ([e0f8860](e0f8860))
* **release-web:** v1.10.1-next+7 [skip ci] ([dec2da5](dec2da5))
* use yarn instead of pnpm ([#960](#960)) ([ca38375](ca38375))

### Continuous Integration

* add missing `semantic-release/exec` plugin ([#962](#962)) ([a0d1131](a0d1131))
* **deps:** update zeshuaro/github-actions-workflows digest to 8ca89b8 ([#957](#957)) ([972b098](972b098))
* **deps:** update zeshuaro/github-actions-workflows digest to 9c504ac ([#953](#953)) ([acd8512](acd8512))
* **deps:** update zeshuaro/github-actions-workflows digest to b9c8d75 ([#958](#958)) ([0aefb9c](0aefb9c))
* fix build desktop apps steps ([#966](#966)) ([8740687](8740687))
* fix build script path ([#964](#964)) ([a1b0845](a1b0845))
* fix build script path to work on windows ([#970](#970)) ([52bf293](52bf293))
* fix build script syntax ([#965](#965)) ([30768da](30768da))
* fix build web path ([#968](#968)) ([b2fa74c](b2fa74c))
* fix download artifacts path ([#974](#974)) ([a57322a](a57322a))
* fix download artifacts path ([#975](#975)) ([352a247](352a247))
* fix download artifacts step ([#973](#973)) ([30ab825](30ab825))
* fix to decompress web artifacts ([#969](#969)) ([8f05c05](8f05c05))
* setup semantic release ([#959](#959)) ([0a819c2](0a819c2))
* use bash as the shell to run the build script ([#967](#967)) ([fdaf097](fdaf097))
@zeshuaro
Copy link
Owner

zeshuaro commented Dec 4, 2023

🎉 This PR is included in version 1.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant