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 across 1 directory with 5 updates #65

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 May 3, 2024

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
ejs 2.7.4 3.1.10
firebase-tools 3.19.3 13.8.0
highlight.js 9.18.5 11.9.0
postcss 5.2.18 8.4.38
webpack-dev-middleware 1.12.2 7.2.1

Updates ejs from 2.7.4 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

v3.1.9

Version 3.1.9

v3.1.8

Version 3.1.8

v3.1.7

Version 3.1.7

v3.1.6

Version 3.1.6

v3.1.5

Version 3.1.5

v3.0.2

No release notes provided.

Commits

Updates firebase-tools from 3.19.3 to 13.8.0

Release notes

Sourced from firebase-tools's releases.

v13.8.0

  • Update dependencies in functions initialization template. (#7084)
  • Adds *.local to .gitignore and functions ignore for init functions. (#7018)

v13.7.5

  • Improve IAM changes for turtles. (#7045)

v13.7.4

  • Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. (#7020)
  • Fix non static check for not-found route in Next.js 14.2 (#7012)
  • Fix Next.js path issue on Windows (#7031)
  • Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. (#7026)

v13.7.3

Improve internal handling of config files (#6987)

v13.7.2

  • Fixes bug where firebase deploy --only firestore:rules,firestore:indexes does not update rules and indexes. (#6966)
  • Add Firebase console link after creating or restoring a Firestore database (#6949)
  • Increase supported Astro version to 4 (#6960)
  • Fixes a deployment crash when resetting min instances to 0 in v1 functions (#6990)
  • Fixes bug detecting functions runtime from firebase.json (#6964)

v13.7.1

  • Fixed an issue where the Functions emulator would choose the wrong runtime if none was listed in firebase.json. (#6965)

v13.7.0

  • Add new 2nd gen Firestore triggered functions with auth context (firebase/firebase-functions#1519)
  • Adds (opt-out) experiment to disable cleaning up containers after a functions deploy (#6861)
  • Fix Next.js image optimization check in app directory for Windows (#6930)
  • Add support to next.config.mjs (#6933)
  • Remove development-only files from Next.js deployments (#6731)

v13.6.1

  • Stop trying to delete cache images after functions deletion that GCF already cleans up (#6927)
  • Add support timelines for functions runtimes (#6866)

v13.6.0

  • Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a reset endpoint for Datastore Mode.
  • Released PubSub Emulator 0.8.2. This version includes support for no_wrapper options.
  • Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. (#6895)
  • Fixes issue where GOOGLE_CLOUD_QUOTA_PROJECT breaks functions source uploads (#6917)

v13.5.2

  • Fix hosting rewrite deployment bug for skipped functions (#6658).

v13.5.1

  • Release Emulator Suite UI v1.11.8 which adds support for Multiple DBs in the Emulator UI Firestore page via editing the URL. (#6874)

v13.5.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for firebase-tools since your current version.


Updates highlight.js from 9.18.5 to 11.9.0

Release notes

Sourced from highlight.js's releases.

11.9.0 - Fall is in the air!

Version 11.9.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified with minified counterparts as: styles/*.min.css [mvorisek][] (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README [Bradley Mackey][]
  • (chore) Fix build size report [Bradley Mackey][]

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
  • enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
  • enh(haxe) support numeric separators and suffixes [Robert Borghese][]
  • fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
  • fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword [Bradley Mackey][]
  • enh(swift) support parameter pack keywords [Bradley Mackey][]
  • enh(swift) regex literal support [Bradley Mackey][]
  • enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
  • enh(swift) ownership modifiers support [Bradley Mackey][]
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro [qoheniac][]
  • enh(leaf) update syntax to 4.0 [Samuel Bishop][]
  • fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
  • fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
  • enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
  • enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
  • fix(css) added '_' css variable detection [Md Saad Akhtar][]
  • enh(groovy) add record and var as keywords [Guillaume Laforge][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.9.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified with minified counterparts as: styles/*.min.css [mvorisek][] (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README [Bradley Mackey][]
  • (chore) Fix build size report [Bradley Mackey][]

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]

Core Grammars:

  • fix(cpp) fixed highlighter break state [Md Saad Akhtar][]
  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
  • enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
  • enh(haxe) support numeric separators and suffixes [Robert Borghese][]
  • fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
  • fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword [Bradley Mackey][]
  • enh(swift) support parameter pack keywords [Bradley Mackey][]
  • enh(swift) regex literal support [Bradley Mackey][]
  • enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
  • enh(swift) ownership modifiers support [Bradley Mackey][]
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro [qoheniac][]
  • enh(leaf) update syntax to 4.0 [Samuel Bishop][]
  • fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
  • fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
  • enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
  • enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
  • enh(llvm) match additional types [wtz][]
  • fix(css) added '_' css variable detection [Md Saad Akhtar][]
  • enh(groovy) add record and var as keywords [Guillaume Laforge][]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by highlightjs_bot, a new releaser for highlight.js since your current version.


Updates postcss from 5.2.18 to 8.4.38

Release notes

Sourced from postcss's releases.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

... (truncated)

Commits

Updates webpack-dev-middleware from 1.12.2 to 7.2.1

Release notes

Sourced from webpack-dev-middleware's releases.

v7.2.1

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

v7.2.0

7.2.0 (2024-03-29)

Features

v7.1.1

7.1.1 (2024-03-21)

Bug Fixes

v7.1.0

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

v7.0.0

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)

... (truncated)

Changelog

Sourced from webpack-dev-middleware's changelog.

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

7.2.0 (2024-03-29)

Features

7.1.1 (2024-03-21)

Bug Fixes

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)
  • updated memfs@4 (#1693)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-dev-middleware 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ejs](https://github.com/mde/ejs) | `2.7.4` | `3.1.10` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `3.19.3` | `13.8.0` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `9.18.5` | `11.9.0` |
| [postcss](https://github.com/postcss/postcss) | `5.2.18` | `8.4.38` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `1.12.2` | `7.2.1` |



Updates `ejs` from 2.7.4 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v2.7.4...v3.1.10)

Updates `firebase-tools` from 3.19.3 to 13.8.0
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-tools@v3.19.3...v13.8.0)

Updates `highlight.js` from 9.18.5 to 11.9.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@9.18.5...11.9.0)

Updates `postcss` from 5.2.18 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/commits/8.4.38)

Updates `webpack-dev-middleware` from 1.12.2 to 7.2.1
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v1.12.2...v7.2.1)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: firebase-tools
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: highlight.js
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: direct:development
  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 May 3, 2024
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