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

ci(deps): Bump actions/checkout from 4.1.3 to 4.1.6 #80

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: gh auth status
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: main
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -156,7 +156,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ env.REF }}
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.head_ref }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}@${{ github.sha }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.head_ref || github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.head_ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout main
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
exit 1
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
ref: ${{ github.ref }}
token: ${{ steps.bot-token.outputs.token }}
Expand All @@ -136,7 +136,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: checkout
name: Checkout ${{ needs.preflight.outputs.branch }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ needs.preflight.outputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
ref: ${{ env.REF }}
- id: version
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: hmarr/debug-action@v3.0.0
- id: checkout
name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
ref: ${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/esast.spec-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('unit-d:esast', () => {
| mdast.Nodes
| TestSubject.Comment
| TestSubject.ExpressionStatement
| TestSubject.MethodProperty
| TestSubject.ShorthandProperty
| TestSubject.TemplateLiteral
>
Expand Down
4 changes: 0 additions & 4 deletions src/nodes/__tests__/property-shorthand.spec-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ describe('unit-d:nodes/ShorthandProperty', () => {
expectTypeOf<Subject>().toHaveProperty('assignment').toEqualTypeOf<false>()
})

it('should match [computed: false]', () => {
expectTypeOf<Subject>().toHaveProperty('computed').toEqualTypeOf<false>()
})

it('should match [kind: Extract<PropertyKind, "init">]', () => {
expectTypeOf<Subject>()
.toHaveProperty('kind')
Expand Down
8 changes: 5 additions & 3 deletions src/nodes/definition-method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import type {
FunctionExpression,
MethodKind,
ModifierList,
Parent
Parent,
PropertyName
} from '@flex-development/esast'

/**
Expand All @@ -38,6 +39,7 @@ interface MethodDefinition extends Parent {
* @see {@linkcode Expression}
* @see {@linkcode FunctionExpression}
* @see {@linkcode ModifierList}
* @see {@linkcode PropertyName}
*/
children:
| [
Expand All @@ -53,7 +55,7 @@ interface MethodDefinition extends Parent {
...comments: InternalComments,
value: FunctionExpression
]
| [name: Expression, ...comments: Comments, value: FunctionExpression]
| [name: PropertyName, ...comments: Comments, value: FunctionExpression]

/**
* Boolean indicating if method name is computed.
Expand Down Expand Up @@ -85,4 +87,4 @@ interface MethodDefinition extends Parent {
type: 'methodDefinition'
}

export type { MethodDefinitionData, MethodDefinition as default }
export type { MethodDefinition as default, MethodDefinitionData }
18 changes: 4 additions & 14 deletions src/nodes/expression-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
import type {
Comment,
Data,
MethodProperty,
Parent,
ShorthandProperty,
SimpleProperty,
Property,
SpreadElement
} from '@flex-development/esast'

Expand All @@ -34,18 +32,10 @@ interface ObjectExpression extends Parent {
* List of children.
*
* @see {@linkcode Comment}
* @see {@linkcode MethodProperty}
* @see {@linkcode ShorthandProperty}
* @see {@linkcode SimpleProperty}
* @see {@linkcode Property}
* @see {@linkcode SpreadElement}
*/
children: (
| Comment
| MethodProperty
| ShorthandProperty
| SimpleProperty
| SpreadElement
)[]
children: (Comment | Property | SpreadElement)[]

/**
* Info from the ecosystem.
Expand All @@ -60,4 +50,4 @@ interface ObjectExpression extends Parent {
type: 'objectExpression'
}

export type { ObjectExpressionData, ObjectExpression as default }
export type { ObjectExpression as default, ObjectExpressionData }
20 changes: 5 additions & 15 deletions src/nodes/pattern-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
*/

import type {
AssignmentProperty,
Comment,
Data,
Parent,
RenamedProperty,
RestElement,
ShorthandProperty
Property,
RestElement
} from '@flex-development/esast'

/**
Expand All @@ -33,19 +31,11 @@ interface ObjectPattern extends Parent {
/**
* List of children.
*
* @see {@linkcode AssignmentProperty}
* @see {@linkcode Comment}
* @see {@linkcode RenamedProperty}
* @see {@linkcode Property}
* @see {@linkcode RestElement}
* @see {@linkcode ShorthandProperty}
*/
children: (
| AssignmentProperty
| Comment
| RenamedProperty
| RestElement
| ShorthandProperty
)[]
children: (Comment | Property | RestElement)[]

/**
* Info from the ecosystem.
Expand All @@ -60,4 +50,4 @@ interface ObjectPattern extends Parent {
type: 'objectPattern'
}

export type { ObjectPatternData, ObjectPattern as default }
export type { ObjectPattern as default, ObjectPatternData }
Loading
Loading