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

chore(deps): update all non-major dependencies #13

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.66 -> 1.3.86 age adoption passing confidence
@swc/helpers (source) 0.5.1 -> 0.5.2 age adoption passing confidence
@types/jsonwebtoken (source) 9.0.2 -> 9.0.3 age adoption passing confidence
@types/node (source) 18.16.18 -> 18.17.18 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.60.0 -> 5.62.0 age adoption passing confidence
@typescript-eslint/parser 5.60.0 -> 5.62.0 age adoption passing confidence
bcrypt 5.1.0 -> 5.1.1 age adoption passing confidence
eslint (source) 8.43.0 -> 8.49.0 age adoption passing confidence
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence
eslint-import-resolver-typescript 3.5.5 -> 3.6.0 age adoption passing confidence
eslint-plugin-import 2.27.5 -> 2.28.1 age adoption passing confidence
graphql 16.6.0 -> 16.8.1 age adoption passing confidence
jsonwebtoken 9.0.0 -> 9.0.2 age adoption passing confidence
nats (source) 2.15.0 -> 2.16.0 age adoption passing confidence
regenerator-runtime (source) ^0.13.11 -> ^0.14.0 age adoption passing confidence
tslib (source) 2.5.3 -> 2.6.2 age adoption passing confidence
typescript (source) 5.1.3 -> 5.2.2 age adoption passing confidence
winston 3.9.0 -> 3.10.0 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core)

v1.3.86

Compare Source

Bug Fixes
  • (es/compat) Handle PrivateName in logical_assignments (#​7958) (28318f0)

  • (es/minifier) Handle ModuleDecl when transform const modules (#​7959) (06ca1fe)

  • (es/module) Preserve import specifier if resolving fails (#​7955) (be5b02a)

Miscellaneous Tasks
  • (es/preset-env) Add the repository url to Cargo.toml (#​7941) (ca22359)

  • (es/preset-env) Ignore tp in the version of a browser version (#​7968) (005ddc5)

Refactor
Build

v1.3.85

Compare Source

Bug Fixes
  • (css/modules) Support composes when using multiple subclass selectors (#​7949) (05ca19b)

  • (es/compat) Handle single expression case in static block (#​7944) (a80aec4)

  • (es/minifier) Parse a file as a module only if opts.module is true (#​7943) (b87ac64)

Features
  • (es/compat) Support pure_getters for optional_chaining (#​7933) (c091c5e)

  • (es/module) Add an option to make resolver fully resolve index.js (#​7945) (7e8d72d)

v1.3.84

Compare Source

Bug Fixes

v1.3.83

Compare Source

Bug Fixes
Features
  • (es/codegen) Add an option to print assert for import attributes (#​7914) (ee75756)

v1.3.82

Compare Source

Bug Fixes
  • (common) Fix logic for excluding FileName from source maps (#​7900) (aa64955)

  • (es/module) Make jsc.paths fully resolve TypeScript files (#​7901) (c714dd2)

  • (es/resolver) Correctly resolve global value (#​7893) (2db10e9)

v1.3.81

Compare Source

Bug Fixes
  • (es/codegen) Fix placing of comments of yield arguments (#​7858) (122d14c)

  • (es/compat) Apply transforms for explicit resource management (#​7881) (3180e68)

  • (es/compat) Make SwitchCase handler of block-scoping stateless (#​7888) (4b33d41)

  • (es/dep-graph) Analyze import type children (#​7883) (057bd5f)

  • (es/minifier) Report is_fn_local even if var is hoisted (#​7876) (87a47bf)

  • (es/module) Don't create absolute paths for jsc.paths on Windows (#​7892) (5fbc251)

  • (swc-info) Use correct path while getting local package versions (#​7872) (67afaf1)

Features
Miscellaneous Tasks
Performance
Refactor
  • (es/minifier) Remove mutated and mutation_by_call_count (#​7890) (8db968a)

v1.3.80

Compare Source

Bug Fixes
  • (es/module) Fix logic for exact matches in jsc.paths (#​7860) (52a1ee7)

  • (es/module) Don't resolve as node_modules from TscResolver (#​7866) (11ebae1)

Miscellaneous Tasks
  • general: Remove unused files (e47f1c2)

v1.3.79

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.78

Compare Source

Bug Fixes
  • (es/codegen) Add quotes to property names when ascii_only is true (#​7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#​7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#​7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#​7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#​7823) (31de19e)

Features
  • (es/module) Improve error message about relative jsc.baseUrl (#​7827) (9099883)
Refactor

v1.3.77

Compare Source

Bug Fixes
Features
Refactor
  • (es/parser) Don't attempt to handle shebangs in read_token_number_sign (#​7803) (5e7834a)

v1.3.76

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
  • (es/compat) Improve time complexity of class_properties (#​7786) (76c6258)

v1.3.75

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.74

Compare Source

Bug Fixes

v1.3.73

Compare Source

Bug Fixes
  • (es/minifier) Handle synthesized export default expression (#​7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#​7731) (e8c58cf)

Features
  • (es/preset-env) Update builtin definitions for core-js imports (#​7715) (b4f3332)
Testing
  • (es/compat) Add a test for optional chaining with loose mode (#​7726) (216c4f1)

v1.3.72

Compare Source

Bug Fixes
  • (es/compat) Fix handling of private members in optional chaining pass (#​7610) (7ba7b6e)

  • (es/minifier) Do not drop used properties (#​7702) (f901b41)

  • (es/module) Do not determine module name for modules without exports in UMD (#​7718) (40136f7)

Features
Refactor

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.70

Compare Source

Bug Fixes
  • (es/minifier) Fix a bug about eval of name mangler (#​7615) (6be1f70)

  • (es/minifier) Do not reuse identifier used for import bindings (#​7639) (a65be14)

  • (es/module) Skip CJS and AMD transformations for Script (#​7661) (a2d0408)

Features
Testing
Buiild

v1.3.69

Compare Source

Bug Fixes
  • (es/compat) Visit children of while statement in the generator pass (#​7624) (d2ac2c1)

  • (es/compat) Fix loose mode of the spread pass (#​7608) (a7daa5b)

  • (es/minifier) Don't drop unused properties of top-level vars (#​7638) (19ba714)

Features
Miscellaneous Tasks
  • (es/parser) Scope use of lexical to certain features (#​7644) (a961090)
Refactor
Build

v1.3.68

Compare Source

Bug Fixes
Features
  • (es/compat) Implement transform for explicit resource management (#​7376) (bcd5a1d)

  • (es/minifier) Drop unused properties (#​7534) (47d2edd)

  • (es/minifier) Compress common sub expressions in sequences (#​7587) (ff1ad95)

  • (es/optimization) Support default imports for const modules (#​7604) (ac02b84)

Refactor

v1.3.67

Compare Source

Bug Fixes
  • (es/minifier) Don't drop assignments to unused top-level variables (#​7581) (a685c88)

  • (es/parser) Adjust context while parsing type arguments of TypeScript type queries (#​7582) (9d5dda1)

  • (estree/compat) Adjust loc.col (#​7565) (d86f8f6)

Features
Miscellaneous Tasks
Refactor
Build
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

kelektiv/node.bcrypt.js (bcrypt)

v5.1.1

Compare Source

What's Changed

New Contributors


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.

👻 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 added the dependencies Pull requests that update a dependency file label Jun 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b2353dd to eeaea44 Compare June 22, 2023 22:46
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jun 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7400e6a to 84d15be Compare July 3, 2023 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ebf8f1d to 9f40c64 Compare July 11, 2023 20:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 504e17a to 7a2cec9 Compare July 18, 2023 14:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e5ecdcf to 57088c5 Compare July 28, 2023 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57088c5 to fb851b9 Compare July 28, 2023 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 0d5f111 to 35f6716 Compare August 25, 2023 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b8a0736 to 5ab71ff Compare September 1, 2023 06:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 60fa674 to c186d37 Compare September 7, 2023 09:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ccfceda to ce4d039 Compare September 15, 2023 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 58de051 to 070aed6 Compare September 19, 2023 12:09
@mendesbarreto mendesbarreto merged commit 37c0c53 into master Sep 20, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch September 20, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant