AtomMaterialUI / a-file-icon-web

Atom Material Icons plugin for Google Chrome and Firefox! Supports GitHub, GitLab, Gitee and BitBucket.
https://chrome.google.com/webstore/detail/atom-file-icons-web/pljfkbaipkidhmaljaaakibigbcmmpnc
MIT License
17 stars 5 forks source link

chore(deps): update packages #249

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.1 -> 7.22.5 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.22.4 -> 7.22.5 age adoption passing confidence
@babel/preset-env (source) 7.22.4 -> 7.22.5 age adoption passing confidence
@babel/runtime (source) 7.22.3 -> 7.22.5 age adoption passing confidence
@emotion/react (source) 11.11.0 -> 11.11.1 age adoption passing confidence
@types/node (source) 18.16.16 -> 18.16.18 age adoption passing confidence
@types/react (source) 18.2.8 -> 18.2.12 age adoption passing confidence
@types/react-dom (source) 18.2.4 -> 18.2.5 age adoption passing confidence
plasmo (source) 0.75.2 -> 0.76.3 age adoption passing confidence

Release Notes

babel/babel ### [`v7.22.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7225-2023-06-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.1...v7.22.5) ##### :bug: Bug Fix - `babel-preset-env`, `babel-standalone` - [#​15675](https://togithub.com/babel/babel/pull/15675) Fix using `syntax-unicode-sets-regex` in standalone ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core` - [#​15683](https://togithub.com/babel/babel/pull/15683) Suggest `-transform-` when resolving missing plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
emotion-js/emotion ### [`v11.11.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.1) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.0...@emotion/react@11.11.1) ##### Patch Changes - [#​3048](https://togithub.com/emotion-js/emotion/pull/3048) [`9357f337`](https://togithub.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42) Thanks [@​naari3](https://togithub.com/naari3)! - Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React.
PlasmoHQ/plasmo ### [`v0.76.3`](https://togithub.com/PlasmoHQ/plasmo/releases/tag/v0.76.3) [Compare Source](https://togithub.com/PlasmoHQ/plasmo/compare/v0.76.2...v0.76.3) #### ✨ What's Changed - feat: improve CSUI overlay repositioning by [@​louisgv](https://togithub.com/louisgv) in [https://github.com/PlasmoHQ/plasmo/pull/633](https://togithub.com/PlasmoHQ/plasmo/pull/633) - feat: cs config reload by [@​louisgv](https://togithub.com/louisgv) in [https://github.com/PlasmoHQ/plasmo/pull/634](https://togithub.com/PlasmoHQ/plasmo/pull/634) - fix: stablizie BGSW name to output single bundle for [#​628](https://togithub.com/PlasmoHQ/plasmo/issues/628) - NOTE: [#​628](https://togithub.com/PlasmoHQ/plasmo/issues/628) introduces [#​638](https://togithub.com/PlasmoHQ/plasmo/issues/638) a slight change in how `fetch` should be used if you're getting resources from the root of the extension bundle from BGSW. Any fetch call should now use a `/` prefix, otherwise the path will not resolve from root but rather a `/static/background` path. - fix [#​639](https://togithub.com/PlasmoHQ/plasmo/issues/639) ##### [@​plasmohq/messaging](https://togithub.com/plasmohq/messaging) - v0.4.0: Relay API now accepts a `targetOrigin` param to specify which origin should the message be relayed to. When using with a website, you will want to assign a chrome ID. See https://www.plasmo.com/blog/posts/how-to-create-a-consistent-id-for-your-chrome-extension for how to generate a consistent ID #### 🀝 Sponsors - [@​jqphu](https://togithub.com/jqphu) - https://github.com/jqphu - [@​nahtnam](https://togithub.com/nahtnam) - https://nahtnam.com - [@​Eversmile12](https://togithub.com/Eversmile12) - https://github.com/Eversmile12 **Full Changelog**: https://github.com/PlasmoHQ/plasmo/compare/v0.75.3...v0.76.1 ### [`v0.76.2`](https://togithub.com/PlasmoHQ/plasmo/compare/v0.76.1...v0.76.2) [Compare Source](https://togithub.com/PlasmoHQ/plasmo/compare/v0.76.1...v0.76.2) ### [`v0.76.1`](https://togithub.com/PlasmoHQ/plasmo/compare/v0.76.0...v0.76.1) [Compare Source](https://togithub.com/PlasmoHQ/plasmo/compare/v0.76.0...v0.76.1) ### [`v0.76.0`](https://togithub.com/PlasmoHQ/plasmo/compare/v0.75.3...v0.76.0) [Compare Source](https://togithub.com/PlasmoHQ/plasmo/compare/v0.75.3...v0.76.0) ### [`v0.75.3`](https://togithub.com/PlasmoHQ/plasmo/releases/tag/v0.75.3) [Compare Source](https://togithub.com/PlasmoHQ/plasmo/compare/v0.75.2...v0.75.3) #### ✨ What's Changed - doc: update linking guide for create-plasmo tool error by [@​bbuono](https://togithub.com/bbuono) in [https://github.com/PlasmoHQ/plasmo/pull/620](https://togithub.com/PlasmoHQ/plasmo/pull/620) - fix: update parcel, move node resolver to last post-reresolve by [@​louisgv](https://togithub.com/louisgv) in [https://github.com/PlasmoHQ/plasmo/pull/617](https://togithub.com/PlasmoHQ/plasmo/pull/617) - fix: firefox bgsw bundling and csp by [@​louisgv](https://togithub.com/louisgv) in [https://github.com/PlasmoHQ/plasmo/pull/632](https://togithub.com/PlasmoHQ/plasmo/pull/632) #### πŸ₯· New Contributors - [@​bbuono](https://togithub.com/bbuono) made their first contribution in [https://github.com/PlasmoHQ/plasmo/pull/620](https://togithub.com/PlasmoHQ/plasmo/pull/620) #### 🀝 Sponsors - [@​jqphu](https://togithub.com/jqphu) - https://github.com/jqphu - [@​nahtnam](https://togithub.com/nahtnam) - https://nahtnam.com - [@​Eversmile12](https://togithub.com/Eversmile12) - https://github.com/Eversmile12 **Full Changelog**: https://github.com/PlasmoHQ/plasmo/compare/v0.74.2...v0.75.3

Configuration

πŸ“… Schedule: Branch creation - "on friday and saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.



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

stale[bot] commented 1 year ago

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This PR has been automatically closed because it has not had recent activity. You can reopen it by clicking on Reopen pull request. Thank you for your contributions.