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

fix(deps): update all non-major dependencies #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@kirishima/rest ^0.2.5 -> ^0.2.7 age adoption passing confidence dependencies patch
@swc/cli ^0.1.57 -> ^0.3.12 age adoption passing confidence devDependencies minor
@swc/core (source) ^1.3.24 -> ^1.5.25 age adoption passing confidence devDependencies minor
@types/express (source) ^4.17.15 -> ^4.17.21 age adoption passing confidence devDependencies patch
@types/node (source) ^17.0.31 -> ^17.0.45 age adoption passing confidence devDependencies patch
actions/checkout v3.2.0 -> v3.6.0 age adoption passing confidence action minor
docker/build-push-action v3.2.0 -> v3.3.1 age adoption passing confidence action minor
docker/login-action v2.1.0 -> v2.2.0 age adoption passing confidence action minor
docker/metadata-action v4.1.1 -> v4.6.0 age adoption passing confidence action minor
docker/setup-buildx-action v2.2.1 -> v2.10.0 age adoption passing confidence action minor
dotenv ^16.0.3 -> ^16.4.5 age adoption passing confidence dependencies minor
fastify (source) ^4.10.2 -> ^4.27.0 age adoption passing confidence dependencies minor
node 16-alpine3.14 -> 16.15.1-alpine3.14 age adoption passing confidence final minor
node 16-alpine3.14 -> 16.15.1-alpine3.14 age adoption passing confidence stage minor
pino (source) ^8.8.0 -> ^8.21.0 age adoption passing confidence dependencies minor
pino-pretty ^9.1.1 -> ^9.4.1 age adoption passing confidence dependencies minor
reflect-metadata (source) ^0.1.13 -> ^0.2.2 age adoption passing confidence dependencies minor
undici (source) ^5.14.0 -> ^5.28.4 age adoption passing confidence dependencies minor

Release Notes

kirishima-ship/rest (@​kirishima/rest)

v0.2.7

Compare Source

What's Changed

Full Changelog: kirishima-ship/rest@0.2.6...0.2.7

v0.2.6

Compare Source

What's Changed

Full Changelog: kirishima-ship/rest@v0.2.5...0.2.6

swc-project/pkgs (@​swc/cli)

v0.1.65

Compare Source

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

v1.4.4

Compare Source

v1.4.2

Compare Source

Bug Fixes
Features
Testing

v1.4.1

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
  • (bindings) Remove bindings for experimental packages (#​8600) (6c50ff1)
Testing
Build

v1.4.0

Compare Source

Bug Fixes
Features
Refactor
Testing
  • (es/minifer) Update the passing terser test list (#​8573) (8b86638)

  • (es/testing) Ensure that test_inline! is working properly (#​8590) (872a47b)

v1.3.107

Compare Source

Bug Fixes
  • (es/codegen) Do not produce octal literals (#​8565) (07634a0)

  • (es/decorator) Skip TypeScript class method/prop declarations (#​8555) (6a8dd8c)

  • (es/decorator) Preserve state while traversing the module_items scope (#​8556) (f416aff)

  • (es/loader) Make tsc resolver work for bare specifier (#​8550) (d6a4615)

v1.3.106

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.3.105

Compare Source

Bug Fixes
  • (common) Remove < and > from Display impl of FileName::Custom (#​8530) (014a6cd)

  • **


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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 changed the title chore(deps): update dependency @swc/cli to ^0.1.58 chore(deps): update dependency @swc/cli to ^0.1.59 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7828fc9 to fa75d9f Compare January 1, 2023 22:58
@renovate renovate bot changed the title chore(deps): update dependency @swc/cli to ^0.1.59 chore(deps): update all non-major dependencies Jan 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 06f0c29 to 05f39c0 Compare January 11, 2023 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fd154ba to 79ba841 Compare January 19, 2023 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5fbc39b to 6207335 Compare January 28, 2023 04:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0788fb7 to 6b01044 Compare February 4, 2023 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a62d521 to 000fc76 Compare February 6, 2023 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d1a84e5 to b9db7f4 Compare March 13, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9db7f4 to bbbca95 Compare March 14, 2024 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a0ee05b to d2637fa Compare March 29, 2024 04:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7baf6d3 to 88e1c7f Compare April 9, 2024 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d80c3f5 to 46e9eb2 Compare April 18, 2024 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 814af8e to 0b9ac1d Compare April 27, 2024 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 214b4f1 to dd941ed Compare May 8, 2024 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ea4bf22 to 867c340 Compare May 15, 2024 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5a109ef to cf0a312 Compare May 30, 2024 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf0a312 to 05db5ad Compare June 5, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants