dependabot[bot]
|
cdd27f3033
|
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 18:51:50 +00:00 |
dependabot[bot]
|
5f872f0f24
|
chore(deps): bump trim-newlines from 3.0.0 to 3.0.1
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)
---
updated-dependencies:
- dependency-name: trim-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-08 11:10:49 -04:00 |
bcheidemann
|
77abca991a
|
docs: format fs.readdir documentation section
|
2021-06-05 13:45:41 -04:00 |
bcheidemann
|
49ace4b2fb
|
docs: add documentation for the options in fs.readdir
|
2021-06-05 13:45:41 -04:00 |
bcheidemann
|
d055d8042e
|
test: update tests for issue #775
|
2021-06-05 13:45:41 -04:00 |
bcheidemann
|
576831370f
|
fix: handle withFileTypes options in readdir
|
2021-06-05 13:45:41 -04:00 |
bcheidemann
|
594ab2621f
|
fix: mkdir accepts encoding options
|
2021-06-05 13:45:41 -04:00 |
Ben Heidemann
|
75a2cc86cf
|
test: skip this until we have a fix
|
2021-06-05 13:45:41 -04:00 |
Ben Heidemann
|
a4b3726520
|
test(#775): add regression test for issue #775
|
2021-06-05 13:45:41 -04:00 |
Ben Heidemann
|
21e7a4750a
|
test: skip test for issue #776 until fix is finished
|
2021-05-26 09:55:26 -04:00 |
Ben Heidemann
|
aa2df3a17c
|
test(#776): add regression test for issue #776
|
2021-05-26 09:55:26 -04:00 |
Ben Heidemann
|
bd15462f6e
|
test: skip test for issue #776 until fix is finished
|
2021-05-26 09:55:26 -04:00 |
Ben Heidemann
|
78ae19fbad
|
test(#776): add regression test for issue #776
|
2021-05-26 09:55:26 -04:00 |
Ben Heidemann
|
b3caddcfec
|
refactor: make fs shim a commonjs module to match node.js fs module
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
11e05e131b
|
fix: make fs proxy return undefined for keys which do not exist on the file system instance
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
fb100b165a
|
refactor: use Object.assign instead of Object.create for cloning nodePath
because Object.keys omits many of the methods on the filerPath module when using Object.create
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
e94543471b
|
test: rename webpack plugin test
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
20d4d5e720
|
chore: remove path dependency
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
0295d19a7f
|
refactor: rename plugin.js to index.js
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
365a7d23a3
|
test: remove describe.only
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
ea5e48b48b
|
style: fix linting issues
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
e82374ae2b
|
test: add spec for webpack plugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
5bd05287d4
|
test: add mock function create helper to utils
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
1c34abf009
|
style: add missing indents in switch
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
8b4b0a6140
|
fix: when cwd is root and the <rootDir> tag is replaced, the resulting path should not begin with //
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
e489409b9c
|
test: remove buffer shim spec test
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
0db08e31bb
|
docs: remove buffer shim docs and replace with info on why it's not provided
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
1f02edf5b3
|
refactor: remove buffer shim option from filer webpack plugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
708c84fc63
|
refactor: remove buffer shim
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
4e45701b51
|
test: update path shim test to not use broken import
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
fe9ed6a648
|
fix: fix shim path export
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
81ab65b95c
|
docs: update and replace README.md section on using regular node.js imports
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
582352f754
|
refactor: add missing import for path in processors
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
3b9fafc53e
|
style: fix linting issues in webpack plugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
bfb50bf608
|
docs: fix typo in README.md
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
ce56539190
|
docs: fix typo in webpack plugin docs
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
0f812fc6a0
|
refactor: remove typo in webpack plugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
767c83706b
|
docs: add missing filer import in webpack.config.js code snippet
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
6a20ac2c3f
|
docs: replace alias documentation with docs for FilerWebpackPlugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
2bcf7e560b
|
refactor: export filer webpack plugin in index.js
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
d040763a73
|
feat: add filer webpack plugin
|
2021-05-26 09:54:38 -04:00 |
Ben Heidemann
|
fd90f32d4c
|
chore: add path and schema-utils as dependancies
|
2021-05-26 09:54:38 -04:00 |
dependabot[bot]
|
e18104a60d
|
chore(deps): bump browserslist from 4.11.1 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.1...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-26 09:46:18 -04:00 |
Ben Heidemann
|
7bd6e5f4e1
|
fix: handle case data = 0 in writeFile
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
90db749ee5
|
fix: handle case data = 0 in writeFile
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
f9c5473c49
|
test: add missing space in issue 773 regression test
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
f5ad682fd7
|
fix: allow encodings other that utf8 when using writeFile
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
7b1c3e85ce
|
fix(#773): use utf8 encoding when reading file when encoding not specified by options
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
51afeeaf54
|
test: simplify regression test for issue773
|
2021-04-18 11:44:39 -04:00 |
Ben Heidemann
|
cef6adfc37
|
style: fix linting issues and invoke done with error if error is captured
|
2021-04-18 11:44:39 -04:00 |