ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Bump walk-sync from 1.1.3 to 2.0.0 #137

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps walk-sync from 1.1.3 to 2.0.0.

Changelog *Sourced from [walk-sync's changelog](https://github.com/joliss/node-walk-sync/blob/master/CHANGELOG.md).* > # 2.0.0 > > * Drop support for unsupported Node versions (Support 8.* + >= 10) > > # 1.1.0 > > * [Bugfix] break cycles caused by symlinks. Specifically, when traversing directory structures we now no longer re-enter. > > # 1.0.1 > > * fix typescript typings entry.mtime is number not date > > # 1.0.0 > > * no changes, simply releasing as 1.0.0 to signify stability > > # 0.3.4 > > * added includeBaseDir to doc > * ES6ify the readme > > # 0.3.3 > > * Added Typescript types > > # 0.3.2 > > * add `includeBasePath` so walkSync results are prepended with the basePath. > > # 0.3.1 > > * whitelist index.js for publish (don't publish uneeded files) > > # 0.3.0 > > * add ignore globs > > # 0.2.7 > > * [BUGFIX] Previously `walkSync` returned entries sorted by `relativePath` > almost, but not quite, lexicographically. This now sorts lexicographically in > all cases. > > # 0.2.6 > > * On Windows, normalize backslashes in root path to forward slashes > > # 0.2.5 > > * Exclude all non-essential files from npm > ... (truncated)
Commits - [`55620b8`](https://github.com/joliss/node-walk-sync/commit/55620b83a233d299c39a49c80d1b6468694dc3fd) release v2.0.0 🎉 - [`073144d`](https://github.com/joliss/node-walk-sync/commit/073144da08ca6d46e4828a358fbc9c7fbb81ff77) Merge pull request [#45](https://github-redirect.dependabot.com/joliss/node-walk-sync/issues/45) from joliss/upgrade - [`c6a07cc`](https://github.com/joliss/node-walk-sync/commit/c6a07ccc018f3387d4b7fd3778a156c6e21ff2e7) Use jest - [`9e68ee7`](https://github.com/joliss/node-walk-sync/commit/9e68ee76b963297683e7afdbc8f48fd78c43d522) upgrade deps - [`b51fa27`](https://github.com/joliss/node-walk-sync/commit/b51fa276af321e1a0e6f0e059fd753ec7af99f3a) bump node support - [`906fb5c`](https://github.com/joliss/node-walk-sync/commit/906fb5cafe9496c2edc1506f67cafd27b4898198) release v1.1.4 🎉 - [`6657319`](https://github.com/joliss/node-walk-sync/commit/665731925c868a1c94f968ef8e8504c7ea040d6d) Merge pull request [#44](https://github-redirect.dependabot.com/joliss/node-walk-sync/issues/44) from lukemelia/bug/symlink-issue - [`8e97be3`](https://github.com/joliss/node-walk-sync/commit/8e97be3904606eb270c820cdaa81f921f895b981) potential fix - [`d2b3005`](https://github.com/joliss/node-walk-sync/commit/d2b3005a158087ed86cd94a94b90b579053c75af) Adding a symlink to a file that is created with a trailing slash breaks walk-... - See full diff in [compare view](https://github.com/joliss/node-walk-sync/compare/v1.1.3...v2.0.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #138.