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 express and @ionic/app-scripts #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps express to 4.18.2 and updates ancestor dependency @ionic/app-scripts. These dependencies need to be updated together.

Updates express from 4.14.1 to 4.18.2

Release notes

Sourced from express's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (truncated)

Commits

Updates @ionic/app-scripts from 1.3.7 to 3.2.4

Release notes

Sourced from @​ionic/app-scripts's releases.

3.2.4

Bug Fixes

  • livereload: always serve latest file changes (#1521) (266a871)

3.2.3

No release notes provided.

3.2.2

No release notes provided.

3.2.1

No release notes provided.

3.2.0

No release notes provided.

3.1.11

No release notes provided.

3.1.10

No release notes provided.

3.1.9

No release notes provided.

3.1.8

No release notes provided.

3.1.7

No release notes provided.

3.1.6

No release notes provided.

3.1.5

3.1.5 (2017-12-07)

Bug Fixes

  • dependencies: update angular build optimizer for a source map fix (a5df139)

3.1.4

3.1.4 (2017-11-30)

Bug Fixes

  • aot: remove template validation until we can properly handle the error message format (d7c7136)

... (truncated)

Changelog

Sourced from @​ionic/app-scripts's changelog.

3.2.4 (2019-05-24)

Bug Fixes

  • livereload: always serve latest file changes (#1521) (266a871)

3.2.3 (2019-03-01)

Bug Fixes

  • livereload: fix issue with files not reloading(8870a17)

3.2.2 (2019-01-22)

  • Added support for Node 10

3.2.1 (2018-11-26)

  • Security release for dependencies for node-sass

3.2.0 (2018-08-24)

Bug Fixes

Features

  • environments: configuration via process.env.VAR replacement (#1471) (53fc341)

3.1.11 (2018-07-12)

... (truncated)

Commits
  • f8d2148 chore(): release 3.2.4
  • 266a871 fix(): always serve latest file changes (#1521)
  • 5d7ca38 chore(): release 3.2.3
  • 8870a17 fix(livereload): find all bundles to update
  • aeef5ee docs(readme): update readme with nightly build instructions (#1510)
  • fe25c33 Revert "docs(readme): update readme with nightly build instructions" (#1509)
  • cc46820 Merge pull request #1508 from ionic-team/ldebeasi/updateDocs
  • 4cd503a docs(readme): update readme with nightly build instructions
  • b3dea0f Merge pull request #1507 from ionic-team/updateChokidar
  • 5430407 change dash to asterisk
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by liamdebeasi, a new releaser for @​ionic/app-scripts 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [express](https://github.com/expressjs/express) to 4.18.2 and updates ancestor dependency [@ionic/app-scripts](https://github.com/ionic-team/ionic-app-scripts). These dependencies need to be updated together.


Updates `express` from 4.14.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.14.1...4.18.2)

Updates `@ionic/app-scripts` from 1.3.7 to 3.2.4
- [Release notes](https://github.com/ionic-team/ionic-app-scripts/releases)
- [Changelog](https://github.com/ionic-team/ionic-app-scripts/blob/master/CHANGELOG.md)
- [Commits](ionic-team/ionic-app-scripts@v1.3.7...v3.2.4)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@ionic/app-scripts"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2022
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

0 participants