oddbird / css-anchor-positioning

Polyfill for CSS Anchor Positioning
https://anchor-polyfill.netlify.app/
BSD 3-Clause "New" or "Revised" License
225 stars 5 forks source link

chore(deps-dev): Bump the dev group across 1 directory with 11 updates #205

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the dev group with 11 updates in the / directory:

Package From To
@typescript-eslint/eslint-plugin 7.11.0 7.13.1
@typescript-eslint/parser 7.11.0 7.13.1
browserslist 4.23.0 4.23.1
eslint-plugin-jest 28.5.0 28.6.0
fetch-mock 9.11.0 10.0.7
liquidjs 10.13.1 10.14.0
prettier 3.2.5 3.3.2
selenium-webdriver 4.21.0 4.22.0
stylelint-config-standard 36.0.0 36.0.1
typescript 5.4.5 5.5.2
vite 5.2.12 5.3.1

Updates @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You

  • Kirk Waiblinger
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen

... (truncated)

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.11.0 to 7.13.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.13.1 (2024-06-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • See full diff in compare view


Updates browserslist from 4.23.0 to 4.23.1

Release notes

Sourced from browserslist's releases.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Changelog

Sourced from browserslist's changelog.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Commits


Updates eslint-plugin-jest from 28.5.0 to 28.6.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.6.0

28.6.0 (2024-06-06)

Features

  • prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
  • valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.6.0 (2024-06-06)

Features

  • prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
  • valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)
Commits
  • afdcddd chore(release): 28.6.0 [skip ci]
  • 430f024 ci: run docs job on push (#1605)
  • 4b6a4f2 feat(prefer-jest-mocked): add new rule (#1599)
  • 5b9b47e feat(valid-expect): supporting automatically fixing adding async in some case...
  • 0a14446 chore(deps): update dependency semantic-release to v24 (#1602)
  • db31890 chore(deps): update danger/danger-js action to v12.3.1 (#1591)
  • 04421cf chore: run prettier (#1604)
  • d465125 chore(deps): lock file maintenance
  • 70c8c5e chore(deps): lock file maintenance
  • da993a5 test: only run linting when using ESLint v8 (#1593)
  • Additional commits viewable in compare view


Updates fetch-mock from 9.11.0 to 10.0.7

Release notes

Sourced from fetch-mock's releases.

Make type definitions compatible with ESM and CommonJs

No release notes provided.

Fix type definitions

No release notes provided.

Fix exports

No release notes provided.

Simple API for naming routes

e.g. .mock('/path', 200, 'my-name')

Remove custom aborterror implementation

No release notes provided.

Support matching data URLs

No release notes provided.

Small fixes to types

No release notes provided.

ESM and native fetch

A major rewrite to use ESM modules and default to using native fetch in all environments

Other than that the API remains unchanged

Alpha release of v10

Mainly to test new build pipeline at this stage, though hopefully the published resources will actually work)

Commits
  • 9ffba40 make type tests run with esm version of types
  • ae15739 fix type definitions
  • 36f61e9 typecheck sooner
  • 7d04bde remove race condition from abortable fetch tests
  • aba4e0b Merge pull request #680 from wolfy1339/patch-1
  • 8a0cffe fix: update types to be compatible with v10
  • b30e297 includ src in package distribution
  • d31d32e reinstate types property in package.json
  • 41096ac fixed exports
  • d61a734 Merge pull request #570 from wheresrhys/easier-naming
  • Additional commits viewable in compare view


Updates liquidjs from 10.13.1 to 10.14.0

Release notes

Sourced from liquidjs's releases.

v10.14.0

10.14.0 (2024-06-17)

Bug Fixes

  • use drop valueOf when evaluated as condition (#705) (a7da93f)

Features

Changelog

Sourced from liquidjs's changelog.

10.14.0 (2024-06-17)

Bug Fixes

  • use drop valueOf when evaluated as condition (#705) (a7da93f)

Features

Commits


Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 --> </tr></table>

... (truncated)

Commits


Updates selenium-webdriver from 4.21.0 to 4.22.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.22.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

New Contributors

... (truncated)

Commits
  • c5f3146 [build] Prepare for release of Selenium 4.22.0 (#14163)
  • 2a7ddf1 [java] use java.nio to check files #14088
  • 00c4f60 [build] create github workflow for updating documentation
  • 6704db0 [java] minor performance improvements and code cleanup (#14054)
  • aca918b EdgeOptions.useWebView to return "this" (#14157)
  • 0814580 [build] create a stage release workflow for after the pre-release PR (#14122)
  • 8b56711 [py] remove desired capabilities argument for Webkitgtk (#14128)
  • 078ff3b [js] Fix locate nodes BiDi test (#14140)
  • f8db820 [rb] remove guards from test for fixed edge bug
  • 8960ff0 [bidi][js] Add high-level logging API (#14135)
  • Additional commits viewable in compare view


Updates stylelint-config-standard from 36.0.0 to 36.0.1

Release notes

Sourced from stylelint-config-standard's releases.

36.0.1

  • Fixed: missing funding field in package.json.
Changelog

Sourced from stylelint-config-standard's changelog.

36.0.1

  • Fixed: missing funding field in package.json.
Commits
  • 01ac068 36.0.1
  • f919dac Prepare 36.0.1
  • 82308cd Bump stylelint-config-recommended from 14.0.0 to 14.0.1 (#328)
  • 8c2bc75 Bump the development-dependencies group with 4 updates (#326)
  • beaa294 Fix missing funding field in package.json (#325)
  • 44e4886 Bump the development-dependencies group with 3 updates (#323)
  • 08b6e94 Bump the development-dependencies group with 2 updates (#321)
  • 8130e8a Exclude ESLint from Dependabot group updates (#320)
  • 3c610c1 Bump the development-dependencies group with 1 update (#318)
  • d55423c Bump the development-dependencies group with 3 updates (#317)
  • Additional commits viewable in compare view


Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view


Updates vite from 5.2.12 to 5.3.1

Release notes

Sourced from vite's releases.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

netlify[bot] commented 2 weeks ago

Deploy Preview for anchor-polyfill ready!

Name Link
Latest commit 501741aa8f76b7c613dc9f26fbe02b5f693a21d8
Latest deploy log https://app.netlify.com/sites/anchor-polyfill/deploys/6675c2df54676b0008cc6982
Deploy Preview https://deploy-preview-205--anchor-polyfill.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 2 weeks ago

Deploy Preview for anchor-position-wpt canceled.

Name Link
Latest commit 501741aa8f76b7c613dc9f26fbe02b5f693a21d8
Latest deploy log https://app.netlify.com/sites/anchor-position-wpt/deploys/6675c2df09a64f0008ee111d