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 js test packages #98

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) ^1.3.11 -> ^1.3.67 age adoption passing confidence
@swc/jest ^0.2.23 -> ^0.2.26 age adoption passing confidence
@types/jest (source) ^29.2.1 -> ^29.5.2 age adoption passing confidence
jest (source) ^29.2.2 -> ^29.5.0 age adoption passing confidence

Release Notes

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

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

v1.3.66

Compare Source

Bug Fixes
Features
Testing

v1.3.65

Compare Source

Bug Fixes
Features

v1.3.64

Compare Source

Bug Fixes

v1.3.63

Compare Source

Bug Fixes
  • (es/codegen) Remove extra spaces in AssignPatProp and KeyValuePatProp (#​7488) (064bcf4)

  • (es/compat) Make stage 3 decorator pass use correct state for inner classes (#​7508) (cc4146c)

  • (es/minifier) Infect mutation when assigning a property (#​7503) (7f9f0b8)

  • (es/react) Default to empty string when emitting refresh signature (#​7514) (8e933c8)

Features
Performance
  • (css/prefixer) Convert macro to a function call to reduce binary size (#​7507) (d545df6)

  • (es) Use &dyn Comments to reduce binary size (#​7489) (2c3ac68)

  • (es) Use &dyn Comments for jsx and TypeScript (#​7490) (abd62bc)

Refactor

v1.3.62

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.3.61

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Testing

v1.3.60

Compare Source

Bug Fixes
Features
  • (plugin/runner) Enable in-memory precompiled module cache (#​7420) (f8fe365)
Refactor

v1.3.59

Compare Source

Bug Fixes
  • (common) Disable tracing/release_max_level_info (#​7401) (95291f2)

  • (es/codegen) Do not create duplicate source map entry (#​7309) (40ba242)

  • (es/compat) Mark reserved function names private (#​7298) (dba78a0)

  • (es/minifier) Mark all function params as potential property mutation (#​7409) (5dbbbea)

  • (es/minifier) Prevent inlining vars assigned outside current function scope (#​7414) (40d2bf7)

  • (es/parser) Fix parsing of module identifier (#​7400) (1d3f320)

  • (es/parser) Fix parsing of > in typescript mode (#​7407) (57ad722)

Miscellaneous Tasks
Refactor
Testing

v1.3.58

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.57

Compare Source

Bug Fixes
Features
Refactor
Build

v1.3.56

Compare Source

Bug Fixes
Features

v1.3.55

Compare Source

Bug Fixes
Features

v1.3.54

Compare Source

Bug Fixes
Testing

v1.3.53

Compare Source

Bug Fixes
  • (es) Fix a crash related to source map (#​7307) (e7f7b01)

  • (es/helpers) Remove unnecessary parameters in helper_expr! macro (#​7296) (38dfb91)

  • (es/modules) Support jsc.baseUrl without jsc.paths (#​7302) (9c279b8)

  • (es/parser) Fix handling of in and out of typescript (#​7308) (6f81cb9)

  • (testing) Fix path normalization on windows for testing diffs (#​7299) (3422923)

Miscellaneous Tasks
  • general: Update issue template to prevent useless issues (#​7303) (9816ba2)
Testing

v1.3.52

Compare Source

Bug Fixes
Performance
Build

v1.3.51

Compare Source

Bug Fixes
Features
  • (es/modules) Use function instead of arrow function unconditionally (#​7273) (5d3313a)
Miscellaneous Tasks
Refactor
Build

v1.3.50

Compare Source

Bug Fixes
  • (es) Fix a crash related to an empty source map (#​7229) (c665918)

  • (es/codegen) Respect ascii_only for identifiers (#​7247) (e35097f)

  • (es/compat) Handle export function in reserved_word (#​7251) (2e947e7)

  • (es/minifier) Fix handling of optional chaining when hoist_props is enabled (#​7246) (a44fea1)

  • (es/parser) Use a hard error for missing r-paren in an if stmt (#​7223) (b1c40a4)

  • (es/parser) Reset ctx for cond while parsing a stmt (#​7232) (01db30f)

  • (es/parser) Parse const type parameters in arrow function expressions (#​7242) (6614886)

Features
Refactor
Testing
Build

v1.3.49

Compare Source

Features
Refactor

v1.3.47

Compare Source

Bug Fixes
Features
Refactor
  • (macros/ast-node) Drop darling to reduce compile time (#​7214) (3f61638)

v1.3.46

Compare Source

v1.3.45

Compare Source

Bug Fixes
Features
Testing

v1.3.44

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (cargo) Refactor Cargo.toml to reduce merge conflict (#​7139) (2826198)
Refactor
Build

v1.3.42

Compare Source

Bug Fixes
Features
  • (es/resolver) Make scope context identical to the vars (#​7095) (0f09e35)- general: Feat(css/minifier) Follow the CSS spec more rigorously (#​6291)

Description:

Full refactor of the "calc" simplification to be more compliant with the spec. (df09d2f)

Refactor
  • (es/fixer) Move comments with the insertion order (#​7097) (f250f24)

  • (es/resolver) Make syntax context for unresolved and top-level stable (#​7096) (c114f00)

v1.3.41

Compare Source

Bug Fixes
Performance
Refactor
  • general: Fix lints using clippy from nightly-2023-03-13 (#​6920) (963c460)

v1.3.40

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance

v1.3.39

Compare Source

Bug Fixes
  • **(es/mi

Configuration

📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, 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 30, 2023
@renovate renovate bot enabled auto-merge (squash) June 30, 2023 20:53
@changeset-bot
Copy link

changeset-bot bot commented Jun 30, 2023

🦋 Changeset detected

Latest commit: af97bd8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
filter-data Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8a58d44) 100.00% compared to head (cbe76cd) 100.00%.

❗ Current head cbe76cd differs from pull request most recent head af97bd8. Consider uploading reports for the commit af97bd8 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #98   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          148       152    +4     
  Branches        17        23    +6     
=========================================
+ Hits           148       152    +4     
Impacted Files Coverage Δ
src/filterData.ts 100.00% <100.00%> (ø)
src/filters/equal.ts 100.00% <100.00%> (ø)
src/filters/filtersMap.ts 100.00% <100.00%> (ø)
src/filters/greater.ts 100.00% <100.00%> (ø)
src/filters/greaterOrEqual.ts 100.00% <100.00%> (ø)
src/filters/less.ts 100.00% <100.00%> (ø)
src/filters/lessOrEqual.ts 100.00% <100.00%> (ø)
src/filters/like.ts 100.00% <100.00%> (ø)
src/filters/notEqual.ts 100.00% <100.00%> (ø)
src/filters/notLike.ts 100.00% <100.00%> (ø)
... and 3 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot merged commit f217bcd into master Jun 30, 2023
5 checks passed
@renovate renovate bot deleted the renovate/js-test-packages branch June 30, 2023 20:58
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