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

fix(deps): update dependencies (non-major) (major) #15

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
csv (source) 5.5.3 -> 6.3.9 age adoption passing confidence
fs-extra 9.1.0 -> 11.2.0 age adoption passing confidence
uuid 3.4.0 -> 10.0.0 age adoption passing confidence
yargs (source) 15.4.1 -> 17.7.2 age adoption passing confidence

Release Notes

adaltas/node-csv (csv)

v6.3.9

Compare Source

Note: Version bump only for package csv

v6.3.8

Compare Source

Note: Version bump only for package csv

v6.3.7

Compare Source

Note: Version bump only for package csv

v6.3.6

Compare Source

Note: Version bump only for package csv

v6.3.5

Compare Source

Note: Version bump only for package csv

v6.3.4

Compare Source

Note: Version bump only for package csv

v6.3.3

Compare Source

Bug Fixes
  • csv-demo-ts-cjs-node16: upgrade module definition after latest typescript (87fe919)

v6.3.2

Compare Source

Bug Fixes
  • commonjs types, run tsc and lint to validate changes (#​397) (e6870fe)

v6.3.1

Compare Source

Note: Version bump only for package csv

v6.3.0

Compare Source

Features

v6.2.12

Compare Source

Note: Version bump only for package csv

v6.2.11

Compare Source

Bug Fixes
  • csv: fixed CJS types under modern modernResolution options (#​388) (54d03e4)
  • csv: remove ts files in cjs dist (d0d1089)

v6.2.10

Compare Source

Bug Fixes

v6.2.8

Compare Source

Note: Version bump only for package csv

v6.2.7

Compare Source

Note: Version bump only for package csv

v6.2.6

Compare Source

Note: Version bump only for package csv

v6.2.5

Compare Source

Note: Version bump only for package csv

v6.2.4

Compare Source

Note: Version bump only for package csv

v6.2.3

Compare Source

Note: Version bump only for package csv

v6.2.2

Compare Source

Note: Version bump only for package csv

6.2.1 (2022-10-12)

Note: Version bump only for package csv

v6.2.1

Compare Source

Note: Version bump only for package csv

v6.2.0

Compare Source

Features
  • ts module Node16 and type declaration to exports field (#​341) (4b0283d)
6.1.5 (2022-07-01)

Note: Version bump only for package csv

6.1.4 (2022-06-29)

Note: Version bump only for package csv

6.1.3 (2022-06-16)
Bug Fixes
  • csv-stringify: quote_match with empty string pattern quotes empty strings (#​345) (1c22d2e), closes #​344
6.1.2 (2022-06-14)

Note: Version bump only for package csv

6.1.1 (2022-06-14)
Bug Fixes
  • csv-stringify: bom and header in sync mode with no records (fix #​343) (bff158f)

v6.1.5

Compare Source

Note: Version bump only for package csv

v6.1.4

Compare Source

Note: Version bump only for package csv

v6.1.3

Compare Source

v6.1.2

Compare Source

Note: Version bump only for package csv

v6.1.1

Compare Source

v6.1.0

Compare Source

Features

v6.0.5

Compare Source

Bug Fixes
  • correct exports in package.json with webpack (154eafb)
  • csv-demo-webpack-ts: simplify export paths (8d63a14)
  • esm exports in package.json files (c48fe47), closes #​308

v6.0.4

Compare Source

Bug Fixes
  • csv-stringify: node 12 compatibility in flush (9145b75)

v6.0.3

Compare Source

Bug Fixes
  • expose browser esm modules (eb87355)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • remove samples from publicatgion (12c221d)

v6.0.0

Compare Source

Bug Fixes
  • csv-generate: finish called twice in node 16 (3decdf1)
  • csv: export csv_sync (1353284)
  • export original lib esm modules (be25349)
  • fallback to setTimeout is setImmediate is undefined (3d6a2d0)
  • refer to esm files in dist (b780fbd)
Features
  • backport support for node 14 (dbfeb78)
  • backward support for node 8 (496231d)
  • esm migration (b5c0d4b)
  • export ts types in sync (890bf8d)
  • replace ts types with typesVersions (acb41d5)

5.5.2 (2021-08-27)

Note: Version bump only for package csv

5.5.1 (2021-08-27)

Note: Version bump only for package csv

Version 5.5.0

feat: browersify

Version 5.4.0

  • csv-generate: 3.3.0
  • csv-parse: 4.15.3
  • stream-transform: 2.0.4
  • csv-stringify: 5.6.2

Version 5.3.2

  • package: update project description
  • csv-parse: 4.8.8
  • csv-stringify: 5.3.6

Version 5.3.1

  • csv-generate: 3.2.4
  • csv-parse: 4.8.2
  • csv-stringify: 5.3.4

Version 5.3.0

  • csv-parse: version 4.8.0

Version 5.2.0

  • csv-parse: version 4.7.0
  • package: contributing
  • package: code of conduct

Version 5.1.3

  • travis: add node.js 12
  • csv-parse: version 4.4.6

Version 5.1.2

  • csv-generate: version 3.2.3
  • csv-parse: version 4.4.5
  • csv-stringify: version 5.3.3
  • stream-transform: version 2.0.1
  • ts: new definition files
  • project: fix license in package.json

Version 5.1.1

  • es5: fix modules to wrap es5 dependencies

Version 5.1.0

  • csv-generate: version 3.2.0
  • csv-stringify: version 5.1.2
  • csv-parse: version 4.3.0
  • stream-transform: version 1.0.8
  • babel: re-integration

Version 5.0.1

  • all: modules written in native JavaScript
  • package: switch to MIT license

Version 5.0.0

  • csv-generate: version 3.1.0
  • csv-stringify: version 5.0.0
  • csv-parse: version 4.0.1
  • travis: test with Node.js 8, 10 and 11

Version 4.0.0

  • es5: support older version of Node.js using Babel
  • readme: update project website url
  • sync: expose the sync api
  • samples: new pipe_funny script
  • samples: rewrite pipe with comments

Version 3.1.0

  • csv-parse ^2.2.0 → ^2.4.0
  • package: ignore lock files

Version 3.0.2

  • package: generate js file before release

Version 3.0.1

  • package: attempt to re-submit NPM package, no ./lib/index.js present

Version 3.0.0

  • csv-generate: "^2.0.2"
  • csv-parse: "^2.2.0"
  • stream-transform: "^1.0.2"
  • csv-stringify: "^3.0.0"
jprichardson/node-fs-extra (fs-extra)

v11.2.0

Compare Source

  • Copy directory contents in parallel for better performance (#​1026)
  • Refactor internal code to use async/await (#​1020)

v11.1.1

Compare Source

  • Preserve timestamps when moving files across devices (#​992, #​994)

v11.1.0

Compare Source

  • Re-add main field to package.json for better TypeScript compatibility (#​979, #​981)

v11.0.0

Compare Source

Breaking Changes
  • Don't allow requiring fs-extra/lib/SOMETHING (switched to exports) (#​974)
  • Require Node v14.14+ (#​968, #​969)
New Features
  • Add fs-extra/esm for ESM named export support; see docs for details (#​746, #​974)
  • Add promise support for fs.readv() (#​970)
Bugfixes

v10.1.0

Compare Source

  • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
  • Allow explicitly passing undefined options to move() (#​947, #​955)
  • Use process.emitWarning instead of console.warn (#​954)

v10.0.1

Compare Source

  • Add sideEffects: false to package.json (#​941)

v10.0.0

Compare Source

Breaking changes

The following changes, although technically semver-major, will not affect the vast majority of users:

  • Ensure correct type when destination exists for ensureLink*()/ensureSymlink*() (#​826, #​786, #​870)
  • Error when attempting to copy*() unknown file type (#​880)
  • Remove undocumented options for remove*() (#​882)
Improvements
  • Allow changing case of filenames with move*(), even on technically case-insensitive filesystems (#​759, #​801)
  • Use native fs.rm*() for remove*() in environments that support it (#​882, #​806)
  • Improve emptyDir() performance (#​885)
Bugfixes
  • Ensure copy*()'s filter function is not called more than necessary (#​883, #​809)
  • Fix move*() raising EPERM error when moving a file to the root of a drive on Windows (#​897, #​819)
Miscellaneous changes
uuidjs/uuid (uuid)

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • update node support (drop node@12, node@14, add node@20) (#​750)
Features
Bug Fixes

v9.0.1

Compare Source

build
  • Fix CI to work with Node.js 20.x

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

  • Remove the minified UMD build from the package.

    Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.

    For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.

  • Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

Features
Bug Fixes
build
8.3.2 (2020-12-08)
Bug Fixes
8.3.1 (2020-10-04)
Bug Fixes

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Features

v8.2.0

Compare Source

Features
Bug Fixes

v8.1.0

Compare Source

Features
Bug Fixes

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export.

    -import uuid from 'uuid';
    -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869'
    +import { v4 as uuidv4 } from 'uuid';
    +uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
  • Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.

    Instead use the named exports that this module exports.

    For ECMAScript Modules (ESM):

    -import uuidv4 from 'uuid/v4';
    +import { v4 as uuidv4 } from 'uuid';
    uuidv4();

    For CommonJS:

    -const uuidv4 = require('uuid/v4');
    +const { v4: uuidv4 } = require('uuid');
    uuidv4();
Features
Bug Fixes
  • add CommonJS syntax example to README quickstart section (#​417) (e0ec840)
7.0.3 (2020-03-31)
Bug Fixes
7.0.2 (2020-03-04)
Bug Fixes
7.0.1 (2020-02-25)
Bug Fixes

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
  • Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
  • Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.
Features
Bug Fixes
yargs/yargs (yargs)

v17.7.2

Compare Source

Bug Fixes

v17.7.1

Compare Source

Bug Fixes

v17.7.0

Compare Source

Features
Bug Fixes
  • copy the description of the option to its alias in completion (#​2269) (f37ee6f)

v17.6.2

Compare Source

Bug Fixes

v17.6.1

Compare Source

Bug Fixes
  • lang: fix "Not enough non-option arguments" message for the Czech language (#​2242) (3987b13)

v17.6.0

Compare Source

Features
Bug Fixes
17.5.1 (2022-05-16)
Bug Fixes
  • add missing entries to published files (#​2185) (5685382)
  • address bug when strict and async middleware used together (#​2164) (cbc2eb7)
  • completion: correct zsh installation instructions (22e9af2)
  • handle multiple node_modules folders determining mainFilename for ESM (#​2123) (e0823dd)
  • lang: add missing terms to Russian translation (#​2181) (1c331f2)
  • prevent infinite loop with empty locale (#​2179) (b672e70)
  • veriadic arguments override array provided in config (the same as multiple dash arguments). (4dac5b8)

v17.5.1

Compare Source

v17.5.0

Compare Source

Features
  • add browser.d.ts and check for existence of Error.captureStackTrace() (#​2144) (6192990)
Bug Fixes
17.4.1 (2022-04-09)
Bug Fixes

v17.4.1

Compare Source

v17.4.0

Compare Source

Features
  • completion: choices will now work for all possible aliases of an option and not just the default long option (30edd50)
  • completion: positional arguments completion (#​2090) (00e4ebb)
Bug Fixes
  • completion: changed the check for option arguments to match options that begin with '-', instead of '--', to include short options (30edd50)
  • completion: fix for completions that contain non-leading hyphens (30edd50)
  • failed command usage string is missing arg descriptions and optional args (#​2105) (d6e342d)
  • wrap unknown args in quotes (#​2092) (6a29778)
17.3.1 (2021-12-23)
Bug Fixes

v17.3.1

Compare Source

v17.3.0

Compare Source

Features
  • fallback to default bash completion (74c0ba5)
Bug Fixes
17.2.1 (2021-09-25)
Bug Fixes

v17.2.1

Compare Source

v17.2.0

Compare Source

Features
Bug Fixes
17.1.1 (2021-08-13)
Bug Fixes
  • positional array defaults should not be combined with provided values (#​2006) (832222d)

v17.1.1

Compare Source

v17.1.0

Compare Source

Features
Bug Fixes
17.0.1 (2021-05-03)
Bug Fixes

v17.0.1

Compare Source

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • node: drop Node 10 (#​1919)
  • implicitly private methods are now actually private
  • deprecated reset() method is now private (call yargs() instead).
  • yargs-factory: refactor yargs-factory to use class (#​1895)
  • .positional() now allowed at root level of yargs.
  • coerce: coerce is now applied before validation.
  • async: yargs now returns a promise if async or check are asynchronous.
  • middleware: global middleware now applied when no command is configured.
  • #​1823 contains the following breaking API changes:
    • now returns a promise if handler is async.
    • onFinishCommand removed, in favor of being able to await promise.
    • getCompletion now invokes callback with err and `completions, returns promise of completions.
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-dependencies-(non-major) branch from 3ee002a to c6c5769 Compare June 23, 2024 08:12
@naa0yama naa0yama merged commit e7a19d6 into main Jun 23, 2024
2 checks passed
@naa0yama naa0yama deleted the renovate/major-dependencies-(non-major) branch June 23, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant