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

Update Response Ops misc dependencies (main) #203461

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

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change
@types/stats-lite (source) devDependencies patch ^2.2.0 -> ^2.2.2
@types/textarea-caret (source) devDependencies patch ^3.0.1 -> ^3.0.3
mdast-util-to-hast dependencies major 10.2.0 -> 13.2.0
p-reflect devDependencies major 2.1.0 -> 3.1.0
p-settle dependencies major 4.1.1 -> 5.1.1
pretty-ms dependencies major 6.0.0 -> 9.2.0
remark-stringify (source) dependencies major ^8.0.3 -> ^11.0.0
type-fest dependencies minor ^4.17.0 -> ^4.31.0

Release Notes

syntax-tree/mdast-util-to-hast (mdast-util-to-hast)

v13.2.0

Compare Source

Types
  • 24f4576 Add type for data.meta on elements to hast

Full Changelog: syntax-tree/mdast-util-to-hast@13.1.0...13.2.0

v13.1.0

Compare Source

Add
  • 59ecd14 Add support for file in options

Full Changelog: syntax-tree/mdast-util-to-hast@13.0.2...13.1.0

v13.0.2

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@13.0.1...13.0.2

v13.0.1

Compare Source

Fix
  • 7ff28fb Fix trimming of whitespace around breaks

Full Changelog: syntax-tree/mdast-util-to-hast@13.0.0...13.0.1

v13.0.0

Compare Source

Change
  • 67ef76c Update @types/hast, @types/mdast, utilities
    migrate: update too
  • b815f5e Change to require Node.js 16
    migrate: update too
  • 33442cc Change to use exports
    migrate: don’t use private APIs
  • 56c88e4 Fix to match GH for HTML generated for backreferences
    migrate: use the function form of footnoteBackLabel for i18n, see defaultFootnoteBackLabel for inspiration
  • ffe7e47 Change to always return a node
    migrate: expect an empty root instead of nothing
  • ffbb8a8 Change to expect, yield undefined
    migrate: expect undefined everywhere, not null
  • c13fe7f Change to remove support for Footnote nodes
    migrate: use GFM, which does not have “inline” notes
  • 6fc783a Change to remove support for ancient lang on code with spaces
    migrate: you’re fine, this hasn’t been a thing for years
  • 72b8a68 Change to use maps for definitions on state
    migrate: if you make your own handles, expect maps
  • b328aa9 Change to remove function form of State, use plain object
    migrate: if you make your own handles, create nodes yourself, use state.applyData if needed
  • 40e1d29 Change to remove all, one helpers
    migrate: if you make your own handles, use state.all, state.one
  • 1894044 Change to remove H type
    migrate: use State
  • e804231 Change to remove complex-types.d.ts
    migrate: use main module
  • 4df5d41 Change to deep clone passed through nodes
    migrate: should be fine
Types
  • 52905eb Add smarter types for passThrough
    migrate: type your mdast/hast nodes by extending the content interfaces
  • 6f555a0 Add supported data fields to Data of mdast
    migrate: pass correct values in node.data
Fix
  • 3e300ea Fix to keep content around for hName on text

Full Changelog: syntax-tree/mdast-util-to-hast@12.3.0...13.0.0

v12.3.0

Compare Source

Add
  • ed45ec4 Add wrap helper on state
  • e701470 Add one, all helpers to state
Fix
  • 0c67e83 Fix footnote keys such as constructor
  • 1c2cb7b Fix support for passing just a table row, cell
Misc

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.6...12.3.0

v12.2.6

Compare Source

Misc
  • 3098beb Fix missing internal type

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.5...12.2.6

v12.2.5

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.4...12.2.5

v12.2.4

Compare Source

  • dc00a59 Fix (double) encoding on urls

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.3...12.2.4

v12.2.3

Compare Source

  • f21c1b1 Remove unneeded dependency

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.2...12.2.3

v12.2.2

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.1...12.2.2

v12.2.1

Compare Source

  • a5c2f07 Fix to always add id to footnote heading

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.0...12.2.1

v12.2.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.2...12.2.0

v12.1.2

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.1...12.1.2

v12.1.1

Compare Source

  • f265716 Fix footnote order in table cells

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.0...12.1.1

v12.1.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.0.0...12.1.0

v12.0.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@11.3.0...12.0.0

v11.3.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@11.2.1...11.3.0

v11.2.1

Compare Source

  • caad9cd Fix footnote ordering in tables

Full Changelog: syntax-tree/mdast-util-to-hast@11.2.0...11.2.1

v11.2.0

Compare Source

  • 39fd2bf Change types to use mdast types
  • c930d3d Add strict to tsconfig.json

v11.1.1

Compare Source

v11.1.0

Compare Source

  • a100cff Add exports of a couple of types
  • 77ef216 Add exports of one, all helpers

v11.0.0

Compare Source

  • 0260f76 Change footnote rendering to match Pandoc
  • c5f8266 Remove deprecated allowDangerousHTML support
  • 3b20ce6 Add JSDoc based types
  • 94d0af0 Use ESM
sindresorhus/p-reflect (p-reflect)

v3.1.0

Compare Source

v3.0.0

Compare Source

Breaking
sindresorhus/p-settle (p-settle)

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

Breaking
sindresorhus/pretty-ms (pretty-ms)

v9.2.0

Compare Source

  • Add hideYears, hideYearsAndDays, and hideSeconds options (#​72) 25509bc

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
Improvements

v8.0.0

Compare Source

Breaking

v7.0.1

Compare Source

  • Fix sub-second output when using colonNotation option (#​53) 8fdcaec

v7.0.0

Compare Source

Breaking
  • Always floor time instead of rounding up (#​49) 20cbdaf
    It's probably not breaking to most users, but if you depend on the exact output, in for example, unit tests, the output might have changed slightly.

v6.0.1

Compare Source

remarkjs/remark (remark-stringify)

v11.0.0

Compare Source

(see 15.0.0)

v10.0.3

Compare Source

See [email protected]

v10.0.2

Compare Source

See [email protected]

v10.0.1

Compare Source

v10.0.0

Compare Source

Changelog
  • 1b89df5 Update remark-parse, remark-stringify
  • aab3c3e Rework list fields
  • 3325c33 Add support for label to associations
  • 31ef684 Add support for meta in code
  • c77d24f Update unified
See also
Project
Plugins
  • 4c0e28a Add remark-macro to list of plugins
  • a4caa67 Add remark-git-contributors to list of plugins
  • fe241aa Add remark-outer-toc to list of plugins
  • 4fa8b1d Replace deprecated plugin with remark-behead in list of plugins
  • 52ffdff Add remark-redact to list of plugins
  • 02297a5 Add remark-attr to list of plugins

v9.0.1

Compare Source

v9.0.0

Compare Source

See [email protected]

sindresorhus/type-fest (type-fest)

v4.31.0

Compare Source

v4.30.2

Compare Source

v4.30.1

Compare Source

v4.30.0

Compare Source

v4.29.1

Compare Source

  • IsAny: Fix circular constraint error on TypeScript 5.4+ (#​993) 32d94dd

v4.29.0

Compare Source

v4.28.1

Compare Source

  • SharedUnionFieldsDeep: Fix support for optional fields (#​988) 4b49b93

v4.28.0

Compare Source

v4.27.1

Compare Source

  • SharedUnionFieldsDeep: Fix propagation for non union root types (#​984) f215f9f
  • ArraySlice: Fix support for union input (#​986) 0efbae3

v4.27.0

Compare Source


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 Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes labels Dec 9, 2024
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team December 9, 2024 15:56
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-response-ops-misc-dependencies branch from ae186cd to 6f7ef6c Compare December 10, 2024 09:53
@cnasikas
Copy link
Member

@elasticmachine merge upstream

@cnasikas cnasikas enabled auto-merge (squash) December 10, 2024 14:25
@cnasikas cnasikas disabled auto-merge December 10, 2024 14:47
@cnasikas cnasikas added the Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) label Dec 11, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-response-ops-misc-dependencies branch from fb012ab to 32fc727 Compare December 11, 2024 11:45
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-response-ops-misc-dependencies branch 2 times, most recently from cdb9fcc to ae1268c Compare December 24, 2024 09:05
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-response-ops-misc-dependencies branch from ae1268c to 4d3032c Compare January 2, 2025 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants