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

release: 1.0.1 #2

Merged
merged 1 commit into from
Nov 26, 2022
Merged

release: 1.0.1 #2

merged 1 commit into from
Nov 26, 2022

Conversation

unicornware
Copy link
Member

Description

  • bumped version to 1.0.1
  • added CHANGELOG entry for 1.0.1

Tests

 RUN  v0.25.3
      Coverage enabled with c8

 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > comments > should ignore import in multi-line comment
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > comments > should ignore import in single-line comment
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > default imports > should match default import
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > default imports > should match default import with import assertion
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > default imports > should match default import with named imports
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > default imports > should match default import with namespace imports
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > default imports > should match default type import
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named import(s) in multi-line statement
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named import(s) in single-line statement
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named import(s) with renamed identifiers
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named import(s) with renamed string literals
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named type import(s) in multi-line statement
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > named imports > should match named type import(s) in single-line statement
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > namespace imports > should match namespace import
 ✓ src/__tests__/import-static.spec.ts > unit:STATIC_IMPORT_REGEX > side-effect imports > should match side-effect import
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > comments > should ignore import in multi-line comment
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > comments > should ignore import in single-line comment
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > conditional imports > should match conditional import
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > dynamic specifiers > should match import with template literal as specifier
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > dynamic specifiers > should match import with variable as specifier
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > import assertions > should match import with import assertion
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > named imports > should match named import(s) in multi-line statement
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > named imports > should match named import(s) in single-line statement
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > named imports > should match named import(s) with renamed identifiers
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > named imports > should match named import(s) with renamed string literals
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > namespace imports > should match namespace import
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > side-effect imports > should match side-effect import
 ✓ src/__tests__/import-dynamic.spec.ts > unit:DYNAMIC_IMPORT_REGEX > then/catch > should match import without await

 Test Files  2 passed (2)
      Tests  28 passed (28)
   Start at  21:10:45
   Duration  3.62s (transform 452ms, setup 608ms, collect 109ms, tests 26ms)

 % Coverage report from c8
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |     100 |      100 |     100 |     100 |                   
 import-dynamic.ts |     100 |      100 |     100 |     100 |                   
 import-static.ts  |     100 |      100 |     100 |     100 |                   
-------------------|---------|----------|---------|---------|-------------------

yarn pack -o %s-%v.tgz

➤ YN0036: Calling the "prepack" lifecycle script
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT ℹ Building @flex-development/import-regex
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT ✔ Build succeeded for @flex-development/import-regex
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   dist (total size: 2.48 kB)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-dynamic.mjs.map (128 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-dynamic.mjs (496 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-dynamic.d.mts (417 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-static.mjs.map (126 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-static.mjs (440 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/import-static.d.mts (303 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/index.mjs.map (144 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/index.mjs (228 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT   └─ dist/index.d.mts (195 B)
➤ YN0000: @flex-development/import-regex@workspace:. STDOUT Σ Total build size: 2.48 kB
➤ YN0000: CHANGELOG.md
➤ YN0000: LICENSE.md
➤ YN0000: README.md
➤ YN0000: changelog.config.cts
➤ YN0000: dist/import-dynamic.d.mts
➤ YN0000: dist/import-dynamic.mjs
➤ YN0000: dist/import-dynamic.mjs.map
➤ YN0000: dist/import-static.d.mts
➤ YN0000: dist/import-static.mjs
➤ YN0000: dist/import-static.mjs.map
➤ YN0000: dist/index.d.mts
➤ YN0000: dist/index.mjs
➤ YN0000: dist/index.mjs.map
➤ YN0000: package.json
➤ YN0000: src/import-dynamic.ts
➤ YN0000: src/import-static.ts
➤ YN0000: src/index.ts
➤ YN0036: Calling the "postpack" lifecycle script
➤ YN0000: Package archive generated in ./@flex-development-import-regex-1.0.1.tgz
➤ YN0000: Done in 3s 609ms

Linked issues

N/A

Related documents

N/A

Additional context

N/A

Submission checklist

  • self-review performed
  • tests added and/or updated
  • documentation added or updated
  • new, tolerable vulnerabilities and/or warnings documented, if any
  • pr naming conventions

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
@unicornware unicornware added the scope:release package release label Nov 26, 2022
@unicornware unicornware self-assigned this Nov 26, 2022
@unicornware unicornware enabled auto-merge (squash) November 26, 2022 02:13
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware merged commit 837768a into main Nov 26, 2022
@unicornware unicornware temporarily deployed to production November 26, 2022 02:14 Inactive
@github-actions github-actions bot deleted the release/1.0.1 branch November 26, 2022 02:16
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:release package release
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants