ankushgoel27
2b10acbc18
test
2022-12-13 12:54:54 +05:30
dependabot[bot]
4f4015a4f7
chore(deps-dev): bump karma from 6.3.8 to 6.3.14
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.8 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.14 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 11:38:38 -05:00
dependabot[bot]
b73ce7bd2e
chore(deps): bump log4js from 6.3.0 to 6.4.0
...
Bumps [log4js](https://github.com/log4js-node/log4js-node ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases )
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/log4js-node/log4js-node/compare/v6.3.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: log4js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 15:51:57 -05:00
David Humphrey
3279c2d65a
Release 1.4.1
2021-11-15 18:13:39 -05:00
Ben Heidemann
e135305f25
Fix Issue 790 and 791 ( #795 )
...
* fix: distribute shims and webpack folders to NPM
* docs: update README.md
2021-11-15 18:09:46 -05:00
David Humphrey
0b26979839
Release 1.4.0
2021-11-15 11:12:05 -05:00
Ben Heidemann
7efc4cdc1d
Fix Issue #790 ( #793 )
...
* fix: make wepback plugin available from filer/webpack
* deprecate accessing FilerWebpackPlugin through index.js
* docs: update documentation to reflect changes to FilerWebpackPlugin
* docs: fix typo
2021-11-15 11:05:39 -05:00
David Humphrey
4112d072b5
Release 1.3.1
2021-11-13 08:53:11 -05:00
David Humphrey
ee26394ead
Update dev deps
2021-11-13 08:48:53 -05:00
David Humphrey
9f8804f716
Update actions/setup-node to 2.4.1, fix matrix syntax
2021-10-19 16:58:00 -04:00
David Humphrey
621b6567e0
Update node matrix to 14, 16
2021-10-19 16:49:44 -04:00
David Humphrey
4acd064a2b
Release 1.3.0
2021-10-19 16:44:10 -04:00
David Humphrey
b283023286
Update deps
2021-10-19 16:40:38 -04:00
Arun Bose
24697a3ed9
fix: rename across directories working
2021-10-19 16:16:31 -04: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