Skip to content

Commit e7df8ca

Browse files
chore(deps): update dependency prettier to v3.6.2 (#6485)
* chore(deps): update dependency prettier to v3.6.2 * chore: prettier format readme file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <[email protected]>
1 parent ffa8473 commit e7df8ca

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/zip-it-and-ship-it/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,16 @@ matches one of the expressions, it inherits the configuration properties.
9595
The following properties are accepted:
9696

9797
- `externalNodeModules`
98-
9998
- _Type_: `array<string>`
10099

101100
List of Node modules to include separately inside a node_modules directory.
102101

103102
- `ignoredNodeModules`
104-
105103
- _Type_: `array<string>`
106104

107105
List of Node modules to keep out of the bundle.
108106

109107
- `nodeBundler`
110-
111108
- _Type_: `string`
112109
- _Default value_: `zisi`
113110

@@ -116,7 +113,6 @@ The following properties are accepted:
116113
When the value is `esbuild_zisi`, `esbuild` will be used with a fallback to `zisi` in case of an error.
117114

118115
- `nodeSourcemap`
119-
120116
- _Type_: `boolean`
121117
- _Default value_: `false`
122118

@@ -126,20 +122,17 @@ The following properties are accepted:
126122
Available only when `nodeBundler` is set to `esbuild` or `esbuild_zisi`.
127123

128124
- `nodeVersion`
129-
130125
- _Type_: `string`\
131126
- _Default value_: `18`
132127

133128
The version of Node.js to use as the compilation target for bundlers. This is also used to determine the runtime
134129
reported in the manifest. Any valid and supported Node.js version is accepted. Examples:
135-
136130
- `14.x`
137131
- `16.1.0`
138132
- `v18`
139133
- `nodejs18.x` (for backwards compatibility)
140134

141135
- `rustTargetDirectory`
142-
143136
- _Type_: `string`
144137
- _Default value_: Path to a temporary directory
145138

@@ -150,15 +143,13 @@ The following properties are accepted:
150143
the target directory.
151144

152145
- `name`
153-
154146
- _Type_: `string`
155147
- _Default value_: undefined
156148

157149
A name to use when displaying the function in the Netlify UI. Populates the `displayName` property in the functions
158150
manifest for the specified function.
159151

160152
- `generator`
161-
162153
- _Type_: `string`
163154
- _Default value_: undefined
164155

0 commit comments

Comments
 (0)