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 dependency @swc-node/register to ^1.6.3 - autoclosed #133

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc-node/register ^1.5.5 -> ^1.6.3 age adoption passing confidence

Release Notes

swc-project/swc-node

v1.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.3

v1.6.2

Compare Source

Bug Fixes
  • register: enforece module option in register/esm (#​694) (860d1f6)

v1.6.1

Compare Source

Bug Fixes
  • register: include esm files (8d6b0b7)

v1.6.0

Compare Source

Experimental esm support

node --loader=@​swc-node/register/esm ./src/index.ts in this project

src/index.ts

import assert from 'node:assert'
import test from 'node:test'

import { supportedExtensions } from 'file-type' // pure esm project

await test('file-type should work', () => {
  assert.ok(supportedExtensions.has('jpg'))
})

tsconfig.json

{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
  }
}

package.json

{
  "type": "module"
}

output

> node --loader=@​swc-node/register/esm ./src/index.ts

(node:77682) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:77682) ExperimentalWarning: The test runner is an experimental feature. This feature could change at any time
TAP version 13

### Subtest: file-type should work
ok 1 - file-type should work
  ---
  duration_ms: 0.642416
  ...
1..1

### tests 1
### pass 1

### fail 0
### cancelled 0

### skipped 0
### todo 0

### duration_ms 5.702292

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/jest](https://togithub.com/swc-node/jest)[@​1](https://togithub.com/1).5.9...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.0

v1.5.8

Compare Source

Bug Fixes

v1.5.6

Compare Source

Bug Fixes
  • register: always inline swc helpers (1d557ec)
  • register: react configuration (af643b8)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2023

⚠️ No Changeset found

Latest commit: 6999a2f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 1, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

📊 Package size report   No changes

File Before After
Total (Includes all files) 43.5 kB 43.5 kB
Tarball size 11.7 kB 11.7 kB
Unchanged files
File Size
lib/index.cjs 10.0 kB
lib/index.d.ts 1.4 kB
lib/index.js 9.8 kB
lib/index.js.map 9.0 kB
lib/types.d.ts 888 B
lib/types.js 44 B
lib/types.js.map 102 B
LICENSE 1.1 kB
package.json 3.4 kB
README.md 7.9 kB

🤖 This report was automatically generated by pkg-size-action

@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b7be102) 100.00% compared to head (6999a2f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #133   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          130       130           
  Branches        57        57           
=========================================
  Hits           130       130           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@renovate renovate bot changed the title chore(deps): update dependency @swc-node/register to ^1.6.2 chore(deps): update dependency @swc-node/register to ^1.6.3 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/swc-node-register-1.x branch from 84dab37 to 6999a2f Compare March 31, 2023 15:06
@renovate renovate bot changed the title chore(deps): update dependency @swc-node/register to ^1.6.3 chore(deps): update dependency @swc-node/register to ^1.6.3 - autoclosed Apr 17, 2023
@renovate renovate bot closed this Apr 17, 2023
@renovate renovate bot deleted the renovate/swc-node-register-1.x branch April 17, 2023 13:47
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.

None yet

0 participants