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

build(dev-deps): update all non-major dependencies #4

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ivangabriele/prettier-config 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
@rollup/plugin-commonjs (source) 25.0.2 -> 25.0.8 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 15.1.0 -> 15.2.3 age adoption passing confidence devDependencies minor
@swc/core (source) 1.3.67 -> 1.5.25 age adoption passing confidence devDependencies minor
@types/chrome (source) 0.0.241 -> 0.0.268 age adoption passing confidence devDependencies patch
@types/d3-color (source) 3.1.0 -> 3.1.3 age adoption passing confidence devDependencies patch
@types/firefox-webext-browser (source) 111.0.1 -> 111.0.5 age adoption passing confidence devDependencies patch
@types/mocha (source) 10.0.1 -> 10.0.6 age adoption passing confidence devDependencies patch
@types/node (source) 20.4.2 -> 20.14.2 age adoption passing confidence devDependencies minor
@types/toastify-js (source) 1.11.1 -> 1.12.3 age adoption passing confidence devDependencies minor
@types/vscode (source) 1.79.1 -> 1.90.0 age adoption passing confidence devDependencies minor
@types/ws (source) 8.5.5 -> 8.5.10 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
@vscode/test-electron 2.3.3 -> 2.4.0 age adoption passing confidence devDependencies minor
@vscode/vsce (source) 2.19.0 -> 2.27.0 age adoption passing confidence devDependencies minor
eslint (source) 8.44.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-config-airbnb-typescript 17.0.0 -> 17.1.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.27.5 -> 2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-jest 27.2.2 -> 27.9.0 age adoption passing confidence devDependencies minor
eslint-plugin-sort-destructure-keys 1.5.0 -> 1.6.0 age adoption passing confidence devDependencies minor
execa 7.1.1 -> 7.2.0 age adoption passing confidence devDependencies minor
mocha (source) 10.2.0 -> 10.4.0 age adoption passing confidence devDependencies minor
pascalgn/automerge-action v0.15.6 -> v0.16.3 age adoption passing confidence action minor
rollup (source) 3.26.0 -> 3.29.4 age adoption passing confidence devDependencies minor
rollup-plugin-copy 3.4.0 -> 3.5.0 age adoption passing confidence devDependencies minor
rollup-plugin-swc3 0.8.2 -> 0.11.2 age adoption passing confidence devDependencies minor
semantic-release 21.0.6 -> 21.1.2 age adoption passing confidence devDependencies minor
tslib (source) 2.6.0 -> 2.6.3 age adoption passing confidence devDependencies patch
typescript (source) 5.1.6 -> 5.4.5 age adoption passing confidence devDependencies minor
ws 8.13.0 -> 8.17.0 age adoption passing confidence devDependencies minor
yarn (source) 4.0.1 -> 4.2.2 age adoption passing confidence packageManager minor

Release Notes

ivangabriele/prettier-config (@​ivangabriele/prettier-config)

v3.2.0

Compare Source

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557
swc-project/swc (@​swc/core)

v1.5.25

Compare Source

Bug Fixes
Features
Performance

v1.5.24

Compare Source

v1.5.23

Compare Source

Bug Fixes

v1.5.22

Compare Source

v1.5.20

Compare Source

v1.5.19

Compare Source

v1.5.11

Compare Source

v1.5.7

Compare Source

Documentation

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

Bug Fixes
  • (es/decorator) Support for legacy decorators in class expressions (#​8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#​8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#​8888) (be359fa)

v1.5.0

Compare Source

Bug Fixes
Features

v1.4.17

Compare Source

Bug Fixes

v1.4.16

Compare Source

Bug Fixes

v1.4.15

Compare Source

Bug Fixes
Features
Refactor
Build

v1.4.14

Compare Source

Bug Fixes
Documentation
  • (swc_core) Resolve build issue with --all-features flag (#​8848) (c0d901e)
Refactor
Testing

v1.4.13

Compare Source

Bug Fixes

v1.4.12

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance

v1.4.11

Compare Source

v1.4.8

Compare Source

Bug Fixes
  • (es/module) Fix regression of resolving relative modules (#​8748) (f988b66)

  • (es/parser) Allow export after decorators when valid (#​8739) (663261b)

Miscellaneous Tasks

v1.4.7

Compare Source

Bug Fixes
  • (es/minifier) Fix eval of toString of array with holes (#​8727) (f3fbd9d)

  • (es/minifier) Do not evaluate slice calls with negative index (#​8726) (23f9635)

  • (es/minifier) Handle cyclic references while dropping unused properties (#​8725) (102241b)

  • (es/minifier) Fix evaluation of array literals with void 0 (#​8733) (aa0154d)

  • (es/minifier) Fix removal of array pattern bindings (#​8730) (312f0d8)

  • (es/minifier) Make Finalizer handle hoisted_props correctly (#​8738) (95761b7)

  • (es/proposal) Fix var placement for using transform (#​8732) (633cd89)

Features
Refactor
  • (es) Prepare wasm32-wasi-preview1-threads target support (#​8724) (e3acd14)

v1.4.6

Compare Source

Bug Fixes
Performance

v1.4.5

Compare Source

Bug Fixes
Features
  • (es/parser) Support Regular Expression v flag ([#​869

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Paris, 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.

👻 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 force-pushed the renovate/all-minor-patch branch 6 times, most recently from b5b9dae to fae2211 Compare November 7, 2023 08:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c42eb46 to 84bdff0 Compare November 13, 2023 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2c9c37c to d10cc95 Compare November 21, 2023 02:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0555244 to 074d27d Compare November 25, 2023 02:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 69558f7 to 5fe0864 Compare December 7, 2023 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 39ae46d to 5be2c51 Compare December 15, 2023 05:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5be2c51 to f22b59e Compare December 16, 2023 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eb5ddb5 to 2ea51a0 Compare April 4, 2024 02:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 120941c to 04ac589 Compare April 13, 2024 09:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c828c79 to 6708579 Compare April 23, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from da72a6d to 899a45a Compare May 2, 2024 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3bf3332 to d08dbb1 Compare May 9, 2024 23:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d08dbb1 to ce09266 Compare May 11, 2024 11:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce09266 to 3eb1574 Compare May 23, 2024 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 560af42 to 3fe8647 Compare June 5, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3fe8647 to 415efc0 Compare June 6, 2024 11:39
@ivangabriele ivangabriele merged commit ef6d3a6 into main Jun 7, 2024
6 checks passed
@ivangabriele ivangabriele deleted the renovate/all-minor-patch branch June 7, 2024 21:36
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.

1 participant