Update dependency shareon to v2.1.0 - autoclosed #12

Closed
renovate wants to merge 1 commits from renovate/shareon-2.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
shareon (source) dependencies minor 2.0.0 -> 2.1.0

Release Notes

kytta/shareon

v2.1.0

Compare Source

Added
Behind-the-scenes

v2.0.2

Compare Source

Changed
  • Sourcemaps are not being output any more
    • They're being loaded automatically and don't serve any other purpose.
      Disabling those helps us save a few bytes
  • Change minifier to esbuild (instead of terser)
    • This disables the minification of ESM, which is a good thing, because
      otherwise the file can't be tree-shaken properly
  • Shareon is now type: "module"
    • This doesn't change anything for the end users
  • Banner was removed
    • It took unnecessary bytes, and embedding it was somewhat buggy
  • Browserslist config now targets defaults
    • Opera 90 and Samsung Browser 17 aren't targeted. Shareon will still work on
      these browsers.
    • the previous config (using last 3 versions instead of last 2 versions)
      didn't change coverage that much
Behind-the-scenes
  • Updated to Vite v4
  • CSS is now bundled using Vite
    • this makes the build script leaner; it's still processed with PostCSS
  • Moved PostCSS and ESLint config to package.json

v2.0.1

Compare Source

Changed
  • Mastodon button updated to match the new style (#​42)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shareon](https://shareon.js.org) ([source](https://github.com/kytta/shareon)) | dependencies | minor | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/shareon/2.0.0/2.1.0) | --- ### Release Notes <details> <summary>kytta/shareon</summary> ### [`v2.1.0`](https://github.com/kytta/shareon/blob/HEAD/CHANGELOG.md#&#8203;210---2023-03-20) [Compare Source](https://github.com/kytta/shareon/compare/v2.0.2...v2.1.0) ##### Added - "Copy URL" button in https://github.com/kytta/shareon/pull/44 ##### Behind-the-scenes - Added pre-commit hooks in https://github.com/kytta/shareon/pull/47 - Fixed `size-limit-action` branch in https://github.com/kytta/shareon/pull/48 ### [`v2.0.2`](https://github.com/kytta/shareon/blob/HEAD/CHANGELOG.md#&#8203;202---2023-01-25) [Compare Source](https://github.com/kytta/shareon/compare/v2.0.1...v2.0.2) ##### Changed - Sourcemaps are not being output any more - They're being loaded automatically and don't serve any other purpose. Disabling those helps us save a few bytes - Change minifier to esbuild (instead of terser) - This disables the minification of ESM, which is a good thing, because otherwise the file can't be tree-shaken properly - Shareon is now `type: "module"` - This doesn't change anything for the end users - Banner was removed - It took unnecessary bytes, and embedding it was somewhat buggy - Browserslist config now targets `defaults` - Opera 90 and Samsung Browser 17 aren't targeted. Shareon will still work on these browsers. - the previous config (using `last 3 versions instead` of `last 2 versions`) didn't change coverage that much ##### Behind-the-scenes - Updated to Vite v4 - CSS is now bundled using Vite - this makes the build script leaner; it's still processed with PostCSS - Moved PostCSS and ESLint config to package.json ### [`v2.0.1`](https://github.com/kytta/shareon/blob/HEAD/CHANGELOG.md#&#8203;201---2023-01-23) [Compare Source](https://github.com/kytta/shareon/compare/v2.0.0...v2.0.1) ##### Changed - Mastodon button updated to match the new style ([#&#8203;42](https://github.com/kytta/shareon/issues/42)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
renovate added 1 commit 2023-04-18 10:01:26 +01:00
renovate changed title from Update dependency shareon to v2.1.0 to Update dependency shareon to v2.1.0 - autoclosed 2023-05-05 14:01:19 +01:00
renovate closed this pull request 2023-05-05 14:01:19 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#12
No description provided.