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

Bump the npm_and_yarn group with 2 updates #269

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the npm_and_yarn group with 2 updates: cordova-ios and shelljs.

Updates cordova-ios from 5.1.1 to 7.1.0

Release notes

Sourced from cordova-ios's releases.

7.0.0

Release Announcement: https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html

Full Changelog: apache/cordova-ios@rel/6.3.0...rel/7.0.0

6.3.0

Release announcement: https://cordova.apache.org/announcements/2023/04/15/cordova-ios-release-6.3.0.html

Full Changelog: apache/cordova-ios@rel/6.2.0...6.3.0

Changelog

Sourced from cordova-ios's changelog.

7.1.0 (Apr 01, 2024)

Features:

  • GH-1411 feat: SplashScreenBackgroundColor preference support
  • GH-1406 feat: add privacy-manifest config support
  • GH-1383 feat: add PrivacyInfo.xcprivacy for CordovaLib & app template

Fixes:

  • GH-1405 fix: use PROVISIONING_PROFILE_SPECIFIER for manual codesigning
  • GH-1374 fix: WASM MIME type error by specifying it in Info.plist template

Chores:

  • GH-1413 chore(deps): Modernize some dependencies
  • GH-1404 chore: update package & package-lock
  • GH-1382 chore(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.2
  • GH-1380 chore: Update Slack signup link in SUPPORT_QUESTION.md

CI:

  • GH-1412 ci: Fix ObjC testing with latest Xcode
  • GH-1408 ci(gh-action): add Apache RAT & package license checker workflow w/ license header additions

7.0.1 (Sep 03, 2023)

  • GH-1369 fix: xcodebuild version check to 11
  • GH-1358 fix: ensure Xcode project file references use path
  • GH-1368 fix: make code compile on Xcode 11
  • GH-1360 fix: add missing cordova versions to CDVAvailability.h

7.0.0 (Jul 07, 2023)

Breaking:

  • GH-1340 chore!: Remove podspec support from framework tag
  • GH-1310 feat!: Remove some Xcode build dir overrides
  • GH-1305 dep!: bump all possible dependencies w/ node engine requirement update >=16.13.0
    • semver@7.4.0
    • plist@3.0.6
    • fs-extra@11.1.1
    • cordova-common@5.0.0
    • nopt@7.1.0
    • which@3.0.0
    • @cordova/eslint-config@5.0.0
    • jasmine@4.6.0
    • rewire@6.0.0
  • GH-1180 refactor!: drop platform binaries
  • GH-1169 chore!: Rename Images.xcassets to Assets.xcassets

... (truncated)

Commits
  • 64c3051 release(ios-v7.1.0): updated version and RELEASENOTES.md
  • f7e2953 chore(deps): Modernize some dependencies (#1413)
  • 0dd2c85 feat: SplashScreen Background Color preference support (#1411)
  • 1974dbb ci: Fix ObjC testing with latest Xcode (#1412)
  • c97845a feat: add privacy-manifest config support (#1406)
  • d316558 ci(gh-action): add Apache RAT & package license checker workflow w/ license h...
  • af6335e fix: use PROVISIONING_PROFILE_SPECIFIER for manual codesigning (#1405)
  • b400b70 feat: add PrivacyInfo.xcprivacy for CordovaLib & app template (#1383)
  • 902df96 fix: WASM MIME type error by specifying it in Info.plist template (#1374)
  • 2091208 chore: update package & package-lock (#1404)
  • Additional commits viewable in compare view

Updates shelljs from 0.5.3 to 0.8.5

Release notes

Sourced from shelljs's releases.

v0.8.5

This was a small security fix for #1058.

v0.8.4

Small patch release to fix a circular dependency warning in node v14. See #973.

v0.8.3

Closed issues:

  • Shelljs print stderr to console even if exec-only "silent" is true #905
  • refactor: remove common.state.tempDir #902
  • Can't suppress stdout for echo #899
  • exec() doesn't apply the arguments correctly #895
  • shell.exec('npm pack') painfully slow #885
  • shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
  • test infra: mocks and skipOnWin conflict #862
  • Support for shell function completion on IDE #859
  • echo command shows options in stdout #855
  • silent does not always work #851
  • Appveyor installs the latest npm, instead of the latest compatible npm #844
  • Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
  • inconsistent result when trying to echo to a file #798
  • Prevent require()ing executable-only files #789
  • Cannot set property to of [object String] which has only a getter #752
  • which() should check executability before returning a value #657
  • Bad encoding experience #456
  • phpcs very slow #440
  • Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined #254
  • .to\(file\) does not mute STDIO output #146
  • Escaping shell arguments to exec() #143
  • Allow multiple string arguments for exec() #103
  • cp does not recursively copy from readonly location #98
  • Handling permissions errors on file I/O #64

Merged pull requests:

... (truncated)

Changelog

Sourced from shelljs's changelog.

Change Log

Unreleased

Full Changelog

Closed issues:

  • find returns empty array even though directory has files #922
  • exec() should support node v10 (maxbuffer change) #915
  • grep exit status and extra newlines #900
  • Travis CI currently broken #893
  • Drop node v4 support #873
  • cp -Ru respects the -R but not the -u #808

Merged pull requests:

v0.8.3 (2018-11-13)

Full Changelog

Closed issues:

  • Shelljs print stderr to console even if exec-only "silent" is true #905
  • refactor: remove common.state.tempDir #902
  • Can't suppress stdout for echo #899
  • exec() doesn't apply the arguments correctly #895
  • shell.exec('npm pack') painfully slow #885
  • shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
  • test infra: mocks and skipOnWin conflict #862
  • Support for shell function completion on IDE #859
  • echo command shows options in stdout #855
  • silent does not always work #851
  • Appveyor installs the latest npm, instead of the latest compatible npm #844
  • Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
  • inconsistent result when trying to echo to a file #798
  • Prevent require()ing executable-only files #789
  • Cannot set property to of [object String] which has only a getter #752

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nfischer, a new releaser for shelljs since your current version.


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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 2 updates: [cordova-ios](https://github.com/apache/cordova-ios) and [shelljs](https://github.com/shelljs/shelljs).


Updates `cordova-ios` from 5.1.1 to 7.1.0
- [Release notes](https://github.com/apache/cordova-ios/releases)
- [Changelog](https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-ios@5.1.1...7.1.0)

Updates `shelljs` from 0.5.3 to 0.8.5
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.5.3...v0.8.5)

---
updated-dependencies:
- dependency-name: cordova-ios
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: shelljs
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@dependabot dependabot bot mentioned this pull request Apr 8, 2024
@erisu
Copy link
Member

erisu commented Apr 10, 2024

@dependabot rebase

@erisu
Copy link
Member

erisu commented Apr 10, 2024

@dependabot recreate

@dpogue
Copy link
Member

dpogue commented Apr 17, 2024

cordova-ios is only used for testing the assembly of the cordova.js script, and we can't currently update it because the cordova-js-src folder is ignored by npm. I'm going to close this for now until we figure out some strategy for this.

@dpogue dpogue closed this Apr 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dpogue dpogue deleted the dependabot/npm_and_yarn/npm_and_yarn-5436fa0b64 branch April 17, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants