Skip to content

fix(deps): update dependency abslog to v2.4.2#81

Merged
wkillerud merged 2 commits intomainfrom
renovate/abslog-2.x-lockfile
Apr 15, 2024
Merged

fix(deps): update dependency abslog to v2.4.2#81
wkillerud merged 2 commits intomainfrom
renovate/abslog-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
abslog 2.4.0 -> 2.4.2 age adoption passing confidence

Release Notes

trygve-lie/abslog (abslog)

v2.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: trygve-lie/abslog@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: trygve-lie/abslog@v2.4.0...v2.4.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/abslog-2.x-lockfile branch from 0912565 to f25b041 Compare April 15, 2024 09:00
@wkillerud wkillerud merged commit dd3777c into main Apr 15, 2024
@wkillerud wkillerud deleted the renovate/abslog-2.x-lockfile branch April 15, 2024 09:50
github-actions bot pushed a commit that referenced this pull request Apr 15, 2024
## @podium/dev-tool [5.0.2](https://github.com/podium-lib/dev-tool/compare/@podium/dev-tool@5.0.1...@podium/dev-tool@5.0.2) (2024-04-15)

### Bug Fixes

* **deps:** update dependency abslog to v2.4.2 ([#81](#81)) ([dd3777c](dd3777c))
@github-actions
Copy link

🎉 This PR is included in version 5.0.2 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Sep 9, 2025
# [1.0.0](v0.1.1...v1.0.0) (2025-09-09)

### Bug Fixes

* add publishing to chrome store via semantic-release-chrome ([b869549](b869549))
* align header and content padding ([4844883](4844883))
* assign a random port for devtools in case of conflict ([#136](#136)) ([b9ec263](b9ec263)), closes [#77](#77)
* bug in example podlet ([d1d838a](d1d838a))
* css issue in devtool header ([74d8c6f](74d8c6f))
* declare background.scripts for Firefox compat ([e8702fe](e8702fe))
* delete unused old React bundle from extension artifact ([8f256f8](8f256f8))
* **deps:** update dependency @podium/context to v5.0.19 ([d157ef2](d157ef2))
* **deps:** update dependency @podium/context to v5.0.20 ([8e070aa](8e070aa))
* **deps:** update dependency @podium/context to v5.0.21 ([75ccbbe](75ccbbe))
* **deps:** update dependency @podium/context to v5.0.22 ([82f79b9](82f79b9))
* **deps:** update dependency @podium/context to v5.0.23 ([f8ef0e0](f8ef0e0))
* **deps:** update dependency @podium/context to v5.0.6 ([adc3230](adc3230))
* **deps:** update dependency abslog to v2.4.2 ([#81](#81)) ([dd3777c](dd3777c))
* **deps:** update dependency abslog to v2.4.3 ([c64d7c4](c64d7c4))
* **deps:** update dependency abslog to v2.4.4 ([f1a9bdc](f1a9bdc))
* **deps:** update dependency express to v4.20.0 ([ae36ca9](ae36ca9))
* **deps:** update dependency express to v4.21.0 ([9034e6c](9034e6c))
* **deps:** update dependency express to v4.21.1 ([b706f7a](b706f7a))
* **deps:** update dependency express to v4.21.2 ([#141](#141)) ([a0cf65e](a0cf65e))
* **deps:** update dependency react-scripts to v3.4.4 ([791d453](791d453))
* **deps:** update podium packages ([09c9f3e](09c9f3e))
* **deps:** update podium packages ([750c761](750c761))
* **deps:** update podium packages ([a7029ab](a7029ab))
* **deps:** update podium packages ([fccac7a](fccac7a))
* **deps:** update podium packages ([56d72ef](56d72ef))
* **deps:** update podium packages ([d87db64](d87db64))
* **deps:** update podium packages ([ee12f01](ee12f01))
* **deps:** update podium packages ([b529516](b529516))
* **deps:** update podium packages ([8b2dca1](8b2dca1))
* **deps:** update podium packages ([4c795e9](4c795e9))
* **deps:** update podium packages ([#78](#78)) ([2bde83f](2bde83f))
* header view on second visit should no longer be empty ([6a9b47a](6a9b47a))
* **package:** update @podium/utils to version 3.1.0 ([4fe49ea](4fe49ea))
* **package:** update @podium/utils to version 3.1.1 ([a0bb4db](a0bb4db))
* **package:** update @podium/utils to version 3.1.2 ([3308036](3308036))
* **package:** update prettier to version 1.16.1 ([88ad4ca](88ad4ca))
* **package:** update react-scripts to version 2.1.4 ([4ddf1a1](4ddf1a1))
* **package:** update react-scripts to version 2.1.5 ([782eac8](782eac8))
* reload, form submit after DOM changes ([05d76fa](05d76fa))
* remove `@podium/dev-tool` and extension feature ([#158](#158)) ([b373765](b373765))
* update abslog ([#108](#108)) ([4facaa4](4facaa4))
* visual refresh and reduction of extension size ([18e452c](18e452c))

### chore

* update internal dependencies ([db5d342](db5d342))

### Code Refactoring

* module is now esm ([31a3010](31a3010))

### Features

* layout devtool pane ([#76](#76)) ([b8a784d](b8a784d))
* modernize react & update to manifest v3 ([4788752](4788752))

### BREAKING CHANGES

* converted from CommonJS to ESM
* now requires Podium 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant