generated from AnandChowdhary/node.ts
-
Notifications
You must be signed in to change notification settings - Fork 1
⬆️ Bump the npm_and_yarn group with 28 updates #26
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/npm_and_yarn-15efb391f8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the npm_and_yarn group with 28 updates: | Package | From | To | | --- | --- | --- | | [semantic-release](https://github.com/semantic-release/semantic-release) | `17.0.4` | `19.0.3` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.8.6` | `7.24.8` | | [ajv](https://github.com/ajv-validator/ajv) | `5.5.2` | `6.12.0` | | [ansi-regex](https://github.com/chalk/ansi-regex) | `2.1.1` | `4.1.0` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `25.1.0` | `29.7.0` | | [dot-prop](https://github.com/sindresorhus/dot-prop) | `3.0.0` | `5.3.0` | | [yargs-parser](https://github.com/yargs/yargs-parser) | `9.0.2` | `16.1.0` | | [glob-parent](https://github.com/gulpjs/glob-parent) | `5.1.1` | `5.1.2` | | [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.3` | `4.7.8` | | [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` | | [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` | | [jsprim](https://github.com/joyent/node-jsprim) | `1.4.1` | `1.4.2` | | [json5](https://github.com/json5/json5) | `2.1.2` | `2.2.3` | | [lodash](https://github.com/lodash/lodash) | `4.17.15` | `4.17.21` | | [minimist](https://github.com/minimistjs/minimist) | `0.0.8` | `1.2.5` | | [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.0` | `2.7.0` | | [npm](https://github.com/npm/cli) | `6.14.2` | `8.19.4` | | [npm-registry-fetch](https://github.com/npm/npm-registry-fetch) | `4.0.3` | `13.3.1` | | [npm-user-validate](https://github.com/npm/npm-user-validate) | `1.0.0` | `1.0.1` | | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` | | [request](https://github.com/request/request) | `2.88.0` | `2.88.2` | | [tar](https://github.com/isaacs/node-tar) | `4.4.13` | `6.1.11` | | [tough-cookie](https://github.com/salesforce/tough-cookie) | `2.4.3` | `2.5.0` | | [y18n](https://github.com/yargs/y18n) | `3.2.1` | `4.0.0` | | [parse-path](https://github.com/IonicaBizau/parse-path) | `4.0.1` | `7.0.0` | | [semantic-release-gitmoji](https://github.com/momocow/semantic-release-gitmoji) | `1.3.3` | `1.6.5` | | [parse-url](https://github.com/IonicaBizau/parse-url) | `5.0.1` | `8.1.0` | Updates `semantic-release` from 17.0.4 to 19.0.3 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v17.0.4...v19.0.3) Updates `@babel/traverse` from 7.8.6 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-traverse) Updates `ajv` from 5.5.2 to 6.12.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v5.5.2...v6.12.0) Updates `ansi-regex` from 2.1.1 to 4.1.0 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@2.1.1...v4.1.0) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `jest` from 25.1.0 to 29.7.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest) Updates `dot-prop` from 3.0.0 to 5.3.0 - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](sindresorhus/dot-prop@v3.0.0...v5.3.0) Updates `yargs-parser` from 9.0.2 to 16.1.0 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@v9.0.2...v16.1.0) Updates `glob-parent` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) Updates `handlebars` from 4.7.3 to 4.7.8 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.3...v4.7.8) Updates `ini` from 1.3.5 to 1.3.8 - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](npm/ini@v1.3.5...v1.3.8) Updates `json-schema` from 0.2.3 to 0.4.0 - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0) Updates `jsprim` from 1.4.1 to 1.4.2 - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2) Updates `json5` from 2.1.2 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.2...v2.2.3) Updates `lodash` from 4.17.15 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.21) Updates `minimist` from 0.0.8 to 1.2.5 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v0.0.8...v1.2.5) Updates `node-fetch` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.0...v2.7.0) Updates `npm` from 6.14.2 to 8.19.4 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v8.19.4/CHANGELOG.md) - [Commits](npm/cli@v6.14.2...v8.19.4) Updates `npm-registry-fetch` from 4.0.3 to 13.3.1 - [Release notes](https://github.com/npm/npm-registry-fetch/releases) - [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md) - [Commits](npm/npm-registry-fetch@v4.0.3...v13.3.1) Updates `npm-user-validate` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/npm/npm-user-validate/releases) - [Changelog](https://github.com/npm/npm-user-validate/blob/main/CHANGELOG.md) - [Commits](npm/npm-user-validate@v1.0.0...v1.0.1) Updates `qs` from 6.5.2 to 6.5.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) Updates `request` from 2.88.0 to 2.88.2 - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits) Updates `tar` from 4.4.13 to 6.1.11 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.13...v6.1.11) Updates `tough-cookie` from 2.4.3 to 2.5.0 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v2.4.3...v2.5.0) Updates `y18n` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](yargs/y18n@v3.2.1...v4.0.0) Updates `parse-path` from 4.0.1 to 7.0.0 - [Release notes](https://github.com/IonicaBizau/parse-path/releases) - [Commits](IonicaBizau/parse-path@4.0.1...7.0.0) Updates `semantic-release-gitmoji` from 1.3.3 to 1.6.5 - [Release notes](https://github.com/momocow/semantic-release-gitmoji/releases) - [Changelog](https://github.com/momocow/semantic-release-gitmoji/blob/main/.releaserc.js) - [Commits](momocow/semantic-release-gitmoji@v1.3.3...v1.6.5) Updates `parse-url` from 5.0.1 to 8.1.0 - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](IonicaBizau/parse-url@5.0.1...8.1.0) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ajv dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ansi-regex dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jest dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: dot-prop dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yargs-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: glob-parent dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: handlebars dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ini dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: json-schema dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jsprim dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: json5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimist dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: node-fetch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: npm dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: npm-registry-fetch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: npm-user-validate dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: request dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: y18n dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: parse-path dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semantic-release-gitmoji dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: parse-url dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 28 updates:
17.0.4
19.0.3
7.8.6
7.24.8
5.5.2
6.12.0
2.1.1
4.1.0
3.0.2
3.0.3
25.1.0
29.7.0
3.0.0
5.3.0
9.0.2
16.1.0
5.1.1
5.1.2
4.7.3
4.7.8
1.3.5
1.3.8
0.2.3
0.4.0
1.4.1
1.4.2
2.1.2
2.2.3
4.17.15
4.17.21
0.0.8
1.2.5
2.6.0
2.7.0
6.14.2
8.19.4
4.0.3
13.3.1
1.0.0
1.0.1
6.5.2
6.5.3
2.88.0
2.88.2
4.4.13
6.1.11
2.4.3
2.5.0
3.2.1
4.0.0
4.0.1
7.0.0
1.3.3
1.6.5
5.0.1
8.1.0
Updates
semantic-release
from 17.0.4 to 19.0.3Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
58a226f
fix(log-repo): use the original form of the repo url to remove the need to ma...17d60d3
build(deps): bump npm from 8.3.1 to 8.12.0 (#2447)ab45ab1
chore(lint): disabled rules that dont apply to this project (#2408)ea389c3
chore(deps): update dependency yargs-parser to 13.1.2 [security] (#2402)fa994db
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#2399)b79116b
build(deps): bump trim-off-newlines from 1.0.1 to 1.0.36fd7e56
build(deps): bump minimist from 1.2.5 to 1.2.62b94bb4
docs: update broken link to CI config recipes (#2378)b4bc191
docs: Correct circleci workflow (#2365)2c30e26
Merge pull request #2333 from semantic-release/nextUpdates
@babel/traverse
from 7.8.6 to 7.24.8Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
1f5af44
v7.24.8c90bb0c
[babel 8] Remove methods starting with_
in@babel/traverse
(#16504)e0368a8
Avoid checkingScope.globals
multiple times (#16619)683c654
Enable some lint rules (#16605)cfe13c2
[babel 8] Updateglobals
dependency (#16600)c36fa6a
Update typescript-eslint v8 (#16557)12619ff
improve getBindingIdentifiers.keys typing (#16570)424fc90
Update to TypeScript 5.5 (#16536)bf1e9a3
v7.24.74463aa5
fix: incorrectconstantViolations
with destructuring (#16522)Updates
ajv
from 5.5.2 to 6.12.0Release notes
Sourced from ajv's releases.
... (truncated)
Commits
03d0012
6.12.01021a00
Merge branch 'RadiationSickness-patch-1'0163e5c
docs: error logging code sample52adde5
Merge branch 'patch-1' of git://github.com/RadiationSickness/ajv into Radiati...8fd1e44
Merge branch 'franciscomorais-feature/keywords-options'e5bed30
test: update option keywords testc90c189
Merge branch 'feature/keywords-options' of git://github.com/franciscomorais/a...38191c2
Update readme with keywords optionf94db48
Update options validation spec367527c
Merge branch 'master' into patch-1Updates
ansi-regex
from 2.1.1 to 4.1.0Release notes
Sourced from ansi-regex's releases.
Commits
a079ab2
4.1.096200bb
Support more escape types like links (#29)e076cd1
Add Tidelift mention in the readmea1d9246
4.0.0ced7421
Require Node.js 6eac826a
Add option to only match the first occurrence (#24)385eca9
Add scroll escapes (#20)14839a4
Add failing test for #21 (#22)0a8cc19
3.0.0d9d806e
Minor tweaksUpdates
braces
from 3.0.2 to 3.0.3Commits
74b2db2
3.0.388f1429
update eslint. lint, fix unit tests.415d660
Snyk js braces 6838727 (#40)190510f
fix tests, skip 1 test in test/braces.expand716eb9f
readme bumpa5851e5
Merge pull request #37 from coderaiser/fix/vulnerability2092bd1
feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cf
fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9
remove funding file665ab5d
update keepEscaping doc (#27)Updates
jest
from 25.1.0 to 29.7.0Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
4e56991
v29.7.055cd6a0
v29.6.4fb7d95c
v29.6.349bacb9
chore: update jest repo organisation in urls (#14413)0fd5b1c
v29.6.21f019af
v29.6.1c1e5b8a
v29.6.06ffa48d
chore: upgrade TypeScript to v5 (#14155)a95eeb6
chore: update tsd runner (#14020)39f3bed
v29.5.0Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates
dot-prop
from 3.0.0 to 5.3.0Release notes
Sourced from dot-prop's releases.
Commits
614e74a
5.3.024916ff
Make.delete()
return a boolean (#66)be84f79
Simplify unit tests (#67)282e984
5.2.04801a63
Meta tweaksa6be343
Allow specifyingundefined
as the object for.get()
and.has()
(#58)0efd03e
5.1.13039c8c
Prevent setting/getting some problematic path componentse0f8abf
TypeScript - Fix return type for undefined defaultValue (#56)b8b7124
5.1.0Updates
yargs-parser
from 9.0.2 to 16.1.0Release notes
Sourced from yargs-parser's releases.
Changelog
Sourced from yargs-parser's changelog.
... (truncated)
Commits
36d31b6
chore: release 16.1.0 (#215)920320a
revert: revert 16.0.0 CHANGELOG entryb3a7a89
build: releases now handled by release-please (#212)a525234
feat: options that have had their default value used are now tracked (#211)84a401f
feat!: populate error if incompatible narg/count or array/count options are u...212814f
chore: release 16.0.0 (#210)f3a9316
build!: moving to c8 for coverage and dropping Node 6 from build matrix (#209)a44ffb3
build: add release-please configurationf942242
refactor: let to constf5f9e5a
fix: address issue with array options with array default values (#206)Updates
glob-parent
from 5.1.1 to 5.1.2Release notes
Sourced from glob-parent's releases.
Changelog
Sourced from glob-parent's changelog.
Commits
eb2c439
chore: update changelog12bcb6c
chore: release 5.1.2f923116
fix: eliminate ReDoS (#36)0b014a7
chore: add JSDoc returns information (#33)2b24ebd
chore: generate initial changelogUpdates
handlebars
from 4.7.3 to 4.7.8Release notes
Sourced from handlebars's releases.
Changelog
Sourced from handlebars's changelog.
... (truncated)
Commits
8dc3d25
v4.7.8668c4fb
Fix browser tests in CI pipelinec65c6cc
Test on Node 183d3796c
Make library compatible with workers